From 958ce73c03ca091a9b0ee994b0802b811f2b1da9 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 10 Jul 2026 16:22:11 +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/DS-R1-Distill-Q2.5-10B-Harmony-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++ DS-R1-Distill-Q2.5-10B-Harmony.IQ4_XS.gguf | 3 + DS-R1-Distill-Q2.5-10B-Harmony.Q2_K.gguf | 3 + DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_L.gguf | 3 + DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_M.gguf | 3 + DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_S.gguf | 3 + DS-R1-Distill-Q2.5-10B-Harmony.Q4_K_M.gguf | 3 + DS-R1-Distill-Q2.5-10B-Harmony.Q4_K_S.gguf | 3 + DS-R1-Distill-Q2.5-10B-Harmony.Q5_K_M.gguf | 3 + DS-R1-Distill-Q2.5-10B-Harmony.Q5_K_S.gguf | 3 + DS-R1-Distill-Q2.5-10B-Harmony.Q6_K.gguf | 3 + DS-R1-Distill-Q2.5-10B-Harmony.Q8_0.gguf | 3 + DS-R1-Distill-Q2.5-10B-Harmony.f16.gguf | 3 + README.md | 67 ++++++++++++++++++++++ 14 files changed, 150 insertions(+) create mode 100644 .gitattributes create mode 100644 DS-R1-Distill-Q2.5-10B-Harmony.IQ4_XS.gguf create mode 100644 DS-R1-Distill-Q2.5-10B-Harmony.Q2_K.gguf create mode 100644 DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_L.gguf create mode 100644 DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_M.gguf create mode 100644 DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_S.gguf create mode 100644 DS-R1-Distill-Q2.5-10B-Harmony.Q4_K_M.gguf create mode 100644 DS-R1-Distill-Q2.5-10B-Harmony.Q4_K_S.gguf create mode 100644 DS-R1-Distill-Q2.5-10B-Harmony.Q5_K_M.gguf create mode 100644 DS-R1-Distill-Q2.5-10B-Harmony.Q5_K_S.gguf create mode 100644 DS-R1-Distill-Q2.5-10B-Harmony.Q6_K.gguf create mode 100644 DS-R1-Distill-Q2.5-10B-Harmony.Q8_0.gguf create mode 100644 DS-R1-Distill-Q2.5-10B-Harmony.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f409e4e --- /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 +DS-R1-Distill-Q2.5-10B-Harmony.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DS-R1-Distill-Q2.5-10B-Harmony.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DS-R1-Distill-Q2.5-10B-Harmony.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DS-R1-Distill-Q2.5-10B-Harmony.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +DS-R1-Distill-Q2.5-10B-Harmony.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DS-R1-Distill-Q2.5-10B-Harmony.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DS-R1-Distill-Q2.5-10B-Harmony.f16.gguf filter=lfs diff=lfs merge=lfs -text +DS-R1-Distill-Q2.5-10B-Harmony.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DS-R1-Distill-Q2.5-10B-Harmony.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DS-R1-Distill-Q2.5-10B-Harmony.IQ4_XS.gguf b/DS-R1-Distill-Q2.5-10B-Harmony.IQ4_XS.gguf new file mode 100644 index 0000000..5c453e3 --- /dev/null +++ b/DS-R1-Distill-Q2.5-10B-Harmony.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f005fcbe3162740e82a35820a02a4a81620c8944f49c20194ebe61d14c3d464f +size 5810210432 diff --git a/DS-R1-Distill-Q2.5-10B-Harmony.Q2_K.gguf b/DS-R1-Distill-Q2.5-10B-Harmony.Q2_K.gguf new file mode 100644 index 0000000..a7379f3 --- /dev/null +++ b/DS-R1-Distill-Q2.5-10B-Harmony.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532bcbf94146fbd4a16931c9833f814a18de674a180f54db96da615cf69205ab +size 4147029632 diff --git a/DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_L.gguf b/DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_L.gguf new file mode 100644 index 0000000..0a5a252 --- /dev/null +++ b/DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352baebe65235aab2570e1636fdb6b31a4a47087f4b41ea75eb8faab3a27ee88 +size 5609567872 diff --git a/DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_M.gguf b/DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_M.gguf new file mode 100644 index 0000000..bd1467f --- /dev/null +++ b/DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3aba71879a502e5d2b7de744f708e3f6fa7955c4370913bb9b60aa452ed8cf +size 5219628672 diff --git a/DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_S.gguf b/DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_S.gguf new file mode 100644 index 0000000..797c0a0 --- /dev/null +++ b/DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f1972853e2729f4cf147d5142fa78df2933b46b7d1233eb429bbc1cc6753e5 +size 4766119552 diff --git a/DS-R1-Distill-Q2.5-10B-Harmony.Q4_K_M.gguf b/DS-R1-Distill-Q2.5-10B-Harmony.Q4_K_M.gguf new file mode 100644 index 0000000..7abdae3 --- /dev/null +++ b/DS-R1-Distill-Q2.5-10B-Harmony.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171297c45dd121e9e79a90f64674246ec55ee2695dc375e73257bdbf78d54bc8 +size 6352930432 diff --git a/DS-R1-Distill-Q2.5-10B-Harmony.Q4_K_S.gguf b/DS-R1-Distill-Q2.5-10B-Harmony.Q4_K_S.gguf new file mode 100644 index 0000000..e8efc19 --- /dev/null +++ b/DS-R1-Distill-Q2.5-10B-Harmony.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb92557189c78611ee8cf96fd09cc32c77dbaa1de39659153ef714a53b05d27c +size 6077351552 diff --git a/DS-R1-Distill-Q2.5-10B-Harmony.Q5_K_M.gguf b/DS-R1-Distill-Q2.5-10B-Harmony.Q5_K_M.gguf new file mode 100644 index 0000000..aaeb986 --- /dev/null +++ b/DS-R1-Distill-Q2.5-10B-Harmony.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089e383773d334c6f69d6a09713cc184e6fc78ede1679513ff8e676786ccaf29 +size 7399212672 diff --git a/DS-R1-Distill-Q2.5-10B-Harmony.Q5_K_S.gguf b/DS-R1-Distill-Q2.5-10B-Harmony.Q5_K_S.gguf new file mode 100644 index 0000000..5287cc5 --- /dev/null +++ b/DS-R1-Distill-Q2.5-10B-Harmony.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6568fa1f96f3e44ce4fc25fff5919fbf4dcc736fde092f4e2ae2acd27d15fd4f +size 7237666432 diff --git a/DS-R1-Distill-Q2.5-10B-Harmony.Q6_K.gguf b/DS-R1-Distill-Q2.5-10B-Harmony.Q6_K.gguf new file mode 100644 index 0000000..2199e45 --- /dev/null +++ b/DS-R1-Distill-Q2.5-10B-Harmony.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9adeb3503d69c465a9b63509f329f9c42993f1fdd99b105f629049ad37dda4ad +size 8510887552 diff --git a/DS-R1-Distill-Q2.5-10B-Harmony.Q8_0.gguf b/DS-R1-Distill-Q2.5-10B-Harmony.Q8_0.gguf new file mode 100644 index 0000000..ddce256 --- /dev/null +++ b/DS-R1-Distill-Q2.5-10B-Harmony.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7c34a68f38266e13055e56becb0102745021443b6e20abb9390b1cdea25c9e +size 11021203072 diff --git a/DS-R1-Distill-Q2.5-10B-Harmony.f16.gguf b/DS-R1-Distill-Q2.5-10B-Harmony.f16.gguf new file mode 100644 index 0000000..ed61bbe --- /dev/null +++ b/DS-R1-Distill-Q2.5-10B-Harmony.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d05cce887a80aa0a2f33b18a8b74f381a633fef8e5d20e5d7d2cfc8533ad82 +size 20738553472 diff --git a/README.md b/README.md new file mode 100644 index 0000000..16a10de --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +--- +base_model: Triangle104/DS-R1-Distill-Q2.5-10B-Harmony +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- mergekit +- merge +--- +## About + + + + + + +static quants of https://huggingface.co/Triangle104/DS-R1-Distill-Q2.5-10B-Harmony + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/DS-R1-Distill-Q2.5-10B-Harmony-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/DS-R1-Distill-Q2.5-10B-Harmony-GGUF/resolve/main/DS-R1-Distill-Q2.5-10B-Harmony.Q2_K.gguf) | Q2_K | 4.2 | | +| [GGUF](https://huggingface.co/mradermacher/DS-R1-Distill-Q2.5-10B-Harmony-GGUF/resolve/main/DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_S.gguf) | Q3_K_S | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/DS-R1-Distill-Q2.5-10B-Harmony-GGUF/resolve/main/DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_M.gguf) | Q3_K_M | 5.3 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DS-R1-Distill-Q2.5-10B-Harmony-GGUF/resolve/main/DS-R1-Distill-Q2.5-10B-Harmony.Q3_K_L.gguf) | Q3_K_L | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/DS-R1-Distill-Q2.5-10B-Harmony-GGUF/resolve/main/DS-R1-Distill-Q2.5-10B-Harmony.IQ4_XS.gguf) | IQ4_XS | 5.9 | | +| [GGUF](https://huggingface.co/mradermacher/DS-R1-Distill-Q2.5-10B-Harmony-GGUF/resolve/main/DS-R1-Distill-Q2.5-10B-Harmony.Q4_K_S.gguf) | Q4_K_S | 6.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DS-R1-Distill-Q2.5-10B-Harmony-GGUF/resolve/main/DS-R1-Distill-Q2.5-10B-Harmony.Q4_K_M.gguf) | Q4_K_M | 6.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DS-R1-Distill-Q2.5-10B-Harmony-GGUF/resolve/main/DS-R1-Distill-Q2.5-10B-Harmony.Q5_K_S.gguf) | Q5_K_S | 7.3 | | +| [GGUF](https://huggingface.co/mradermacher/DS-R1-Distill-Q2.5-10B-Harmony-GGUF/resolve/main/DS-R1-Distill-Q2.5-10B-Harmony.Q5_K_M.gguf) | Q5_K_M | 7.5 | | +| [GGUF](https://huggingface.co/mradermacher/DS-R1-Distill-Q2.5-10B-Harmony-GGUF/resolve/main/DS-R1-Distill-Q2.5-10B-Harmony.Q6_K.gguf) | Q6_K | 8.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/DS-R1-Distill-Q2.5-10B-Harmony-GGUF/resolve/main/DS-R1-Distill-Q2.5-10B-Harmony.Q8_0.gguf) | Q8_0 | 11.1 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/DS-R1-Distill-Q2.5-10B-Harmony-GGUF/resolve/main/DS-R1-Distill-Q2.5-10B-Harmony.f16.gguf) | f16 | 20.8 | 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. + +