From 61bd5ad7157d63d864a68d8cac35678ea1d55f33 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 26 Apr 2026 16:49:30 +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/Cypher-CoT-1.8B-i1-GGUF Source: Original Platform --- .gitattributes | 58 +++++++++++++++++++++++ Cypher-CoT-1.8B.i1-IQ1_M.gguf | 3 ++ Cypher-CoT-1.8B.i1-IQ1_S.gguf | 3 ++ Cypher-CoT-1.8B.i1-IQ2_M.gguf | 3 ++ Cypher-CoT-1.8B.i1-IQ2_S.gguf | 3 ++ Cypher-CoT-1.8B.i1-IQ2_XS.gguf | 3 ++ Cypher-CoT-1.8B.i1-IQ2_XXS.gguf | 3 ++ Cypher-CoT-1.8B.i1-IQ3_M.gguf | 3 ++ Cypher-CoT-1.8B.i1-IQ3_S.gguf | 3 ++ Cypher-CoT-1.8B.i1-IQ3_XS.gguf | 3 ++ Cypher-CoT-1.8B.i1-IQ3_XXS.gguf | 3 ++ Cypher-CoT-1.8B.i1-IQ4_XS.gguf | 3 ++ Cypher-CoT-1.8B.i1-Q2_K.gguf | 3 ++ Cypher-CoT-1.8B.i1-Q2_K_S.gguf | 3 ++ Cypher-CoT-1.8B.i1-Q3_K_L.gguf | 3 ++ Cypher-CoT-1.8B.i1-Q3_K_M.gguf | 3 ++ Cypher-CoT-1.8B.i1-Q3_K_S.gguf | 3 ++ Cypher-CoT-1.8B.i1-Q4_0.gguf | 3 ++ Cypher-CoT-1.8B.i1-Q4_K_M.gguf | 3 ++ Cypher-CoT-1.8B.i1-Q4_K_S.gguf | 3 ++ Cypher-CoT-1.8B.i1-Q5_K_M.gguf | 3 ++ Cypher-CoT-1.8B.i1-Q5_K_S.gguf | 3 ++ Cypher-CoT-1.8B.i1-Q6_K.gguf | 3 ++ README.md | 82 +++++++++++++++++++++++++++++++++ imatrix.dat | 3 ++ 25 files changed, 209 insertions(+) create mode 100644 .gitattributes create mode 100644 Cypher-CoT-1.8B.i1-IQ1_M.gguf create mode 100644 Cypher-CoT-1.8B.i1-IQ1_S.gguf create mode 100644 Cypher-CoT-1.8B.i1-IQ2_M.gguf create mode 100644 Cypher-CoT-1.8B.i1-IQ2_S.gguf create mode 100644 Cypher-CoT-1.8B.i1-IQ2_XS.gguf create mode 100644 Cypher-CoT-1.8B.i1-IQ2_XXS.gguf create mode 100644 Cypher-CoT-1.8B.i1-IQ3_M.gguf create mode 100644 Cypher-CoT-1.8B.i1-IQ3_S.gguf create mode 100644 Cypher-CoT-1.8B.i1-IQ3_XS.gguf create mode 100644 Cypher-CoT-1.8B.i1-IQ3_XXS.gguf create mode 100644 Cypher-CoT-1.8B.i1-IQ4_XS.gguf create mode 100644 Cypher-CoT-1.8B.i1-Q2_K.gguf create mode 100644 Cypher-CoT-1.8B.i1-Q2_K_S.gguf create mode 100644 Cypher-CoT-1.8B.i1-Q3_K_L.gguf create mode 100644 Cypher-CoT-1.8B.i1-Q3_K_M.gguf create mode 100644 Cypher-CoT-1.8B.i1-Q3_K_S.gguf create mode 100644 Cypher-CoT-1.8B.i1-Q4_0.gguf create mode 100644 Cypher-CoT-1.8B.i1-Q4_K_M.gguf create mode 100644 Cypher-CoT-1.8B.i1-Q4_K_S.gguf create mode 100644 Cypher-CoT-1.8B.i1-Q5_K_M.gguf create mode 100644 Cypher-CoT-1.8B.i1-Q5_K_S.gguf create mode 100644 Cypher-CoT-1.8B.i1-Q6_K.gguf create mode 100644 README.md create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3dcb3ee --- /dev/null +++ b/.gitattributes @@ -0,0 +1,58 @@ +*.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 +Cypher-CoT-1.8B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Cypher-CoT-1.8B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Cypher-CoT-1.8B.i1-IQ1_M.gguf b/Cypher-CoT-1.8B.i1-IQ1_M.gguf new file mode 100644 index 0000000..494e299 --- /dev/null +++ b/Cypher-CoT-1.8B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce01bd75867a511783bd2b498e1d24f4ae6674076de33f754ab09aab48b0ba9 +size 474615360 diff --git a/Cypher-CoT-1.8B.i1-IQ1_S.gguf b/Cypher-CoT-1.8B.i1-IQ1_S.gguf new file mode 100644 index 0000000..daac3b3 --- /dev/null +++ b/Cypher-CoT-1.8B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306aa26d6ae4e55a35297959531b9e7104300cbd8b8a27c9ab3bd679ca2eba0e +size 441391680 diff --git a/Cypher-CoT-1.8B.i1-IQ2_M.gguf b/Cypher-CoT-1.8B.i1-IQ2_M.gguf new file mode 100644 index 0000000..52fbd6f --- /dev/null +++ b/Cypher-CoT-1.8B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ebc98209434e0eae41461d534a93790a96cc3983d3193f14b7969fb431a3f6 +size 659329600 diff --git a/Cypher-CoT-1.8B.i1-IQ2_S.gguf b/Cypher-CoT-1.8B.i1-IQ2_S.gguf new file mode 100644 index 0000000..d418223 --- /dev/null +++ b/Cypher-CoT-1.8B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9182a2491ad61adbd827e77147da0d57f359a247133142d5d816c68ca9a313f +size 615031360 diff --git a/Cypher-CoT-1.8B.i1-IQ2_XS.gguf b/Cypher-CoT-1.8B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..1082a04 --- /dev/null +++ b/Cypher-CoT-1.8B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01b6450e5faa369e49d105f3eaa6212f8abcc96a4ab05dc3b7cc1c95f2d751d +size 579201600 diff --git a/Cypher-CoT-1.8B.i1-IQ2_XXS.gguf b/Cypher-CoT-1.8B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..191070a --- /dev/null +++ b/Cypher-CoT-1.8B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788e8d7e1f28e8feba3bf13943eef691b84d91f801a07e0fd776f1fce48751af +size 529988160 diff --git a/Cypher-CoT-1.8B.i1-IQ3_M.gguf b/Cypher-CoT-1.8B.i1-IQ3_M.gguf new file mode 100644 index 0000000..e4f6cd2 --- /dev/null +++ b/Cypher-CoT-1.8B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a309b86ca929249734ee2bff175bce886b05d238fecb195ba45accade498f2 +size 853193280 diff --git a/Cypher-CoT-1.8B.i1-IQ3_S.gguf b/Cypher-CoT-1.8B.i1-IQ3_S.gguf new file mode 100644 index 0000000..b939ae1 --- /dev/null +++ b/Cypher-CoT-1.8B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adfa3a291fb4efc6e24dbd4108ffb5b9f48702b5ee388f9653faeb5be33856d0 +size 825253440 diff --git a/Cypher-CoT-1.8B.i1-IQ3_XS.gguf b/Cypher-CoT-1.8B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..1d7621a --- /dev/null +++ b/Cypher-CoT-1.8B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb73fd5366b1a1917c7c8e53437852c69a845795b6ab0a24a04f1eb8f2439384 +size 786177600 diff --git a/Cypher-CoT-1.8B.i1-IQ3_XXS.gguf b/Cypher-CoT-1.8B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..8c7009d --- /dev/null +++ b/Cypher-CoT-1.8B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d98f5a3a9d119212b60681890a9a6b7b76131568db47b553f79ae8415d980d +size 733149760 diff --git a/Cypher-CoT-1.8B.i1-IQ4_XS.gguf b/Cypher-CoT-1.8B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..5d3aeab --- /dev/null +++ b/Cypher-CoT-1.8B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd975999a5465acc13d7ba332cae4d5cf03ade21a16085701ef71f3c0893ea28 +size 1003823680 diff --git a/Cypher-CoT-1.8B.i1-Q2_K.gguf b/Cypher-CoT-1.8B.i1-Q2_K.gguf new file mode 100644 index 0000000..bba4945 --- /dev/null +++ b/Cypher-CoT-1.8B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a739cf11af944182e7daa592e7cd712ea41b3047a1624ccc15e66bda1a85890 +size 710703680 diff --git a/Cypher-CoT-1.8B.i1-Q2_K_S.gguf b/Cypher-CoT-1.8B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..cc80fff --- /dev/null +++ b/Cypher-CoT-1.8B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d7ac44e2325c18b3c4815e778c8e5e2fc15496face4232bf35b598da4dc1eb +size 664040000 diff --git a/Cypher-CoT-1.8B.i1-Q3_K_L.gguf b/Cypher-CoT-1.8B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..29cae03 --- /dev/null +++ b/Cypher-CoT-1.8B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87735afc4300459dc6ff67a48005dfe3ad2a5850025c0af58a85050ecb284a36 +size 980205120 diff --git a/Cypher-CoT-1.8B.i1-Q3_K_M.gguf b/Cypher-CoT-1.8B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..f775a96 --- /dev/null +++ b/Cypher-CoT-1.8B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70bc04b8d6ce2984e66c2a1aff3dd9c91bc5006ec191d7c38f182cb9b05b7b5a +size 905166400 diff --git a/Cypher-CoT-1.8B.i1-Q3_K_S.gguf b/Cypher-CoT-1.8B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..473672e --- /dev/null +++ b/Cypher-CoT-1.8B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d78ff0b327d54a8c4d0c648e657f52e2577f426cfd85f83e11793d4298eaf1 +size 820031040 diff --git a/Cypher-CoT-1.8B.i1-Q4_0.gguf b/Cypher-CoT-1.8B.i1-Q4_0.gguf new file mode 100644 index 0000000..888e06e --- /dev/null +++ b/Cypher-CoT-1.8B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5fc9302be418667f4f60f3c810967459fce3d258d723756389bdc96d53dc8b7 +size 1055658560 diff --git a/Cypher-CoT-1.8B.i1-Q4_K_M.gguf b/Cypher-CoT-1.8B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..543c32b --- /dev/null +++ b/Cypher-CoT-1.8B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e408d94e882ad02b7f03fdec8603a74b91fe658251dce454466cdc8a020117ed +size 1112152640 diff --git a/Cypher-CoT-1.8B.i1-Q4_K_S.gguf b/Cypher-CoT-1.8B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..2b11c96 --- /dev/null +++ b/Cypher-CoT-1.8B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0826b563a1b0f9ef2ccb1fce18e2bd8885586858df7aa2bbc7e95f057a3e13b +size 1059795520 diff --git a/Cypher-CoT-1.8B.i1-Q5_K_M.gguf b/Cypher-CoT-1.8B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..d5f60c1 --- /dev/null +++ b/Cypher-CoT-1.8B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d380a710fb0858289b182471a108645e17930822ae008166bf0d8cbaf47bd53f +size 1301797440 diff --git a/Cypher-CoT-1.8B.i1-Q5_K_S.gguf b/Cypher-CoT-1.8B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..49b95ee --- /dev/null +++ b/Cypher-CoT-1.8B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ed19c79bc988171e74b0607f06085954dcf73dfa7f71193cfe824f57b95749 +size 1270985280 diff --git a/Cypher-CoT-1.8B.i1-Q6_K.gguf b/Cypher-CoT-1.8B.i1-Q6_K.gguf new file mode 100644 index 0000000..08fd960 --- /dev/null +++ b/Cypher-CoT-1.8B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3ba193f8b0912d30442ca6f8ef1fa5fbbe511b36868b7ef9ed233304256ad2 +size 1503295040 diff --git a/README.md b/README.md new file mode 100644 index 0000000..1cd4b25 --- /dev/null +++ b/README.md @@ -0,0 +1,82 @@ +--- +base_model: aloobun/Cypher-CoT-1.8B +datasets: +- kaist-ai/CoT-Collection +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- finetune +- gpt4 +- synthetic data +- custom_code +- h2oai +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/aloobun/Cypher-CoT-1.8B + + +static quants are available at https://huggingface.co/mradermacher/Cypher-CoT-1.8B-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/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-IQ1_S.gguf) | i1-IQ1_S | 0.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-IQ2_S.gguf) | i1-IQ2_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-IQ2_M.gguf) | i1-IQ2_M | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.8 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-Q2_K.gguf) | i1-Q2_K | 0.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-IQ3_S.gguf) | i1-IQ3_S | 0.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-IQ3_M.gguf) | i1-IQ3_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.0 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.1 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-Q4_0.gguf) | i1-Q4_0 | 1.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Cypher-CoT-1.8B-i1-GGUF/resolve/main/Cypher-CoT-1.8B.i1-Q6_K.gguf) | i1-Q6_K | 1.6 | 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/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..876f9c7 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0672b1b28d1c945e900a4f33743c79c84675a379a5a293b95cf1a0bf68085e +size 2143669