From e0a9345b4885a3369fc46b2533b758358aa6748b Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 14 Jun 2026 23:17:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: mradermacher/qwen3-1.7b-magistral-math-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++ README.md | 88 +++++++++++++++++++++++++++ qwen3-1.7b-magistral-math.IQ4_XS.gguf | 3 + qwen3-1.7b-magistral-math.Q2_K.gguf | 3 + qwen3-1.7b-magistral-math.Q3_K_L.gguf | 3 + qwen3-1.7b-magistral-math.Q3_K_M.gguf | 3 + qwen3-1.7b-magistral-math.Q3_K_S.gguf | 3 + qwen3-1.7b-magistral-math.Q4_K_M.gguf | 3 + qwen3-1.7b-magistral-math.Q4_K_S.gguf | 3 + qwen3-1.7b-magistral-math.Q5_K_M.gguf | 3 + qwen3-1.7b-magistral-math.Q5_K_S.gguf | 3 + qwen3-1.7b-magistral-math.Q6_K.gguf | 3 + qwen3-1.7b-magistral-math.Q8_0.gguf | 3 + qwen3-1.7b-magistral-math.f16.gguf | 3 + 14 files changed, 171 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 qwen3-1.7b-magistral-math.IQ4_XS.gguf create mode 100644 qwen3-1.7b-magistral-math.Q2_K.gguf create mode 100644 qwen3-1.7b-magistral-math.Q3_K_L.gguf create mode 100644 qwen3-1.7b-magistral-math.Q3_K_M.gguf create mode 100644 qwen3-1.7b-magistral-math.Q3_K_S.gguf create mode 100644 qwen3-1.7b-magistral-math.Q4_K_M.gguf create mode 100644 qwen3-1.7b-magistral-math.Q4_K_S.gguf create mode 100644 qwen3-1.7b-magistral-math.Q5_K_M.gguf create mode 100644 qwen3-1.7b-magistral-math.Q5_K_S.gguf create mode 100644 qwen3-1.7b-magistral-math.Q6_K.gguf create mode 100644 qwen3-1.7b-magistral-math.Q8_0.gguf create mode 100644 qwen3-1.7b-magistral-math.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e0121dd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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-1.7b-magistral-math.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +qwen3-1.7b-magistral-math.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +qwen3-1.7b-magistral-math.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +qwen3-1.7b-magistral-math.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +qwen3-1.7b-magistral-math.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +qwen3-1.7b-magistral-math.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +qwen3-1.7b-magistral-math.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +qwen3-1.7b-magistral-math.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +qwen3-1.7b-magistral-math.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +qwen3-1.7b-magistral-math.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +qwen3-1.7b-magistral-math.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +qwen3-1.7b-magistral-math.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..6f0423b --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +--- +base_model: HAD653/qwen3-1.7b-magistral-math +datasets: +- HAD653/GSM8K-OpenMath-MathReason-13k +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- qwen3 +- unsloth +- transformers +- text-generation +- math +- mathematical-reasoning +- chain-of-thought +- cot +- gsm8k +- openmath +- instruction-tuning +- sft +- bfloat16 +--- +## About + + + + + + + + + +static quants of https://huggingface.co/HAD653/qwen3-1.7b-magistral-math + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#qwen3-1.7b-magistral-math-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/qwen3-1.7b-magistral-math-i1-GGUF +## Usage + +If you are unsure how to use GGUF files, refer to one of [TheBloke's +READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for +more details, including on how to concatenate multi-part files. + +## Provided Quants + +(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants) + +| Link | Type | Size/GB | Notes | +|:-----|:-----|--------:|:------| +| [GGUF](https://huggingface.co/mradermacher/qwen3-1.7b-magistral-math-GGUF/resolve/main/qwen3-1.7b-magistral-math.Q2_K.gguf) | Q2_K | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/qwen3-1.7b-magistral-math-GGUF/resolve/main/qwen3-1.7b-magistral-math.Q3_K_S.gguf) | Q3_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/qwen3-1.7b-magistral-math-GGUF/resolve/main/qwen3-1.7b-magistral-math.Q3_K_M.gguf) | Q3_K_M | 1.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/qwen3-1.7b-magistral-math-GGUF/resolve/main/qwen3-1.7b-magistral-math.Q3_K_L.gguf) | Q3_K_L | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/qwen3-1.7b-magistral-math-GGUF/resolve/main/qwen3-1.7b-magistral-math.IQ4_XS.gguf) | IQ4_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/qwen3-1.7b-magistral-math-GGUF/resolve/main/qwen3-1.7b-magistral-math.Q4_K_S.gguf) | Q4_K_S | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/qwen3-1.7b-magistral-math-GGUF/resolve/main/qwen3-1.7b-magistral-math.Q4_K_M.gguf) | Q4_K_M | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/qwen3-1.7b-magistral-math-GGUF/resolve/main/qwen3-1.7b-magistral-math.Q5_K_S.gguf) | Q5_K_S | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/qwen3-1.7b-magistral-math-GGUF/resolve/main/qwen3-1.7b-magistral-math.Q5_K_M.gguf) | Q5_K_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/qwen3-1.7b-magistral-math-GGUF/resolve/main/qwen3-1.7b-magistral-math.Q6_K.gguf) | Q6_K | 1.5 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/qwen3-1.7b-magistral-math-GGUF/resolve/main/qwen3-1.7b-magistral-math.Q8_0.gguf) | Q8_0 | 1.9 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/qwen3-1.7b-magistral-math-GGUF/resolve/main/qwen3-1.7b-magistral-math.f16.gguf) | f16 | 3.5 | 16 bpw, overkill | + +Here is a handy graph by ikawrakow comparing some lower-quality quant +types (lower is better): + +![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png) + +And here are Artefact2's thoughts on the matter: +https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9 + +## FAQ / Model Request + +See https://huggingface.co/mradermacher/model_requests for some answers to +questions you might have and/or if you want some other model quantized. + +## Thanks + +I thank my company, [nethype GmbH](https://www.nethype.de/), for letting +me use its servers and providing upgrades to my workstation to enable +this work in my free time. + + diff --git a/qwen3-1.7b-magistral-math.IQ4_XS.gguf b/qwen3-1.7b-magistral-math.IQ4_XS.gguf new file mode 100644 index 0000000..c367b17 --- /dev/null +++ b/qwen3-1.7b-magistral-math.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00acede0e0db9b30e207dff1826842b6b193439650db3d65a0483ab2283300d +size 1016277920 diff --git a/qwen3-1.7b-magistral-math.Q2_K.gguf b/qwen3-1.7b-magistral-math.Q2_K.gguf new file mode 100644 index 0000000..72b5e33 --- /dev/null +++ b/qwen3-1.7b-magistral-math.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312d64bb567aba69707e987f9a444ec92f83703db8808a0947510801d2912a1f +size 777792416 diff --git a/qwen3-1.7b-magistral-math.Q3_K_L.gguf b/qwen3-1.7b-magistral-math.Q3_K_L.gguf new file mode 100644 index 0000000..94b5c11 --- /dev/null +++ b/qwen3-1.7b-magistral-math.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e9c6446291b05240c5b1351923f41131227fe4950a6843b5b4931ca3cc073d5 +size 1003498400 diff --git a/qwen3-1.7b-magistral-math.Q3_K_M.gguf b/qwen3-1.7b-magistral-math.Q3_K_M.gguf new file mode 100644 index 0000000..cef3867 --- /dev/null +++ b/qwen3-1.7b-magistral-math.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053d29a0908b27185070c1eaf8ee34997408e56d1fff58fa235bfeb0b4b88718 +size 939535264 diff --git a/qwen3-1.7b-magistral-math.Q3_K_S.gguf b/qwen3-1.7b-magistral-math.Q3_K_S.gguf new file mode 100644 index 0000000..604f70e --- /dev/null +++ b/qwen3-1.7b-magistral-math.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36f011568e2ed86d66da8eb5921c74e797a2984e7ae15b9772e958d7603b7b8 +size 867249056 diff --git a/qwen3-1.7b-magistral-math.Q4_K_M.gguf b/qwen3-1.7b-magistral-math.Q4_K_M.gguf new file mode 100644 index 0000000..15540bb --- /dev/null +++ b/qwen3-1.7b-magistral-math.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adfa8d20149e143eba14f7fee02874b6ee9ce499bc30be89a0a1c275043974ff +size 1107405728 diff --git a/qwen3-1.7b-magistral-math.Q4_K_S.gguf b/qwen3-1.7b-magistral-math.Q4_K_S.gguf new file mode 100644 index 0000000..f310c90 --- /dev/null +++ b/qwen3-1.7b-magistral-math.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a909a110faf2caead12a67875f27268ea4f92c5a5dad6bc96c375157c2b786be +size 1060187040 diff --git a/qwen3-1.7b-magistral-math.Q5_K_M.gguf b/qwen3-1.7b-magistral-math.Q5_K_M.gguf new file mode 100644 index 0000000..17a8e46 --- /dev/null +++ b/qwen3-1.7b-magistral-math.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d747e97c79b5b16684ec995901f44d5f2fa359b7aa355480558c8247334eae2 +size 1257876384 diff --git a/qwen3-1.7b-magistral-math.Q5_K_S.gguf b/qwen3-1.7b-magistral-math.Q5_K_S.gguf new file mode 100644 index 0000000..ea5d706 --- /dev/null +++ b/qwen3-1.7b-magistral-math.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:155300b8b7ff8ee67729cbd23ed55660d826046489c70ecd3d8d99f05d639567 +size 1230580640 diff --git a/qwen3-1.7b-magistral-math.Q6_K.gguf b/qwen3-1.7b-magistral-math.Q6_K.gguf new file mode 100644 index 0000000..2436191 --- /dev/null +++ b/qwen3-1.7b-magistral-math.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af1714a676595e7f0ccd3dfa8a26dfa22459dc177f6e3530adeeb2fc53146fd +size 1417751456 diff --git a/qwen3-1.7b-magistral-math.Q8_0.gguf b/qwen3-1.7b-magistral-math.Q8_0.gguf new file mode 100644 index 0000000..3f5706e --- /dev/null +++ b/qwen3-1.7b-magistral-math.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d571d5da7320d65b72dd5da682592b1613ae28339f01ad921030b852fd5221e +size 1834423200 diff --git a/qwen3-1.7b-magistral-math.f16.gguf b/qwen3-1.7b-magistral-math.f16.gguf new file mode 100644 index 0000000..24fbf9e --- /dev/null +++ b/qwen3-1.7b-magistral-math.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0579b828deb68b9753101d2f3e9f7e22baae193bf1438997b4a619b413bdc6 +size 3447346080