Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
91
17
217
t.d.a.g.
PRO
sequelbox
Follow
Deddy's profile picture
alexis5678's profile picture
EmmanuelAnthony's profile picture
174 followers
·
42 following
sequelbox.bsky.social
AI & ML interests
open source, infinite games. (they/them)
Recent Activity
liked
a model
2 days ago
NousResearch/Hermes-4-405B
upvoted
a
paper
2 days ago
Hermes 4 Technical Report
reacted
to
codelion
's
post
with 🔥
2 days ago
I recently worked on a LoRA that improves tool use in LLM. Thought the approach might interest folks here. The issue I have had when trying to use some of the local LLMs with coding agents is this: Me: "Find all API endpoints with authentication in this codebase" LLM: "You should look for @app.route decorators and check if they have auth middleware..." But I often want it to search the files and show me but the LLM doesn't trigger a tool use call. To fine-tune it for tool use I combined two data sources: 1. Magpie scenarios - 5000+ diverse tasks (bug hunting, refactoring, security audits) 2. Real execution - Ran these on actual repos (FastAPI, Django, React) to get authentic tool responses This ensures the model learns both breadth (many scenarios) and depth (real tool behavior). Tools We Taught: - `read_file` - Actually read file contents - `search_files` - Regex/pattern search across codebases - `find_definition` - Locate classes/functions - `analyze_imports` - Dependency tracking - `list_directory` - Explore structure - `run_tests` - Execute test suites Improvements: - Tool calling accuracy: 12% → 80% - Correct parameters: 8% → 87% - Multi-step tasks: 3% → 78% - End-to-end completion: 5% → 80% - Tools per task: 0.2 → 3.8 The LoRA really improves on intential tool call as an example consider the query: "Find ValueError in payment module" The response proceeds as follows: 1. Calls `search_files` with pattern "ValueError" 2. Gets 4 matches across 3 files 3. Calls `read_file` on each match 4. Analyzes context 5. Reports: "Found 3 ValueError instances: payment/processor.py:47 for invalid amount, payment/validator.py:23 for unsupported currency..." Resources: - Colab notebook https://colab.research.google.com/github/codelion/ellora/blob/main/Ellora_Recipe_3_Enhanced_Tool_Calling_and_Code_Understanding.ipynb - Model - https://huggingface.co/codelion/Llama-3.2-1B-Instruct-tool-calling-lora - GitHub - https://github.com/codelion/ellora
View all activity
Organizations
sequelbox
's datasets
21
Sort: Recently updated
sequelbox/DAG-Reasoning-DeepSeek-R1-0528
Viewer
•
Updated
21 days ago
•
4.08k
•
358
•
6
sequelbox/Mitakihara-DeepSeek-R1-0528
Viewer
•
Updated
Jul 7
•
16.9k
•
69
•
3
sequelbox/Celestia3-DeepSeek-R1-0528
Viewer
•
Updated
Jul 3
•
91k
•
259
•
33
sequelbox/Celestia3-DeepSeek-R1-0528-PREVIEW
Viewer
•
Updated
Jun 20
•
13.4k
•
21
•
7
sequelbox/Titanium2.1-DeepSeek-R1
Viewer
•
Updated
May 7
•
31.7k
•
115
•
7
sequelbox/Tachibana2-DeepSeek-R1
Viewer
•
Updated
May 7
•
27.3k
•
114
•
4
sequelbox/Titanium2-DeepSeek-R1
Viewer
•
Updated
Apr 7
•
32.4k
•
90
•
4
sequelbox/Raiden-DeepSeek-R1
Viewer
•
Updated
Mar 12
•
62.9k
•
300
•
45
sequelbox/Raiden-DeepSeek-R1-PREVIEW
Viewer
•
Updated
Mar 3
•
5.8k
•
33
•
4
sequelbox/Tachibana2-DeepSeek-R1-PREVIEW
Updated
Mar 3
•
13
•
1
sequelbox/Tachibana-QVQ
Viewer
•
Updated
Jan 7
•
103k
•
15
•
4
sequelbox/Tachibana-QVQ-PREVIEW
Viewer
•
Updated
Jan 7
•
9.31k
•
15
•
4
sequelbox/Celestia2
Viewer
•
Updated
Dec 4, 2024
•
176k
•
53
•
2
sequelbox/Spurline
Viewer
•
Updated
Nov 17, 2024
•
10.7k
•
18
sequelbox/Celestia
Viewer
•
Updated
Oct 30, 2024
•
126k
•
42
•
10
sequelbox/Titanium
Viewer
•
Updated
Oct 2, 2024
•
26.6k
•
52
•
2
sequelbox/Tachibana
Viewer
•
Updated
Sep 27, 2024
•
104k
•
11
•
9
sequelbox/Supernova
Viewer
•
Updated
Sep 27, 2024
•
178k
•
49
•
8
sequelbox/Polytope
Viewer
•
Updated
Aug 15, 2024
•
42.3k
•
10
•
3
sequelbox/Harlequin
Viewer
•
Updated
Jul 23, 2024
•
350
•
3
sequelbox/Cadmium
Viewer
•
Updated
Jul 23, 2024
•
800
•
7
•
1