From cf88da733bc33743faaa93d83b30aa7f3f454aca Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 11 Apr 2026 11:12:15 +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/SaplingDream_V1-0.5B-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++++ README.md | 73 ++++++++++++++++++++++++++++++++ SaplingDream_V1-0.5B.IQ4_XS.gguf | 3 ++ SaplingDream_V1-0.5B.Q2_K.gguf | 3 ++ SaplingDream_V1-0.5B.Q3_K_L.gguf | 3 ++ SaplingDream_V1-0.5B.Q3_K_M.gguf | 3 ++ SaplingDream_V1-0.5B.Q3_K_S.gguf | 3 ++ SaplingDream_V1-0.5B.Q4_K_M.gguf | 3 ++ SaplingDream_V1-0.5B.Q4_K_S.gguf | 3 ++ SaplingDream_V1-0.5B.Q5_K_M.gguf | 3 ++ SaplingDream_V1-0.5B.Q5_K_S.gguf | 3 ++ SaplingDream_V1-0.5B.Q6_K.gguf | 3 ++ SaplingDream_V1-0.5B.Q8_0.gguf | 3 ++ SaplingDream_V1-0.5B.f16.gguf | 3 ++ 14 files changed, 156 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 SaplingDream_V1-0.5B.IQ4_XS.gguf create mode 100644 SaplingDream_V1-0.5B.Q2_K.gguf create mode 100644 SaplingDream_V1-0.5B.Q3_K_L.gguf create mode 100644 SaplingDream_V1-0.5B.Q3_K_M.gguf create mode 100644 SaplingDream_V1-0.5B.Q3_K_S.gguf create mode 100644 SaplingDream_V1-0.5B.Q4_K_M.gguf create mode 100644 SaplingDream_V1-0.5B.Q4_K_S.gguf create mode 100644 SaplingDream_V1-0.5B.Q5_K_M.gguf create mode 100644 SaplingDream_V1-0.5B.Q5_K_S.gguf create mode 100644 SaplingDream_V1-0.5B.Q6_K.gguf create mode 100644 SaplingDream_V1-0.5B.Q8_0.gguf create mode 100644 SaplingDream_V1-0.5B.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a260ea7 --- /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 +SaplingDream_V1-0.5B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +SaplingDream_V1-0.5B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +SaplingDream_V1-0.5B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +SaplingDream_V1-0.5B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +SaplingDream_V1-0.5B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SaplingDream_V1-0.5B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +SaplingDream_V1-0.5B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SaplingDream_V1-0.5B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +SaplingDream_V1-0.5B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SaplingDream_V1-0.5B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +SaplingDream_V1-0.5B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +SaplingDream_V1-0.5B.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..7985ad1 --- /dev/null +++ b/README.md @@ -0,0 +1,73 @@ +--- +base_model: XeTute/SaplingDream_V1-0.5B +datasets: +- open-thoughts/OpenThoughts-114k +- prithivMLmods/Deepthink-Reasoning-Ins +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- reasoning +- conversational +- thinking +- tiny +- small +--- +## About + + + + + + +static quants of https://huggingface.co/XeTute/SaplingDream_V1-0.5B + + +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/SaplingDream_V1-0.5B-GGUF/resolve/main/SaplingDream_V1-0.5B.Q3_K_S.gguf) | Q3_K_S | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/SaplingDream_V1-0.5B-GGUF/resolve/main/SaplingDream_V1-0.5B.Q2_K.gguf) | Q2_K | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/SaplingDream_V1-0.5B-GGUF/resolve/main/SaplingDream_V1-0.5B.IQ4_XS.gguf) | IQ4_XS | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/SaplingDream_V1-0.5B-GGUF/resolve/main/SaplingDream_V1-0.5B.Q3_K_M.gguf) | Q3_K_M | 0.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/SaplingDream_V1-0.5B-GGUF/resolve/main/SaplingDream_V1-0.5B.Q3_K_L.gguf) | Q3_K_L | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/SaplingDream_V1-0.5B-GGUF/resolve/main/SaplingDream_V1-0.5B.Q4_K_S.gguf) | Q4_K_S | 0.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/SaplingDream_V1-0.5B-GGUF/resolve/main/SaplingDream_V1-0.5B.Q4_K_M.gguf) | Q4_K_M | 0.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/SaplingDream_V1-0.5B-GGUF/resolve/main/SaplingDream_V1-0.5B.Q5_K_S.gguf) | Q5_K_S | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/SaplingDream_V1-0.5B-GGUF/resolve/main/SaplingDream_V1-0.5B.Q5_K_M.gguf) | Q5_K_M | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/SaplingDream_V1-0.5B-GGUF/resolve/main/SaplingDream_V1-0.5B.Q6_K.gguf) | Q6_K | 0.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/SaplingDream_V1-0.5B-GGUF/resolve/main/SaplingDream_V1-0.5B.Q8_0.gguf) | Q8_0 | 0.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/SaplingDream_V1-0.5B-GGUF/resolve/main/SaplingDream_V1-0.5B.f16.gguf) | f16 | 1.1 | 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/SaplingDream_V1-0.5B.IQ4_XS.gguf b/SaplingDream_V1-0.5B.IQ4_XS.gguf new file mode 100644 index 0000000..f4837f3 --- /dev/null +++ b/SaplingDream_V1-0.5B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12872ce661e4173be208fd2a3ccdb9cfcf9979865244f7b6a8803da930a58270 +size 351446208 diff --git a/SaplingDream_V1-0.5B.Q2_K.gguf b/SaplingDream_V1-0.5B.Q2_K.gguf new file mode 100644 index 0000000..0746d3b --- /dev/null +++ b/SaplingDream_V1-0.5B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3515e75f68bdedfcf54235ce143eb1ecb8c23ed33554699bc59c2c9733361e6a +size 338608320 diff --git a/SaplingDream_V1-0.5B.Q3_K_L.gguf b/SaplingDream_V1-0.5B.Q3_K_L.gguf new file mode 100644 index 0000000..537ed2c --- /dev/null +++ b/SaplingDream_V1-0.5B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f30cccc103112271246f28f9b978deb0cb47107848a5484cf3bd009e5fed52 +size 369359040 diff --git a/SaplingDream_V1-0.5B.Q3_K_M.gguf b/SaplingDream_V1-0.5B.Q3_K_M.gguf new file mode 100644 index 0000000..9117782 --- /dev/null +++ b/SaplingDream_V1-0.5B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53011714f77868dcbc8d1a9fbd60a81ff9672bd30da0d63504e54ed8c2fcb6bc +size 355467456 diff --git a/SaplingDream_V1-0.5B.Q3_K_S.gguf b/SaplingDream_V1-0.5B.Q3_K_S.gguf new file mode 100644 index 0000000..1ed7261 --- /dev/null +++ b/SaplingDream_V1-0.5B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d407920f845587f7cb8dd714074b482ac25ae4a1401e204984c5ce9edd9d260e +size 338264256 diff --git a/SaplingDream_V1-0.5B.Q4_K_M.gguf b/SaplingDream_V1-0.5B.Q4_K_M.gguf new file mode 100644 index 0000000..326121c --- /dev/null +++ b/SaplingDream_V1-0.5B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c771fd342a6e20197ae3cd108009fab276241aa809692addb5cce91685f1f24 +size 397808832 diff --git a/SaplingDream_V1-0.5B.Q4_K_S.gguf b/SaplingDream_V1-0.5B.Q4_K_S.gguf new file mode 100644 index 0000000..a08c824 --- /dev/null +++ b/SaplingDream_V1-0.5B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8141d1c87d093abb1722152167d992a882929ae6bdcb1b97b1aafe97e9b1dbda +size 385472704 diff --git a/SaplingDream_V1-0.5B.Q5_K_M.gguf b/SaplingDream_V1-0.5B.Q5_K_M.gguf new file mode 100644 index 0000000..5a90278 --- /dev/null +++ b/SaplingDream_V1-0.5B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137bfa430b2264f9c9a23f91043a41c90ab58ad4ccd44d44b2cb07f8b24cdb10 +size 420086976 diff --git a/SaplingDream_V1-0.5B.Q5_K_S.gguf b/SaplingDream_V1-0.5B.Q5_K_S.gguf new file mode 100644 index 0000000..7efedef --- /dev/null +++ b/SaplingDream_V1-0.5B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02138b395745bb09f10f4ed7fab1d68c71a2bbd9d5f72cb0016687a9e12708cb +size 412711104 diff --git a/SaplingDream_V1-0.5B.Q6_K.gguf b/SaplingDream_V1-0.5B.Q6_K.gguf new file mode 100644 index 0000000..6981ded --- /dev/null +++ b/SaplingDream_V1-0.5B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af3e6eefb0db66c0868418de861ceb62046157b717b85066615ced2b80d6182 +size 505737408 diff --git a/SaplingDream_V1-0.5B.Q8_0.gguf b/SaplingDream_V1-0.5B.Q8_0.gguf new file mode 100644 index 0000000..603a181 --- /dev/null +++ b/SaplingDream_V1-0.5B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ceea8ecc65440410d9028224a44fa3545f12e7560a93f21af9fc5daaa7a7de +size 531069120 diff --git a/SaplingDream_V1-0.5B.f16.gguf b/SaplingDream_V1-0.5B.f16.gguf new file mode 100644 index 0000000..9509b6c --- /dev/null +++ b/SaplingDream_V1-0.5B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f2c061a60bcff87558048b2f8126a96c7bc03b51ae2a25116bc4a644c0bb21 +size 994157760