From d182bb09e680c9fad02e1106ef7f9a53a11ad3d1 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 20 Apr 2026 10:56:19 +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/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++ README.md | 81 +++++++++++++++++++ ...arkLlama-SPIN-Implementation.i1-IQ1_M.gguf | 3 + ...arkLlama-SPIN-Implementation.i1-IQ1_S.gguf | 3 + ...arkLlama-SPIN-Implementation.i1-IQ2_M.gguf | 3 + ...arkLlama-SPIN-Implementation.i1-IQ2_S.gguf | 3 + ...rkLlama-SPIN-Implementation.i1-IQ2_XS.gguf | 3 + ...kLlama-SPIN-Implementation.i1-IQ2_XXS.gguf | 3 + ...arkLlama-SPIN-Implementation.i1-IQ3_M.gguf | 3 + ...arkLlama-SPIN-Implementation.i1-IQ3_S.gguf | 3 + ...rkLlama-SPIN-Implementation.i1-IQ3_XS.gguf | 3 + ...kLlama-SPIN-Implementation.i1-IQ3_XXS.gguf | 3 + ...rkLlama-SPIN-Implementation.i1-IQ4_NL.gguf | 3 + ...rkLlama-SPIN-Implementation.i1-IQ4_XS.gguf | 3 + ...DarkLlama-SPIN-Implementation.i1-Q2_K.gguf | 3 + ...rkLlama-SPIN-Implementation.i1-Q2_K_S.gguf | 3 + ...rkLlama-SPIN-Implementation.i1-Q3_K_L.gguf | 3 + ...rkLlama-SPIN-Implementation.i1-Q3_K_M.gguf | 3 + ...rkLlama-SPIN-Implementation.i1-Q3_K_S.gguf | 3 + ...DarkLlama-SPIN-Implementation.i1-Q4_0.gguf | 3 + ...DarkLlama-SPIN-Implementation.i1-Q4_1.gguf | 3 + ...rkLlama-SPIN-Implementation.i1-Q4_K_M.gguf | 3 + ...rkLlama-SPIN-Implementation.i1-Q4_K_S.gguf | 3 + ...rkLlama-SPIN-Implementation.i1-Q5_K_M.gguf | 3 + ...rkLlama-SPIN-Implementation.i1-Q5_K_S.gguf | 3 + ...DarkLlama-SPIN-Implementation.i1-Q6_K.gguf | 3 + imatrix.dat | 3 + 27 files changed, 216 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-IQ1_M.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-IQ1_S.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_M.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_S.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_XS.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_XXS.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_M.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_S.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_XS.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_XXS.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-IQ4_NL.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-IQ4_XS.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-Q2_K.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-Q2_K_S.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_L.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_M.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_S.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-Q4_0.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-Q4_1.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-Q4_K_M.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-Q4_K_S.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-Q5_K_M.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-Q5_K_S.gguf create mode 100644 Tiny-DarkLlama-SPIN-Implementation.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1e92c4c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.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 +imatrix.dat filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Tiny-DarkLlama-SPIN-Implementation.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..93a3800 --- /dev/null +++ b/README.md @@ -0,0 +1,81 @@ +--- +base_model: mrcuddle/Tiny-DarkLlama-SPIN-Implementation +datasets: +- ChaoticNeutrals/Synthetic-RP +language: +- en +library_name: transformers +license: other +quantized_by: mradermacher +tags: +- text-generation-inference +- text-generation +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/mrcuddle/Tiny-DarkLlama-SPIN-Implementation + + +static quants are available at https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-GGUF +## 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/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-IQ1_S.gguf) | i1-IQ1_S | 0.4 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-IQ1_M.gguf) | i1-IQ1_M | 0.4 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_S.gguf) | i1-IQ2_S | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_M.gguf) | i1-IQ2_M | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-Q2_K.gguf) | i1-Q2_K | 0.5 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_S.gguf) | i1-IQ3_S | 0.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_M.gguf) | i1-IQ3_M | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.6 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.7 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-IQ4_XS.gguf) | i1-IQ4_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-IQ4_NL.gguf) | i1-IQ4_NL | 0.7 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-Q4_0.gguf) | i1-Q4_0 | 0.7 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-Q4_K_S.gguf) | i1-Q4_K_S | 0.7 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-Q4_K_M.gguf) | i1-Q4_K_M | 0.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-Q4_1.gguf) | i1-Q4_1 | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-Q5_K_S.gguf) | i1-Q5_K_S | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-Q5_K_M.gguf) | i1-Q5_K_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Tiny-DarkLlama-SPIN-Implementation-i1-GGUF/resolve/main/Tiny-DarkLlama-SPIN-Implementation.i1-Q6_K.gguf) | i1-Q6_K | 1.0 | practically like static Q6_K | + +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. + + diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-IQ1_M.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ1_M.gguf new file mode 100644 index 0000000..4de5737 --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2df9b4f713f13c560c5d1765a7a6da99939d69bdd56fa45c4b72ac14493c93 +size 289702720 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-IQ1_S.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ1_S.gguf new file mode 100644 index 0000000..57e6b0c --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf6b3d53e32e11ecd7207cfc3ae6ee808a366e086f747f9d70fb39768be401f +size 269968192 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_M.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_M.gguf new file mode 100644 index 0000000..8565702 --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b4a90c0e925690fb6dec18a4fa7d2cb5d92f01ec995c0d9700df778b0c1663 +size 400077632 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_S.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_S.gguf new file mode 100644 index 0000000..8f4c5ef --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9f20de3e9adba5fded6719de12b81a7c361c497b60b25c1b6d27d5f0d94ede +size 373764928 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_XS.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_XS.gguf new file mode 100644 index 0000000..4686bb5 --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2626b2ab8bd4133b55f34168cd4dfce4d6fe9475342c8bcc327a18c122856d7 +size 351789888 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_XXS.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..c7d8070 --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9085e6e68465390b173ec4bb889ab349349f483c429bd6bab14aa7fac595ba5 +size 322593600 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_M.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_M.gguf new file mode 100644 index 0000000..dff803d --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ad4822e9aa0eb8f67b8994f52d36f54ffeeebbdca24a2220649eaf1adaf1a7 +size 516195136 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_S.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_S.gguf new file mode 100644 index 0000000..474ee32 --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970d9c9aea80bb5793bb1a8a6a4e7ca9407c2d9d55311df7690eb3c271ff2430 +size 500876096 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_XS.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_XS.gguf new file mode 100644 index 0000000..42df3a2 --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495ed32817d887f97b9cb0a990a0a93808f6192d1071f94086f8bbd8e0c8cfc4 +size 477627200 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_XXS.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..efe2081 --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f4823189a0fd5b5ab38f74e03efd05634b8757ffff4e932505cfb18d747088 +size 445133632 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-IQ4_NL.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ4_NL.gguf new file mode 100644 index 0000000..0b1a7be --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87882486d31ecc6b901940acbebf33a34251c173e144d13834a49b2724c48703 +size 638169920 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-IQ4_XS.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ4_XS.gguf new file mode 100644 index 0000000..6d3e03f --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32ca8268abe56b323c7559d526b0ad803c0b940fc2f1ecd362de91d98cf6dc8 +size 606204736 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-Q2_K.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-Q2_K.gguf new file mode 100644 index 0000000..c030917 --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7380d58ea9dff7984ac38ccded387b7fd713508b07d6006840ab6f33562e04 +size 432132928 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-Q2_K_S.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-Q2_K_S.gguf new file mode 100644 index 0000000..77e4752 --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c6e05383097fd98eec736764148095dadc7e773f9cfe0639d6e3e94721d7cf +size 402395968 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_L.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_L.gguf new file mode 100644 index 0000000..6dd861d --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2060a61db68b10ec3691c08500e32ecfc41db0d007dc3dc397c8e0aa1abcee +size 591528768 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_M.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_M.gguf new file mode 100644 index 0000000..e698547 --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:614be61b323b6bd251f2def03f92a31eb7e9b23486474091fb1e83c7f80fb42a +size 548406080 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_S.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_S.gguf new file mode 100644 index 0000000..16d8fde --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cedb4258b5bb9b0db82f69277586bcb99f27a584315f79219ef7845dd1b76d9 +size 499344192 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-Q4_0.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-Q4_0.gguf new file mode 100644 index 0000000..d88b57c --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8382f2af1aa1fc40acc13982b7b54cf97a1c02b95ce05615df5cd7643dfbd14d +size 638169920 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-Q4_1.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-Q4_1.gguf new file mode 100644 index 0000000..6601475 --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1741e6ecca4c216d6289c6efb121ead541286cc5d588a8892ffa901e1f6f77 +size 701379392 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-Q4_K_M.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-Q4_K_M.gguf new file mode 100644 index 0000000..f7adb2f --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64adcba4046051bcc8daf241ef4564d9016c3c2a1e073bb37bf91d7140d76097 +size 667816768 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-Q4_K_S.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-Q4_K_S.gguf new file mode 100644 index 0000000..38227fc --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d035810a6d560d7093e2cdc24f189fcc8dab1814c778795e7c9f87966f8a1b4d +size 639873856 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-Q5_K_M.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-Q5_K_M.gguf new file mode 100644 index 0000000..ec98f23 --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ee5f9ba4759ee902d606985142b846d7b55dde83b513d3b5b2af189b43fd0c +size 782046016 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-Q5_K_S.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-Q5_K_S.gguf new file mode 100644 index 0000000..767e67f --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854869a2eaedd0d1ee411ec9b393b8782305f95784b13ebb303f60a40ffbf50f +size 766030656 diff --git a/Tiny-DarkLlama-SPIN-Implementation.i1-Q6_K.gguf b/Tiny-DarkLlama-SPIN-Implementation.i1-Q6_K.gguf new file mode 100644 index 0000000..b9970c0 --- /dev/null +++ b/Tiny-DarkLlama-SPIN-Implementation.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebe05dad049df6a64b093d812cd8e8e9935dfdfdb475a7cd00ddf3cddf7f979 +size 903414592 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..9243ca5 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1547ae0bf63350c772c45403e692229d1b47e536fb20ca86656f65ef87308e7c +size 1582051