GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

iromu/qwen25-1.5b-tools-GGUF overview

Qwen2.5 1.5B Tools GGUF GGUF quantizations of the Qwen2.5 1.5B Instruct model fine tuned for tool calling and agent style interactions. Base model This model w…

ggufqwen2.5qwentool-callingfunction-callingagentslorasftendataset:r0b0tlab/qwen3.8-max-glm5.2-kimi-k3-distillationbase_model:unsloth/Qwen2.5-1.5B-Instructbase_model:adapter:unsloth/Qwen2.5-1.5B-Instructlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~940.4 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
Author

Repository Files & Downloads

4 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
qwen25-1.5b-tools-Q4_K_M.ggufGGUFQ4_K_M940.4 MBDownload
qwen25-1.5b-tools-Q5_K_M.ggufGGUFQ5_K_M1.05 GBDownload
qwen25-1.5b-tools-Q8_0.ggufGGUFQ8_01.53 GBDownload
qwen25-1.5b-tools-f16.ggufGGUFF162.88 GBDownload

Model Details

Model IDiromu/qwen25-1.5b-tools-GGUF
Authoriromu
Pipeline
Licenseapache-2.0
Base modelunsloth/Qwen2.5-1.5B-Instruct
Last modified2026-08-22T12:45:21.000Z

Model README

---

language:

- en

license: apache-2.0

base_model:

- unsloth/Qwen2.5-1.5B-Instruct

datasets:

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

tags:

- qwen2.5

- qwen

- tool-calling

- function-calling

- agents

- lora

- sft

- gguf

library_name: gguf

---

Qwen2.5-1.5B Tools GGUF

GGUF quantizations of the Qwen2.5-1.5B-Instruct model fine-tuned

for tool calling and agent-style interactions.

Base model

This model was fine-tuned from:

unsloth/Qwen2.5-1.5B-Instruct

Quantizations

| Quantization | File |

|---|---|

| Q4_K_M | qwen25-1.5b-tools-Q4_K_M.gguf |

| Q5_K_M | qwen25-1.5b-tools-Q5_K_M.gguf |

| Q8_0 | qwen25-1.5b-tools-Q8_0.gguf |

| F16 | qwen25-1.5b-tools-f16.gguf |

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
  • Epochs: 3
  • Learning rate: 1e-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.

GGUF versions

The repository includes GGUF conversions:

  • F16
  • Q8_0
  • Q5_K_M
  • Q4_K_M

Jetson Nano

Q4_K_M is the recommended starting point for low-memory systems such as the Jetson Nano.

For higher-memory systems, use Q5_K_M or Q8_0 where practical.

Usage with llama.cpp

Example:

llama-cli \
  -hf iromu/qwen25-1.5b-tools-GGUF:Q4_K_M \
  --n-gpu-layers 99 \
  --ctx-size 1024 \
  -p "You are a home assistant. Convert user requests into JSON tool calls. User: turn on kitchen lights"
llama-server \
  -hf iromu/qwen25-1.5b-tools-GGUF:Q4_K_M \
  --jinja \
  --n-gpu-layers 99 \
  --ctx-size 4096 \
  --host 0.0.0.0 \
  --port 8080

Run iromu/qwen25-1.5b-tools-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models