commit 3cf743343956ed7000a569cd7de18ff626dbc339 Author: ModelHub XC Date: Sun Apr 12 11:28:56 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/TinySlime-1.1B-Chat-v1.0-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4110f18 --- /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 +TinySlime-1.1B-Chat-v1.0.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +TinySlime-1.1B-Chat-v1.0.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +TinySlime-1.1B-Chat-v1.0.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +TinySlime-1.1B-Chat-v1.0.f16.gguf filter=lfs diff=lfs merge=lfs -text +TinySlime-1.1B-Chat-v1.0.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +TinySlime-1.1B-Chat-v1.0.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +TinySlime-1.1B-Chat-v1.0.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +TinySlime-1.1B-Chat-v1.0.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +TinySlime-1.1B-Chat-v1.0.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +TinySlime-1.1B-Chat-v1.0.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +TinySlime-1.1B-Chat-v1.0.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +TinySlime-1.1B-Chat-v1.0.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +TinySlime-1.1B-Chat-v1.0.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +TinySlime-1.1B-Chat-v1.0.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +TinySlime-1.1B-Chat-v1.0.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..a8d9f9e --- /dev/null +++ b/README.md @@ -0,0 +1,73 @@ +--- +base_model: 2121-8/TinySlime-1.1B-Chat-v1.0 +language: +- ja +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- OpenAccess AI Collective +- MPT +- axolotl +- PyTorch +- Transformers +--- +## About + + + + + + +static quants of https://huggingface.co/2121-8/TinySlime-1.1B-Chat-v1.0 + + +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/TinySlime-1.1B-Chat-v1.0-GGUF/resolve/main/TinySlime-1.1B-Chat-v1.0.Q2_K.gguf) | Q2_K | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/TinySlime-1.1B-Chat-v1.0-GGUF/resolve/main/TinySlime-1.1B-Chat-v1.0.IQ3_XS.gguf) | IQ3_XS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/TinySlime-1.1B-Chat-v1.0-GGUF/resolve/main/TinySlime-1.1B-Chat-v1.0.Q3_K_S.gguf) | Q3_K_S | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/TinySlime-1.1B-Chat-v1.0-GGUF/resolve/main/TinySlime-1.1B-Chat-v1.0.IQ3_S.gguf) | IQ3_S | 0.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/TinySlime-1.1B-Chat-v1.0-GGUF/resolve/main/TinySlime-1.1B-Chat-v1.0.IQ3_M.gguf) | IQ3_M | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/TinySlime-1.1B-Chat-v1.0-GGUF/resolve/main/TinySlime-1.1B-Chat-v1.0.Q3_K_M.gguf) | Q3_K_M | 0.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/TinySlime-1.1B-Chat-v1.0-GGUF/resolve/main/TinySlime-1.1B-Chat-v1.0.Q3_K_L.gguf) | Q3_K_L | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/TinySlime-1.1B-Chat-v1.0-GGUF/resolve/main/TinySlime-1.1B-Chat-v1.0.IQ4_XS.gguf) | IQ4_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/TinySlime-1.1B-Chat-v1.0-GGUF/resolve/main/TinySlime-1.1B-Chat-v1.0.Q4_K_S.gguf) | Q4_K_S | 0.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/TinySlime-1.1B-Chat-v1.0-GGUF/resolve/main/TinySlime-1.1B-Chat-v1.0.Q4_K_M.gguf) | Q4_K_M | 0.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/TinySlime-1.1B-Chat-v1.0-GGUF/resolve/main/TinySlime-1.1B-Chat-v1.0.Q5_K_S.gguf) | Q5_K_S | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/TinySlime-1.1B-Chat-v1.0-GGUF/resolve/main/TinySlime-1.1B-Chat-v1.0.Q5_K_M.gguf) | Q5_K_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/TinySlime-1.1B-Chat-v1.0-GGUF/resolve/main/TinySlime-1.1B-Chat-v1.0.Q6_K.gguf) | Q6_K | 1.0 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/TinySlime-1.1B-Chat-v1.0-GGUF/resolve/main/TinySlime-1.1B-Chat-v1.0.Q8_0.gguf) | Q8_0 | 1.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/TinySlime-1.1B-Chat-v1.0-GGUF/resolve/main/TinySlime-1.1B-Chat-v1.0.f16.gguf) | f16 | 2.3 | 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/TinySlime-1.1B-Chat-v1.0.IQ3_M.gguf b/TinySlime-1.1B-Chat-v1.0.IQ3_M.gguf new file mode 100644 index 0000000..e667cc6 --- /dev/null +++ b/TinySlime-1.1B-Chat-v1.0.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6d00048ce70aa851422bf58f37c7e71429c1af77c7193390ce4cc603658525 +size 516193856 diff --git a/TinySlime-1.1B-Chat-v1.0.IQ3_S.gguf b/TinySlime-1.1B-Chat-v1.0.IQ3_S.gguf new file mode 100644 index 0000000..5cc1675 --- /dev/null +++ b/TinySlime-1.1B-Chat-v1.0.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c03729e5df1e279d6057fee463c9f1740b989a7d3cbb66f4f32e67c1a9bc037 +size 500874816 diff --git a/TinySlime-1.1B-Chat-v1.0.IQ3_XS.gguf b/TinySlime-1.1B-Chat-v1.0.IQ3_XS.gguf new file mode 100644 index 0000000..1558136 --- /dev/null +++ b/TinySlime-1.1B-Chat-v1.0.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22a7fcdb1a295349ed19ceb0a52bc2a3a6dc9e6862b65257761e720e25b9b32 +size 477625920 diff --git a/TinySlime-1.1B-Chat-v1.0.IQ4_XS.gguf b/TinySlime-1.1B-Chat-v1.0.IQ4_XS.gguf new file mode 100644 index 0000000..91bff20 --- /dev/null +++ b/TinySlime-1.1B-Chat-v1.0.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe9d2bb0e90f8d518ecc9684af18f70ab279454917d6c52217959ac9f6a1f5d +size 609807936 diff --git a/TinySlime-1.1B-Chat-v1.0.Q2_K.gguf b/TinySlime-1.1B-Chat-v1.0.Q2_K.gguf new file mode 100644 index 0000000..4862a37 --- /dev/null +++ b/TinySlime-1.1B-Chat-v1.0.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a3cf503f737d4e2a7e167667e0020369a26dfd53d100d51e728150d2135e40 +size 432131648 diff --git a/TinySlime-1.1B-Chat-v1.0.Q3_K_L.gguf b/TinySlime-1.1B-Chat-v1.0.Q3_K_L.gguf new file mode 100644 index 0000000..8334e92 --- /dev/null +++ b/TinySlime-1.1B-Chat-v1.0.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044b35705c2305fb6223ebb101bbd6f66853c9604e1757c64da80afc777ce194 +size 591527488 diff --git a/TinySlime-1.1B-Chat-v1.0.Q3_K_M.gguf b/TinySlime-1.1B-Chat-v1.0.Q3_K_M.gguf new file mode 100644 index 0000000..9aeddc8 --- /dev/null +++ b/TinySlime-1.1B-Chat-v1.0.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78404fc3ea7c9e192aefde80430934987b85892655af7a6198903aea759fe55 +size 548404800 diff --git a/TinySlime-1.1B-Chat-v1.0.Q3_K_S.gguf b/TinySlime-1.1B-Chat-v1.0.Q3_K_S.gguf new file mode 100644 index 0000000..03c44fa --- /dev/null +++ b/TinySlime-1.1B-Chat-v1.0.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4207723d6b7cb6ec28e3002256d0051f796a30ca23de0f607d05de240483c1d +size 499342912 diff --git a/TinySlime-1.1B-Chat-v1.0.Q4_K_M.gguf b/TinySlime-1.1B-Chat-v1.0.Q4_K_M.gguf new file mode 100644 index 0000000..8e9fef4 --- /dev/null +++ b/TinySlime-1.1B-Chat-v1.0.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc0ce8da4881d06080c07b7d0bb191237306a4b38a3765814f4ef328ac3f709 +size 667815488 diff --git a/TinySlime-1.1B-Chat-v1.0.Q4_K_S.gguf b/TinySlime-1.1B-Chat-v1.0.Q4_K_S.gguf new file mode 100644 index 0000000..3d06a80 --- /dev/null +++ b/TinySlime-1.1B-Chat-v1.0.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb63e7d1b13dbbfca1cd12c022e76e301e1d1d5753dea4481b4e74ef0fb59b56 +size 639872576 diff --git a/TinySlime-1.1B-Chat-v1.0.Q5_K_M.gguf b/TinySlime-1.1B-Chat-v1.0.Q5_K_M.gguf new file mode 100644 index 0000000..efa2f3b --- /dev/null +++ b/TinySlime-1.1B-Chat-v1.0.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70c117b55222d150eab28b213d13298fa5b527439fe2d07f442aca71444e7a1 +size 782044736 diff --git a/TinySlime-1.1B-Chat-v1.0.Q5_K_S.gguf b/TinySlime-1.1B-Chat-v1.0.Q5_K_S.gguf new file mode 100644 index 0000000..5d342e3 --- /dev/null +++ b/TinySlime-1.1B-Chat-v1.0.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e94c2d220da80fb514de00092faa29ca1a88c1e975f621c7608eb6d66704baa +size 766029376 diff --git a/TinySlime-1.1B-Chat-v1.0.Q6_K.gguf b/TinySlime-1.1B-Chat-v1.0.Q6_K.gguf new file mode 100644 index 0000000..3886244 --- /dev/null +++ b/TinySlime-1.1B-Chat-v1.0.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a416c0835cfea2d0df903b14c4c7db7e9e3eb909eb3b03102854918ec68891 +size 903413312 diff --git a/TinySlime-1.1B-Chat-v1.0.Q8_0.gguf b/TinySlime-1.1B-Chat-v1.0.Q8_0.gguf new file mode 100644 index 0000000..1c88212 --- /dev/null +++ b/TinySlime-1.1B-Chat-v1.0.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c3ef19422a7e9125dd22595fa81777abb7ae6a3080b44f060dc8587685f81b +size 1169808960 diff --git a/TinySlime-1.1B-Chat-v1.0.f16.gguf b/TinySlime-1.1B-Chat-v1.0.f16.gguf new file mode 100644 index 0000000..6caf84b --- /dev/null +++ b/TinySlime-1.1B-Chat-v1.0.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62e0504cda1d5dfee7ba5b0fb01801b3e23cc68ac914e0deca3646efd23f1b4 +size 2201017920