Qwen3-0.6B Tools

Qwen3-0.6B fine-tuned with LoRA for tool calling and agent-style interactions.

Base model

This model was fine-tuned from:

Qwen/Qwen3-0.6B

Training

Training was performed using NVIDIA NeMo AutoModel with LoRA/PEFT.

LoRA configuration

  • LoRA dimension: 32
  • LoRA alpha: 32
  • Dropout: 0.05
  • Target modules: q_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj

Training configuration

  • Max sequence length: 4096
  • Learning rate: 5e-5
  • Weight decay: 0.01
  • Global batch size: 64 (micro batch 2 x 32 accumulation)
  • Training steps: 336
  • Mixed precision: bf16

Dataset

Training used the sft_tools split of the r0b0tlab/qwen3.8-max-glm5.2-kimi-k3-distillation dataset.

Intended use

  • Structured tool/function calling
  • Agent-style multi-step interactions
  • Small-footprint on-device or edge deployment

It is not intended to be a general replacement for larger Qwen models.

Usage

Serve the model:

trtllm-serve serve iromu/Qwen3-0.6B-tools --port 8000

Load it with llama.cpp:

llama-cli -hf iromu/Qwen3-0.6B-tools-GGUF:Q4_K_M
Downloads last month
-
Safetensors
Model size
0.6B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for iromu/Qwen3-0.6B-tools

Finetuned
Qwen/Qwen3-0.6B
Adapter
(562)
this model

Dataset used to train iromu/Qwen3-0.6B-tools