From 065dd4507b03a1032e3d5ce3b5e8a80a9012936d Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 27 May 2026 14:44:16 +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/DeepSeek-R1-Codegeneration-COT-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++ DeepSeek-R1-Codegeneration-COT.IQ4_XS.gguf | 3 + DeepSeek-R1-Codegeneration-COT.Q2_K.gguf | 3 + DeepSeek-R1-Codegeneration-COT.Q3_K_L.gguf | 3 + DeepSeek-R1-Codegeneration-COT.Q3_K_M.gguf | 3 + DeepSeek-R1-Codegeneration-COT.Q3_K_S.gguf | 3 + DeepSeek-R1-Codegeneration-COT.Q4_K_M.gguf | 3 + DeepSeek-R1-Codegeneration-COT.Q4_K_S.gguf | 3 + DeepSeek-R1-Codegeneration-COT.Q5_K_M.gguf | 3 + DeepSeek-R1-Codegeneration-COT.Q5_K_S.gguf | 3 + DeepSeek-R1-Codegeneration-COT.Q6_K.gguf | 3 + DeepSeek-R1-Codegeneration-COT.Q8_0.gguf | 3 + DeepSeek-R1-Codegeneration-COT.f16.gguf | 3 + README.md | 71 ++++++++++++++++++++++ 14 files changed, 154 insertions(+) create mode 100644 .gitattributes create mode 100644 DeepSeek-R1-Codegeneration-COT.IQ4_XS.gguf create mode 100644 DeepSeek-R1-Codegeneration-COT.Q2_K.gguf create mode 100644 DeepSeek-R1-Codegeneration-COT.Q3_K_L.gguf create mode 100644 DeepSeek-R1-Codegeneration-COT.Q3_K_M.gguf create mode 100644 DeepSeek-R1-Codegeneration-COT.Q3_K_S.gguf create mode 100644 DeepSeek-R1-Codegeneration-COT.Q4_K_M.gguf create mode 100644 DeepSeek-R1-Codegeneration-COT.Q4_K_S.gguf create mode 100644 DeepSeek-R1-Codegeneration-COT.Q5_K_M.gguf create mode 100644 DeepSeek-R1-Codegeneration-COT.Q5_K_S.gguf create mode 100644 DeepSeek-R1-Codegeneration-COT.Q6_K.gguf create mode 100644 DeepSeek-R1-Codegeneration-COT.Q8_0.gguf create mode 100644 DeepSeek-R1-Codegeneration-COT.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..80d9e9e --- /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 +DeepSeek-R1-Codegeneration-COT.f16.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Codegeneration-COT.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Codegeneration-COT.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Codegeneration-COT.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Codegeneration-COT.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Codegeneration-COT.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Codegeneration-COT.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Codegeneration-COT.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Codegeneration-COT.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Codegeneration-COT.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Codegeneration-COT.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Codegeneration-COT.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DeepSeek-R1-Codegeneration-COT.IQ4_XS.gguf b/DeepSeek-R1-Codegeneration-COT.IQ4_XS.gguf new file mode 100644 index 0000000..15c09e5 --- /dev/null +++ b/DeepSeek-R1-Codegeneration-COT.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e562f650184e6abb1c8649c4d6fb5796992f33b7277f4342601d69ee3f8c1f +size 4484366304 diff --git a/DeepSeek-R1-Codegeneration-COT.Q2_K.gguf b/DeepSeek-R1-Codegeneration-COT.Q2_K.gguf new file mode 100644 index 0000000..0b834b6 --- /dev/null +++ b/DeepSeek-R1-Codegeneration-COT.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e157cc6ec4bfcccb4837113806bed5d73d3ff588692ec1262bec736e4d88fd +size 3179134944 diff --git a/DeepSeek-R1-Codegeneration-COT.Q3_K_L.gguf b/DeepSeek-R1-Codegeneration-COT.Q3_K_L.gguf new file mode 100644 index 0000000..527395a --- /dev/null +++ b/DeepSeek-R1-Codegeneration-COT.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d250be6f6f8c2ccf3f595d4f07e0bf1295ffa8e87cb76a2f468bbd5f73baa7 +size 4321959904 diff --git a/DeepSeek-R1-Codegeneration-COT.Q3_K_M.gguf b/DeepSeek-R1-Codegeneration-COT.Q3_K_M.gguf new file mode 100644 index 0000000..be00d02 --- /dev/null +++ b/DeepSeek-R1-Codegeneration-COT.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a415fb2e54fedbb27aaa90bce27df53b6163885f94f7d1af9692c1025ef571a6 +size 4018921440 diff --git a/DeepSeek-R1-Codegeneration-COT.Q3_K_S.gguf b/DeepSeek-R1-Codegeneration-COT.Q3_K_S.gguf new file mode 100644 index 0000000..f55e689 --- /dev/null +++ b/DeepSeek-R1-Codegeneration-COT.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd8b5e28f7f46fff0c3962a7455b41cf8c4605d763d43c70d5afb0c86463cda +size 3664502752 diff --git a/DeepSeek-R1-Codegeneration-COT.Q4_K_M.gguf b/DeepSeek-R1-Codegeneration-COT.Q4_K_M.gguf new file mode 100644 index 0000000..22b38bb --- /dev/null +++ b/DeepSeek-R1-Codegeneration-COT.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5399cb04528385375823dfc45d50715075157bcbda996c3f893de8aa9f7b9fee +size 4920737760 diff --git a/DeepSeek-R1-Codegeneration-COT.Q4_K_S.gguf b/DeepSeek-R1-Codegeneration-COT.Q4_K_S.gguf new file mode 100644 index 0000000..84c71d4 --- /dev/null +++ b/DeepSeek-R1-Codegeneration-COT.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfd0a7718fe8deef5e8a1460f6f700fb5af062f9fdf32b66e37d76a16a74412 +size 4692672480 diff --git a/DeepSeek-R1-Codegeneration-COT.Q5_K_M.gguf b/DeepSeek-R1-Codegeneration-COT.Q5_K_M.gguf new file mode 100644 index 0000000..19c4437 --- /dev/null +++ b/DeepSeek-R1-Codegeneration-COT.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ebe70f272825f685791dac290b157a183e26e3597cb1ba78632f6520e0253b +size 5732990944 diff --git a/DeepSeek-R1-Codegeneration-COT.Q5_K_S.gguf b/DeepSeek-R1-Codegeneration-COT.Q5_K_S.gguf new file mode 100644 index 0000000..beeb682 --- /dev/null +++ b/DeepSeek-R1-Codegeneration-COT.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1280aaf132d36e41596c929fbc589a3e1af63afb8e6ff4b3e074eb1bd08657fd +size 5599297504 diff --git a/DeepSeek-R1-Codegeneration-COT.Q6_K.gguf b/DeepSeek-R1-Codegeneration-COT.Q6_K.gguf new file mode 100644 index 0000000..bc94d55 --- /dev/null +++ b/DeepSeek-R1-Codegeneration-COT.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee4c0e2f03951325ca5bdae0192aca928d07820246626b30edab50b86638f4e +size 6596009952 diff --git a/DeepSeek-R1-Codegeneration-COT.Q8_0.gguf b/DeepSeek-R1-Codegeneration-COT.Q8_0.gguf new file mode 100644 index 0000000..3757a28 --- /dev/null +++ b/DeepSeek-R1-Codegeneration-COT.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9988c9c8032bc4c456799c9c76396c94c45177b06785e0b60b1d54baee01bf54 +size 8540774368 diff --git a/DeepSeek-R1-Codegeneration-COT.f16.gguf b/DeepSeek-R1-Codegeneration-COT.f16.gguf new file mode 100644 index 0000000..09c841c --- /dev/null +++ b/DeepSeek-R1-Codegeneration-COT.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb55348632436f3b833fc15ca6be4a8244ac5205839293640d27a09baa6aeedf +size 16068894688 diff --git a/README.md b/README.md new file mode 100644 index 0000000..18d670e --- /dev/null +++ b/README.md @@ -0,0 +1,71 @@ +--- +base_model: raghu1155/DeepSeek-R1-Codegeneration-COT +datasets: +- google-research-datasets/mbpp +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- code +- unsloth +- trl +- sft +--- +## About + + + + + + +static quants of https://huggingface.co/raghu1155/DeepSeek-R1-Codegeneration-COT + + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## 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/DeepSeek-R1-Codegeneration-COT-GGUF/resolve/main/DeepSeek-R1-Codegeneration-COT.Q2_K.gguf) | Q2_K | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Codegeneration-COT-GGUF/resolve/main/DeepSeek-R1-Codegeneration-COT.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Codegeneration-COT-GGUF/resolve/main/DeepSeek-R1-Codegeneration-COT.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Codegeneration-COT-GGUF/resolve/main/DeepSeek-R1-Codegeneration-COT.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Codegeneration-COT-GGUF/resolve/main/DeepSeek-R1-Codegeneration-COT.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Codegeneration-COT-GGUF/resolve/main/DeepSeek-R1-Codegeneration-COT.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Codegeneration-COT-GGUF/resolve/main/DeepSeek-R1-Codegeneration-COT.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Codegeneration-COT-GGUF/resolve/main/DeepSeek-R1-Codegeneration-COT.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Codegeneration-COT-GGUF/resolve/main/DeepSeek-R1-Codegeneration-COT.Q5_K_M.gguf) | Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Codegeneration-COT-GGUF/resolve/main/DeepSeek-R1-Codegeneration-COT.Q6_K.gguf) | Q6_K | 6.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Codegeneration-COT-GGUF/resolve/main/DeepSeek-R1-Codegeneration-COT.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Codegeneration-COT-GGUF/resolve/main/DeepSeek-R1-Codegeneration-COT.f16.gguf) | f16 | 16.2 | 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. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to. + +