66 Downloads Updated 3 months ago
ollama run MadhuryaPasan/Qwen3-ExpertTools:1.7b-q4_K_M
ollama launch claude --model MadhuryaPasan/Qwen3-ExpertTools:1.7b-q4_K_M
ollama launch codex-app --model MadhuryaPasan/Qwen3-ExpertTools:1.7b-q4_K_M
ollama launch openclaw --model MadhuryaPasan/Qwen3-ExpertTools:1.7b-q4_K_M
ollama launch hermes --model MadhuryaPasan/Qwen3-ExpertTools:1.7b-q4_K_M
ollama launch codex --model MadhuryaPasan/Qwen3-ExpertTools:1.7b-q4_K_M
ollama launch opencode --model MadhuryaPasan/Qwen3-ExpertTools:1.7b-q4_K_M
This model was fine-tuned using high-quality function-calling datasets:
Salesforce/xlam-function-calling-60k & MadeAgents/xlam-irrelevance-7.5k
This model was finetuned and converted to GGUF format using Unsloth.
This model was evaluated using the BFCL (Berkeley Function Calling Leaderboard) evaluation framework to benchmark its tool-calling accuracy.
(Note: Evaluated on the 4-bit quantized (q4_K_M) versions. Full f16 precision may yield slightly higher results).
| Evaluation Metric | Base Model (Qwen3 1.7B) | Fine-Tuned (ExpertTools) |
|---|---|---|
| Non-Live Overall Acc | 29.73% | 32.27% |
| AST Summary | 29.73% | 32.27% |
| Simple AST (Overall) | 26.92% | 33.08% |
| Python Simple AST | 46.75% | 52.25% |
| JavaScript Simple AST | 34.00% | 46.00% |
| Java Simple AST | 0.00% | 1.00% |
| Multiple AST | 32.00% | 35.50% |
| Parallel AST | 44.00% | 45.50% |
| Parallel Multiple AST | 16.00% | 15.00% |
| Irrelevance Detection | 74.58% | 61.25% |
When the model detects that a user’s prompt does not require any of the provided tools (Irrelevance Detection), its default behavior is to return an empty string ("") or null, rather than hallucinating a fake tool call or generating conversational text.