CoolFace
Modelpublic

iromu/Qwen2.5-1.5B-k3

sourceHugging Faceapache-2.0updated 26d agoView on Hugging Face
0likes1kdownloads
Model Card

Qwen2.5-1.5B k3

Qwen2.5-1.5B-Instruct fine-tuned with LoRA on Kimi-K3 distillation data for tool calling and agent-style interactions.

Base model

This model was fine-tuned from:

unsloth/Qwen2.5-1.5B-Instruct

Training

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

LoRA configuration

  • —LoRA dimension: 16
  • —LoRA alpha: 16
  • —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: 2e-5
  • —Weight decay: 0.01
  • —Global batch size: 4 (micro batch 1 x 4 accumulation)
  • —Epochs: 1
  • —Mixed precision: bf16

Dataset

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

Intended use

  • —Structured tool/function calling
  • —Agent-style multi-step interactions
  • —Distilled reasoning behavior from the Kimi-K3 data mix

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

Usage

Serve the model:

bash
trtllm-serve serve iromu/Qwen2.5-1.5B-k3 --port 8000

Load it with llama.cpp:

bash
llama-cli -hf iromu/Qwen2.5-1.5B-k3-GGUF:Q4_K_M

<!-- VALIDATION:BEGIN (auto-generated, do not edit) -->

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 (unsloth/Qwen2.5-1.5B-Instruct): 8.0% exact-args match (4/50). Fine-tuned (BF16): 0.7% exact-args match (2/274) (-7.3pp vs base).

  • —GGUF-BF16: 5/274 (1.8%) exact, 89.5 tok/s — 250% of BF16.
  • —GGUF-Q4KM: 7/274 (2.6%) exact, 128.6 tok/s — 350% of BF16.
ModelQuantnTool call emittedNames matchExact args matchΔ exact vs BASEtok/s
Qwen2.5-1.5B-k3BASE (unsloth/Qwen2.5-1.5B-Instruct)5050/50 (100.0%)13/50 (26.0%)4/50 (8.0%)—39.2
Qwen2.5-1.5B-k3BF16274254/274 (92.7%)170/274 (62.0%)2/274 (0.7%)-7.3pp41.2
Qwen2.5-1.5B-k3GGUF-BF16274271/274 (98.9%)157/274 (57.3%)5/274 (1.8%)-6.2pp89.5
Qwen2.5-1.5B-k3GGUF-Q4KM274264/274 (96.4%)103/274 (37.6%)7/274 (2.6%)-5.4pp128.6

<!-- VALIDATION:END -->