初始化项目,由ModelHub XC社区提供模型
Model: ermiaazarkhalili/Qwen3-4B-Function-Calling-xLAM-Unsloth-GGUF Source: Original Platform
This commit is contained in:
41
.gitattributes
vendored
Normal file
41
.gitattributes
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||
*.model filter=lfs diff=lfs merge=lfs -text
|
||||
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||
qwen3-4b-function-calling-xlam-unsloth.q2_k.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
qwen3-4b-function-calling-xlam-unsloth.q3_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
qwen3-4b-function-calling-xlam-unsloth.q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
qwen3-4b-function-calling-xlam-unsloth.q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
qwen3-4b-function-calling-xlam-unsloth.q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
qwen3-4b-function-calling-xlam-unsloth.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
100
README.md
Normal file
100
README.md
Normal file
@@ -0,0 +1,100 @@
|
||||
---
|
||||
base_model: ermiaazarkhalili/Qwen3-4B-Function-Calling-xLAM-Unsloth
|
||||
tags:
|
||||
- gguf
|
||||
- llama.cpp
|
||||
- unsloth
|
||||
- qwen3
|
||||
- function-calling
|
||||
- quantized
|
||||
license: apache-2.0
|
||||
language:
|
||||
- en
|
||||
datasets:
|
||||
- Salesforce/xlam-function-calling-60k
|
||||
pipeline_tag: text-generation
|
||||
---
|
||||
|
||||
# Qwen3-4B-Function-Calling-xLAM-Unsloth — GGUF quantized
|
||||
|
||||
GGUF quantizations of [`ermiaazarkhalili/Qwen3-4B-Function-Calling-xLAM-Unsloth`](https://huggingface.co/ermiaazarkhalili/Qwen3-4B-Function-Calling-xLAM-Unsloth),
|
||||
produced via [Unsloth](https://github.com/unslothai/unsloth) + llama.cpp's conversion scripts.
|
||||
|
||||
| Field | Value |
|
||||
|---|---|
|
||||
| **Source checkpoint** | [`ermiaazarkhalili/Qwen3-4B-Function-Calling-xLAM-Unsloth`](https://huggingface.co/ermiaazarkhalili/Qwen3-4B-Function-Calling-xLAM-Unsloth) |
|
||||
| **Base model** | [`unsloth/qwen3-4b-unsloth-bnb-4bit`](https://huggingface.co/unsloth/qwen3-4b-unsloth-bnb-4bit) |
|
||||
| **Dataset** | [`Salesforce/xlam-function-calling-60k`](https://huggingface.co/datasets/Salesforce/xlam-function-calling-60k) |
|
||||
| **Training** | 1 full epoch (effective batch=8) |
|
||||
| **Final training loss** | 0.2309 (job 36885894, runtime 2h 10m, peak VRAM 15.21 GB) |
|
||||
| **Conversion** | Unsloth `save_pretrained` → llama.cpp `convert_hf_to_gguf.py` → `llama-quantize` |
|
||||
|
||||
## Available quantizations
|
||||
|
||||
| File | Bits | Size | Notes |
|
||||
|---|---|---|---|
|
||||
| `qwen3-4b-function-calling-xlam-unsloth.q2_k.gguf` | 2-bit | 1.67 GB | Smallest; aggressive quality loss |
|
||||
| `qwen3-4b-function-calling-xlam-unsloth.q3_k_m.gguf` | 3-bit | 2.08 GB | Small; noticeable quality loss |
|
||||
| `qwen3-4b-function-calling-xlam-unsloth.q4_k_m.gguf` | 4-bit | 2.50 GB | **Recommended** — best size/quality balance |
|
||||
| `qwen3-4b-function-calling-xlam-unsloth.q5_k_m.gguf` | 5-bit | 2.89 GB | Near-full quality |
|
||||
| `qwen3-4b-function-calling-xlam-unsloth.q6_k.gguf` | 6-bit | 3.31 GB | Very close to Q8_0 at smaller size |
|
||||
| `qwen3-4b-function-calling-xlam-unsloth.q8_0.gguf` | 8-bit | 4.28 GB | Largest; closest to bf16 source |
|
||||
|
||||
**Recommended default:** `Q4_K_M`. For maximum fidelity, use `Q8_0`.
|
||||
|
||||
## Usage
|
||||
|
||||
### llama.cpp
|
||||
|
||||
```bash
|
||||
llama-cli -hf ermiaazarkhalili/Qwen3-4B-Function-Calling-xLAM-Unsloth-GGUF --jinja -p "Find flights from SFO to NYC on December 25th" -n 256
|
||||
```
|
||||
|
||||
### Ollama
|
||||
|
||||
```bash
|
||||
ollama run hf.co/ermiaazarkhalili/Qwen3-4B-Function-Calling-xLAM-Unsloth-GGUF:Q4_K_M
|
||||
```
|
||||
|
||||
### llama-cpp-python
|
||||
|
||||
```python
|
||||
from llama_cpp import Llama
|
||||
llm = Llama.from_pretrained(
|
||||
repo_id="ermiaazarkhalili/Qwen3-4B-Function-Calling-xLAM-Unsloth-GGUF",
|
||||
filename="*q4_k_m.gguf",
|
||||
n_ctx=2048,
|
||||
)
|
||||
out = llm.create_chat_completion(
|
||||
messages=[{"role": "user", "content": "Find flights from SFO to NYC on December 25th"}],
|
||||
max_tokens=256,
|
||||
)
|
||||
print(out["choices"][0]["message"]["content"])
|
||||
```
|
||||
|
||||
## Intended use
|
||||
|
||||
For research and non-commercial experimentation. Outputs should be independently verified before any downstream use.
|
||||
|
||||
## Limitations
|
||||
|
||||
- GGUF quantizations have unavoidable quality loss vs the bf16 source. Use Q5_K_M+ for best fidelity.
|
||||
- Inherits all limitations of the source merged checkpoint ([`ermiaazarkhalili/Qwen3-4B-Function-Calling-xLAM-Unsloth`](https://huggingface.co/ermiaazarkhalili/Qwen3-4B-Function-Calling-xLAM-Unsloth)).
|
||||
|
||||
## Citation
|
||||
|
||||
```bibtex
|
||||
@misc{ qwen3_4b_xlam_unsloth_2026_gguf ,
|
||||
author = {Ermia Azarkhalili},
|
||||
title = { Qwen3-4B-Function-Calling-xLAM-Unsloth — GGUF quantized },
|
||||
year = {2026},
|
||||
publisher = {Hugging Face},
|
||||
howpublished = {\url{https://huggingface.co/ermiaazarkhalili/Qwen3-4B-Function-Calling-xLAM-Unsloth-GGUF}}
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
This qwen3 model was trained 2× faster with [Unsloth](https://github.com/unslothai/unsloth) and Hugging Face's TRL library.
|
||||
|
||||
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
||||
3
qwen3-4b-function-calling-xlam-unsloth.q2_k.gguf
Normal file
3
qwen3-4b-function-calling-xlam-unsloth.q2_k.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67c4321d21a1b0eb175c59577471705e7417fbb713501807488a20e58214d3e7
|
||||
size 1669499520
|
||||
3
qwen3-4b-function-calling-xlam-unsloth.q3_k_m.gguf
Normal file
3
qwen3-4b-function-calling-xlam-unsloth.q3_k_m.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9073718bc5181be8ba653db40e7d10cecbfca315b5a303ba343ada2c54790911
|
||||
size 2075617920
|
||||
3
qwen3-4b-function-calling-xlam-unsloth.q4_k_m.gguf
Normal file
3
qwen3-4b-function-calling-xlam-unsloth.q4_k_m.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8242470a6069010895a14b50cf6a6346f58815ea702df6d252735088add214e
|
||||
size 2497280640
|
||||
3
qwen3-4b-function-calling-xlam-unsloth.q5_k_m.gguf
Normal file
3
qwen3-4b-function-calling-xlam-unsloth.q5_k_m.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c77b5c84d1a26a8a0d295ddc34207eeee19964a81c52410c216cc6218f55914f
|
||||
size 2889513600
|
||||
3
qwen3-4b-function-calling-xlam-unsloth.q6_k.gguf
Normal file
3
qwen3-4b-function-calling-xlam-unsloth.q6_k.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:575505295977408475eab76e03524f3a9f7c41d53496750be59b4c23da02210e
|
||||
size 3306261120
|
||||
3
qwen3-4b-function-calling-xlam-unsloth.q8_0.gguf
Normal file
3
qwen3-4b-function-calling-xlam-unsloth.q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e16797942b6bdcc0f55432616bfa87ab8a36e24a91de41ffbe61f15bdd64e2c
|
||||
size 4280405120
|
||||
Reference in New Issue
Block a user