Qwen3-0.6B Tools NVFP4

NVFP4 quantization of the Qwen3-0.6B model fine-tuned for tool calling and agent-style interactions.

Base model

This model was fine-tuned from:

Qwen/Qwen3-0.6B

Quantization

Quantized to NVFP4 (FP4 e2m1 weights + FP8 e4m3 block scales, group size 16) with NVIDIA ModelOpt 0.46.0 (NVFP4_DEFAULT_CFG, W4A4, max scaling), calibrated on 32 samples of the sft_tools train split.

NVFP4 is native to NVIDIA Blackwell (GB10 / DGX Spark).

File Dtype
model.safetensors FP4 (packed U8) weights, FP8 e4m3 scales

Training

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

LoRA configuration

  • LoRA rank (dim): 32
  • LoRA alpha: 32
  • LoRA dropout: 0.05
  • Target modules: *.proj

Training configuration

  • Sequence length: 4096
  • Micro batch size: 2
  • Gradient accumulation: 32
  • Effective batch size: 64
  • Steps: 336
  • Learning rate: 5e-5
  • Weight decay: 0.01
  • Optimizer: AdamW
  • Loss: masked cross entropy
  • Reasoning content masking: disabled

Dataset

The model was trained on the sft_tools portion of:

r0b0tlab/qwen3.8-max-glm5.2-kimi-k3-distillation

The dataset contains tool/agent interaction examples.

Intended use

This model is intended for:

  • tool calling
  • function calling
  • agent workflows
  • structured tool interactions
  • local AI assistants
  • lightweight local inference

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

Serving with TensorRT-LLM

Example:

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

The checkpoint is loaded directly — no conversion step is needed.

Validation matrix

Tool-calling validation on the sft_tools validation split (greedy decoding, 384 max new tokens). Throughput is single-stream greedy decode, not serving throughput.

Pretrained base (Qwen/Qwen3-0.6B): 1.1% exact-args match (3/274). Fine-tuned (BF16): 66.0% exact-args match (33/50) (+64.9pp vs base).

  • NVFP4: 0/2 (0.0%) exact, - tok/s — 0% of BF16.
Model Quant n Tool call emitted Names match Exact args match Δ exact vs BASE tok/s
Qwen3-0.6B-tools BASE (Qwen/Qwen3-0.6B) 274 51/274 (18.6%) 4/274 (1.5%) 3/274 (1.1%) 35.5
Qwen3-0.6B-tools BF16 50 49/50 (98.0%) 43/50 (86.0%) 33/50 (66.0%) +64.9pp 33.3
Qwen3-0.6B-tools NVFP4 2 2/2 (100.0%) 0/2 (0.0%) 0/2 (0.0%) -1.1pp -
Downloads last month
609
Safetensors
Model size
0.4B params
Tensor type
BF16
·
U8
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for iromu/Qwen3-0.6B-tools-NVFP4

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

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

Collection including iromu/Qwen3-0.6B-tools-NVFP4