From 7a24b2e598a840f374472255e41b9cf75345e12b Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 27 Jun 2026 15:23:18 +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/DeepSeekMath-RL-Step-DPO-GGUF Source: Original Platform --- .gitattributes | 50 +++++++++++++++++++++ DeepSeekMath-RL-Step-DPO.IQ3_M.gguf | 3 ++ DeepSeekMath-RL-Step-DPO.IQ3_S.gguf | 3 ++ DeepSeekMath-RL-Step-DPO.IQ3_XS.gguf | 3 ++ DeepSeekMath-RL-Step-DPO.IQ4_XS.gguf | 3 ++ DeepSeekMath-RL-Step-DPO.Q2_K.gguf | 3 ++ DeepSeekMath-RL-Step-DPO.Q3_K_L.gguf | 3 ++ DeepSeekMath-RL-Step-DPO.Q3_K_M.gguf | 3 ++ DeepSeekMath-RL-Step-DPO.Q3_K_S.gguf | 3 ++ DeepSeekMath-RL-Step-DPO.Q4_K_M.gguf | 3 ++ DeepSeekMath-RL-Step-DPO.Q4_K_S.gguf | 3 ++ DeepSeekMath-RL-Step-DPO.Q5_K_M.gguf | 3 ++ DeepSeekMath-RL-Step-DPO.Q5_K_S.gguf | 3 ++ DeepSeekMath-RL-Step-DPO.Q6_K.gguf | 3 ++ DeepSeekMath-RL-Step-DPO.Q8_0.gguf | 3 ++ DeepSeekMath-RL-Step-DPO.f16.gguf | 3 ++ README.md | 67 ++++++++++++++++++++++++++++ 17 files changed, 162 insertions(+) create mode 100644 .gitattributes create mode 100644 DeepSeekMath-RL-Step-DPO.IQ3_M.gguf create mode 100644 DeepSeekMath-RL-Step-DPO.IQ3_S.gguf create mode 100644 DeepSeekMath-RL-Step-DPO.IQ3_XS.gguf create mode 100644 DeepSeekMath-RL-Step-DPO.IQ4_XS.gguf create mode 100644 DeepSeekMath-RL-Step-DPO.Q2_K.gguf create mode 100644 DeepSeekMath-RL-Step-DPO.Q3_K_L.gguf create mode 100644 DeepSeekMath-RL-Step-DPO.Q3_K_M.gguf create mode 100644 DeepSeekMath-RL-Step-DPO.Q3_K_S.gguf create mode 100644 DeepSeekMath-RL-Step-DPO.Q4_K_M.gguf create mode 100644 DeepSeekMath-RL-Step-DPO.Q4_K_S.gguf create mode 100644 DeepSeekMath-RL-Step-DPO.Q5_K_M.gguf create mode 100644 DeepSeekMath-RL-Step-DPO.Q5_K_S.gguf create mode 100644 DeepSeekMath-RL-Step-DPO.Q6_K.gguf create mode 100644 DeepSeekMath-RL-Step-DPO.Q8_0.gguf create mode 100644 DeepSeekMath-RL-Step-DPO.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4d5d79c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,50 @@ +*.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 +DeepSeekMath-RL-Step-DPO.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeekMath-RL-Step-DPO.f16.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeekMath-RL-Step-DPO.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeekMath-RL-Step-DPO.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeekMath-RL-Step-DPO.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeekMath-RL-Step-DPO.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeekMath-RL-Step-DPO.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeekMath-RL-Step-DPO.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeekMath-RL-Step-DPO.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeekMath-RL-Step-DPO.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeekMath-RL-Step-DPO.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeekMath-RL-Step-DPO.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeekMath-RL-Step-DPO.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeekMath-RL-Step-DPO.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeekMath-RL-Step-DPO.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DeepSeekMath-RL-Step-DPO.IQ3_M.gguf b/DeepSeekMath-RL-Step-DPO.IQ3_M.gguf new file mode 100644 index 0000000..539fc0e --- /dev/null +++ b/DeepSeekMath-RL-Step-DPO.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b940a5ae31552c91e8258029b699eeb7abf37314e3d31590a6b7eea7c59864 +size 3289675840 diff --git a/DeepSeekMath-RL-Step-DPO.IQ3_S.gguf b/DeepSeekMath-RL-Step-DPO.IQ3_S.gguf new file mode 100644 index 0000000..ab10d53 --- /dev/null +++ b/DeepSeekMath-RL-Step-DPO.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d961aa107eaa19290a7b6f8df84a2ec548627463e5aef64ff8f7f7863a10c6f +size 3138017344 diff --git a/DeepSeekMath-RL-Step-DPO.IQ3_XS.gguf b/DeepSeekMath-RL-Step-DPO.IQ3_XS.gguf new file mode 100644 index 0000000..952f8d5 --- /dev/null +++ b/DeepSeekMath-RL-Step-DPO.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7522128244e47d288f38a6092b8641d29be9aaaa6ea170b41cd8cee6c66a5792 +size 2993608768 diff --git a/DeepSeekMath-RL-Step-DPO.IQ4_XS.gguf b/DeepSeekMath-RL-Step-DPO.IQ4_XS.gguf new file mode 100644 index 0000000..033f52c --- /dev/null +++ b/DeepSeekMath-RL-Step-DPO.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264f6fa6c0c0a4b75e3a823597a89d3e127e96f85597d12bfffa3f4ef70cc046 +size 3818362944 diff --git a/DeepSeekMath-RL-Step-DPO.Q2_K.gguf b/DeepSeekMath-RL-Step-DPO.Q2_K.gguf new file mode 100644 index 0000000..a68a4d4 --- /dev/null +++ b/DeepSeekMath-RL-Step-DPO.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e78402ee5604962b55ade881a8a949329601ab5745e7c56e4a0d640b9361db +size 2718423104 diff --git a/DeepSeekMath-RL-Step-DPO.Q3_K_L.gguf b/DeepSeekMath-RL-Step-DPO.Q3_K_L.gguf new file mode 100644 index 0000000..e7909ba --- /dev/null +++ b/DeepSeekMath-RL-Step-DPO.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813ea477ffc1b8dfd88f7176d6566e21d4ff4cac52e864f78850bbf0a2fb8635 +size 3746273344 diff --git a/DeepSeekMath-RL-Step-DPO.Q3_K_M.gguf b/DeepSeekMath-RL-Step-DPO.Q3_K_M.gguf new file mode 100644 index 0000000..1830830 --- /dev/null +++ b/DeepSeekMath-RL-Step-DPO.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1898367b1cf8e3606328cf2af1de2d457c06d38b2d030939c776b230aec29e9 +size 3461191744 diff --git a/DeepSeekMath-RL-Step-DPO.Q3_K_S.gguf b/DeepSeekMath-RL-Step-DPO.Q3_K_S.gguf new file mode 100644 index 0000000..946423f --- /dev/null +++ b/DeepSeekMath-RL-Step-DPO.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e72c7febd2e4228e474c0279608240cda8b26594ce7ffe847e0b8dd1bbbcb7 +size 3138017344 diff --git a/DeepSeekMath-RL-Step-DPO.Q4_K_M.gguf b/DeepSeekMath-RL-Step-DPO.Q4_K_M.gguf new file mode 100644 index 0000000..8b6a4f6 --- /dev/null +++ b/DeepSeekMath-RL-Step-DPO.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31c3c49c4de5a8a887ed78e1d9b8b65b87df835ffda7e37b99d7c540e1efffe +size 4223359040 diff --git a/DeepSeekMath-RL-Step-DPO.Q4_K_S.gguf b/DeepSeekMath-RL-Step-DPO.Q4_K_S.gguf new file mode 100644 index 0000000..d07d909 --- /dev/null +++ b/DeepSeekMath-RL-Step-DPO.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed02e4473b399e290413cd9f8e900d30f81b5bc973bd356ead0681cf319e132 +size 4025358400 diff --git a/DeepSeekMath-RL-Step-DPO.Q5_K_M.gguf b/DeepSeekMath-RL-Step-DPO.Q5_K_M.gguf new file mode 100644 index 0000000..ff90d2a --- /dev/null +++ b/DeepSeekMath-RL-Step-DPO.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09cb9930c1a872005c9004875d54bc5a35b6fe0d4468439fd574705b6d92979f +size 4926429248 diff --git a/DeepSeekMath-RL-Step-DPO.Q5_K_S.gguf b/DeepSeekMath-RL-Step-DPO.Q5_K_S.gguf new file mode 100644 index 0000000..0c0e3f3 --- /dev/null +++ b/DeepSeekMath-RL-Step-DPO.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8353c10631ad517488d5f0657631dd11f45fe0c990eb4af5a0e3c1da9ffdf1 +size 4811397184 diff --git a/DeepSeekMath-RL-Step-DPO.Q6_K.gguf b/DeepSeekMath-RL-Step-DPO.Q6_K.gguf new file mode 100644 index 0000000..754fb52 --- /dev/null +++ b/DeepSeekMath-RL-Step-DPO.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b582e91ed3831cb94d10ce5cef6badf8f13c71d7a0b5fb51f86ec9207df21ed +size 5673441344 diff --git a/DeepSeekMath-RL-Step-DPO.Q8_0.gguf b/DeepSeekMath-RL-Step-DPO.Q8_0.gguf new file mode 100644 index 0000000..0be55bd --- /dev/null +++ b/DeepSeekMath-RL-Step-DPO.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e7cb4b239fe7842173c283e7f6cff32a2eb4214491572f5d507861263d1fd7 +size 7346985024 diff --git a/DeepSeekMath-RL-Step-DPO.f16.gguf b/DeepSeekMath-RL-Step-DPO.f16.gguf new file mode 100644 index 0000000..c93fcd8 --- /dev/null +++ b/DeepSeekMath-RL-Step-DPO.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4fe8d271a0f9d8389655d4f22a55934593ad94d71336cb7bfcfa98e59f739f +size 13825218624 diff --git a/README.md b/README.md new file mode 100644 index 0000000..74df862 --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +--- +base_model: xinlai/DeepSeekMath-RL-Step-DPO +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/xinlai/DeepSeekMath-RL-Step-DPO + + +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/DeepSeekMath-RL-Step-DPO-GGUF/resolve/main/DeepSeekMath-RL-Step-DPO.Q2_K.gguf) | Q2_K | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeekMath-RL-Step-DPO-GGUF/resolve/main/DeepSeekMath-RL-Step-DPO.IQ3_XS.gguf) | IQ3_XS | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeekMath-RL-Step-DPO-GGUF/resolve/main/DeepSeekMath-RL-Step-DPO.IQ3_S.gguf) | IQ3_S | 3.2 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/DeepSeekMath-RL-Step-DPO-GGUF/resolve/main/DeepSeekMath-RL-Step-DPO.Q3_K_S.gguf) | Q3_K_S | 3.2 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeekMath-RL-Step-DPO-GGUF/resolve/main/DeepSeekMath-RL-Step-DPO.IQ3_M.gguf) | IQ3_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeekMath-RL-Step-DPO-GGUF/resolve/main/DeepSeekMath-RL-Step-DPO.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeekMath-RL-Step-DPO-GGUF/resolve/main/DeepSeekMath-RL-Step-DPO.Q3_K_L.gguf) | Q3_K_L | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeekMath-RL-Step-DPO-GGUF/resolve/main/DeepSeekMath-RL-Step-DPO.IQ4_XS.gguf) | IQ4_XS | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeekMath-RL-Step-DPO-GGUF/resolve/main/DeepSeekMath-RL-Step-DPO.Q4_K_S.gguf) | Q4_K_S | 4.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DeepSeekMath-RL-Step-DPO-GGUF/resolve/main/DeepSeekMath-RL-Step-DPO.Q4_K_M.gguf) | Q4_K_M | 4.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DeepSeekMath-RL-Step-DPO-GGUF/resolve/main/DeepSeekMath-RL-Step-DPO.Q5_K_S.gguf) | Q5_K_S | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeekMath-RL-Step-DPO-GGUF/resolve/main/DeepSeekMath-RL-Step-DPO.Q5_K_M.gguf) | Q5_K_M | 5.0 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeekMath-RL-Step-DPO-GGUF/resolve/main/DeepSeekMath-RL-Step-DPO.Q6_K.gguf) | Q6_K | 5.8 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeekMath-RL-Step-DPO-GGUF/resolve/main/DeepSeekMath-RL-Step-DPO.Q8_0.gguf) | Q8_0 | 7.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeekMath-RL-Step-DPO-GGUF/resolve/main/DeepSeekMath-RL-Step-DPO.f16.gguf) | f16 | 13.9 | 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. + +