From 1fd0acb86304b9ac6e66fad9d9ca8bd8c8e7ba9e Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 11 Jun 2026 12:56:17 +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/DeepShit-R1-1.5B-Sunba-Distill-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++ DeepShit-R1-1.5B-Sunba-Distill.IQ4_XS.gguf | 3 + DeepShit-R1-1.5B-Sunba-Distill.Q2_K.gguf | 3 + DeepShit-R1-1.5B-Sunba-Distill.Q3_K_L.gguf | 3 + DeepShit-R1-1.5B-Sunba-Distill.Q3_K_M.gguf | 3 + DeepShit-R1-1.5B-Sunba-Distill.Q3_K_S.gguf | 3 + DeepShit-R1-1.5B-Sunba-Distill.Q4_K_M.gguf | 3 + DeepShit-R1-1.5B-Sunba-Distill.Q4_K_S.gguf | 3 + DeepShit-R1-1.5B-Sunba-Distill.Q5_K_M.gguf | 3 + DeepShit-R1-1.5B-Sunba-Distill.Q5_K_S.gguf | 3 + DeepShit-R1-1.5B-Sunba-Distill.Q6_K.gguf | 3 + DeepShit-R1-1.5B-Sunba-Distill.Q8_0.gguf | 3 + DeepShit-R1-1.5B-Sunba-Distill.f16.gguf | 3 + README.md | 66 ++++++++++++++++++++++ 14 files changed, 149 insertions(+) create mode 100644 .gitattributes create mode 100644 DeepShit-R1-1.5B-Sunba-Distill.IQ4_XS.gguf create mode 100644 DeepShit-R1-1.5B-Sunba-Distill.Q2_K.gguf create mode 100644 DeepShit-R1-1.5B-Sunba-Distill.Q3_K_L.gguf create mode 100644 DeepShit-R1-1.5B-Sunba-Distill.Q3_K_M.gguf create mode 100644 DeepShit-R1-1.5B-Sunba-Distill.Q3_K_S.gguf create mode 100644 DeepShit-R1-1.5B-Sunba-Distill.Q4_K_M.gguf create mode 100644 DeepShit-R1-1.5B-Sunba-Distill.Q4_K_S.gguf create mode 100644 DeepShit-R1-1.5B-Sunba-Distill.Q5_K_M.gguf create mode 100644 DeepShit-R1-1.5B-Sunba-Distill.Q5_K_S.gguf create mode 100644 DeepShit-R1-1.5B-Sunba-Distill.Q6_K.gguf create mode 100644 DeepShit-R1-1.5B-Sunba-Distill.Q8_0.gguf create mode 100644 DeepShit-R1-1.5B-Sunba-Distill.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9e9e054 --- /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 +DeepShit-R1-1.5B-Sunba-Distill.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepShit-R1-1.5B-Sunba-Distill.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepShit-R1-1.5B-Sunba-Distill.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DeepShit-R1-1.5B-Sunba-Distill.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepShit-R1-1.5B-Sunba-Distill.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepShit-R1-1.5B-Sunba-Distill.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepShit-R1-1.5B-Sunba-Distill.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepShit-R1-1.5B-Sunba-Distill.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepShit-R1-1.5B-Sunba-Distill.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepShit-R1-1.5B-Sunba-Distill.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepShit-R1-1.5B-Sunba-Distill.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +DeepShit-R1-1.5B-Sunba-Distill.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DeepShit-R1-1.5B-Sunba-Distill.IQ4_XS.gguf b/DeepShit-R1-1.5B-Sunba-Distill.IQ4_XS.gguf new file mode 100644 index 0000000..276af25 --- /dev/null +++ b/DeepShit-R1-1.5B-Sunba-Distill.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d91c2c198e839cd6b31fcf9125ca29c0775f1c7aba4dd0e854a7241dde17d5 +size 1026162656 diff --git a/DeepShit-R1-1.5B-Sunba-Distill.Q2_K.gguf b/DeepShit-R1-1.5B-Sunba-Distill.Q2_K.gguf new file mode 100644 index 0000000..18c840e --- /dev/null +++ b/DeepShit-R1-1.5B-Sunba-Distill.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a4b3f48617ca778267ccd8da681dd4f0c35bf01e9776b28771f8ed416a15d7 +size 752880608 diff --git a/DeepShit-R1-1.5B-Sunba-Distill.Q3_K_L.gguf b/DeepShit-R1-1.5B-Sunba-Distill.Q3_K_L.gguf new file mode 100644 index 0000000..8a876da --- /dev/null +++ b/DeepShit-R1-1.5B-Sunba-Distill.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a25a635fd7516585b4821dc036a34d786b7adfe55c7655591a15385a1d3235 +size 980440544 diff --git a/DeepShit-R1-1.5B-Sunba-Distill.Q3_K_M.gguf b/DeepShit-R1-1.5B-Sunba-Distill.Q3_K_M.gguf new file mode 100644 index 0000000..70db2e6 --- /dev/null +++ b/DeepShit-R1-1.5B-Sunba-Distill.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25de5e6175db695e2abedd4ddc5c259fb99a759dbca6ebf93e2573b1df36e0d +size 924456416 diff --git a/DeepShit-R1-1.5B-Sunba-Distill.Q3_K_S.gguf b/DeepShit-R1-1.5B-Sunba-Distill.Q3_K_S.gguf new file mode 100644 index 0000000..69f2841 --- /dev/null +++ b/DeepShit-R1-1.5B-Sunba-Distill.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39291830e1859a37b16149834387a0af842726b79a3235418a4385c408d0a8e6 +size 861222368 diff --git a/DeepShit-R1-1.5B-Sunba-Distill.Q4_K_M.gguf b/DeepShit-R1-1.5B-Sunba-Distill.Q4_K_M.gguf new file mode 100644 index 0000000..c4953bc --- /dev/null +++ b/DeepShit-R1-1.5B-Sunba-Distill.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4549b54f4afd25a3d3b48d0e05acce435262109e63614e67a9fe9341c21fd9b +size 1117321184 diff --git a/DeepShit-R1-1.5B-Sunba-Distill.Q4_K_S.gguf b/DeepShit-R1-1.5B-Sunba-Distill.Q4_K_S.gguf new file mode 100644 index 0000000..7e7ebcc --- /dev/null +++ b/DeepShit-R1-1.5B-Sunba-Distill.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46db85debc55497ccbfbff38abef294d9553cd7ca08d00d04ce2171dcfd98daf +size 1071585248 diff --git a/DeepShit-R1-1.5B-Sunba-Distill.Q5_K_M.gguf b/DeepShit-R1-1.5B-Sunba-Distill.Q5_K_M.gguf new file mode 100644 index 0000000..4d78c2e --- /dev/null +++ b/DeepShit-R1-1.5B-Sunba-Distill.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8fa1ac2b6ac4d1040ca77660ebe54bc685e0b02bd5db3e0f27fcb913fa0f56 +size 1285494752 diff --git a/DeepShit-R1-1.5B-Sunba-Distill.Q5_K_S.gguf b/DeepShit-R1-1.5B-Sunba-Distill.Q5_K_S.gguf new file mode 100644 index 0000000..22e8886 --- /dev/null +++ b/DeepShit-R1-1.5B-Sunba-Distill.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05b7e92053b475c8fedf5a1ed6b49e62ffb91e5c883231bf5a3010434517912 +size 1259173856 diff --git a/DeepShit-R1-1.5B-Sunba-Distill.Q6_K.gguf b/DeepShit-R1-1.5B-Sunba-Distill.Q6_K.gguf new file mode 100644 index 0000000..9118018 --- /dev/null +++ b/DeepShit-R1-1.5B-Sunba-Distill.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3ccfef3dfa12bd1ec4a0979c77960a02a591a8ddd3e0b03da2bbeba8dca4ac +size 1464179168 diff --git a/DeepShit-R1-1.5B-Sunba-Distill.Q8_0.gguf b/DeepShit-R1-1.5B-Sunba-Distill.Q8_0.gguf new file mode 100644 index 0000000..9b07be8 --- /dev/null +++ b/DeepShit-R1-1.5B-Sunba-Distill.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdb387257489056204b39296a991c453750d0be1f6fa31f2d43e0eca30d6ede +size 1894532576 diff --git a/DeepShit-R1-1.5B-Sunba-Distill.f16.gguf b/DeepShit-R1-1.5B-Sunba-Distill.f16.gguf new file mode 100644 index 0000000..7e95144 --- /dev/null +++ b/DeepShit-R1-1.5B-Sunba-Distill.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b8a427dbee456f0a5b6485fc32ab3327c1619b75712b18dfe9fbd389f96db2 +size 3560416736 diff --git a/README.md b/README.md new file mode 100644 index 0000000..c93ecf0 --- /dev/null +++ b/README.md @@ -0,0 +1,66 @@ +--- +base_model: Hanversion/DeepShit-R1-1.5B-Sunba-Distill +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- llama-factory +--- +## About + + + + + + +static quants of https://huggingface.co/Hanversion/DeepShit-R1-1.5B-Sunba-Distill + + +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/DeepShit-R1-1.5B-Sunba-Distill-GGUF/resolve/main/DeepShit-R1-1.5B-Sunba-Distill.Q2_K.gguf) | Q2_K | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/DeepShit-R1-1.5B-Sunba-Distill-GGUF/resolve/main/DeepShit-R1-1.5B-Sunba-Distill.Q3_K_S.gguf) | Q3_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/DeepShit-R1-1.5B-Sunba-Distill-GGUF/resolve/main/DeepShit-R1-1.5B-Sunba-Distill.Q3_K_M.gguf) | Q3_K_M | 1.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DeepShit-R1-1.5B-Sunba-Distill-GGUF/resolve/main/DeepShit-R1-1.5B-Sunba-Distill.Q3_K_L.gguf) | Q3_K_L | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/DeepShit-R1-1.5B-Sunba-Distill-GGUF/resolve/main/DeepShit-R1-1.5B-Sunba-Distill.IQ4_XS.gguf) | IQ4_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/DeepShit-R1-1.5B-Sunba-Distill-GGUF/resolve/main/DeepShit-R1-1.5B-Sunba-Distill.Q4_K_S.gguf) | Q4_K_S | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DeepShit-R1-1.5B-Sunba-Distill-GGUF/resolve/main/DeepShit-R1-1.5B-Sunba-Distill.Q4_K_M.gguf) | Q4_K_M | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DeepShit-R1-1.5B-Sunba-Distill-GGUF/resolve/main/DeepShit-R1-1.5B-Sunba-Distill.Q5_K_S.gguf) | Q5_K_S | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/DeepShit-R1-1.5B-Sunba-Distill-GGUF/resolve/main/DeepShit-R1-1.5B-Sunba-Distill.Q5_K_M.gguf) | Q5_K_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/DeepShit-R1-1.5B-Sunba-Distill-GGUF/resolve/main/DeepShit-R1-1.5B-Sunba-Distill.Q6_K.gguf) | Q6_K | 1.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/DeepShit-R1-1.5B-Sunba-Distill-GGUF/resolve/main/DeepShit-R1-1.5B-Sunba-Distill.Q8_0.gguf) | Q8_0 | 2.0 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/DeepShit-R1-1.5B-Sunba-Distill-GGUF/resolve/main/DeepShit-R1-1.5B-Sunba-Distill.f16.gguf) | f16 | 3.7 | 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. + +