From 1f34e7d5108a8904255e55a4780a47fd00ee31f3 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 30 Apr 2026 16:55:35 +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/Chise-7B-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++++++++++ Chise-7B.i1-IQ1_M.gguf | 3 ++ Chise-7B.i1-IQ1_S.gguf | 3 ++ Chise-7B.i1-IQ2_M.gguf | 3 ++ Chise-7B.i1-IQ2_S.gguf | 3 ++ Chise-7B.i1-IQ2_XS.gguf | 3 ++ Chise-7B.i1-IQ2_XXS.gguf | 3 ++ Chise-7B.i1-IQ3_M.gguf | 3 ++ Chise-7B.i1-IQ3_S.gguf | 3 ++ Chise-7B.i1-IQ3_XS.gguf | 3 ++ Chise-7B.i1-IQ3_XXS.gguf | 3 ++ Chise-7B.i1-IQ4_NL.gguf | 3 ++ Chise-7B.i1-IQ4_XS.gguf | 3 ++ Chise-7B.i1-Q2_K.gguf | 3 ++ Chise-7B.i1-Q2_K_S.gguf | 3 ++ Chise-7B.i1-Q3_K_L.gguf | 3 ++ Chise-7B.i1-Q3_K_M.gguf | 3 ++ Chise-7B.i1-Q3_K_S.gguf | 3 ++ Chise-7B.i1-Q4_0.gguf | 3 ++ Chise-7B.i1-Q4_1.gguf | 3 ++ Chise-7B.i1-Q4_K_M.gguf | 3 ++ Chise-7B.i1-Q4_K_S.gguf | 3 ++ Chise-7B.i1-Q5_K_M.gguf | 3 ++ Chise-7B.i1-Q5_K_S.gguf | 3 ++ Chise-7B.i1-Q6_K.gguf | 3 ++ Chise-7B.imatrix.gguf | 3 ++ README.md | 92 ++++++++++++++++++++++++++++++++++++++++ 27 files changed, 227 insertions(+) create mode 100644 .gitattributes create mode 100644 Chise-7B.i1-IQ1_M.gguf create mode 100644 Chise-7B.i1-IQ1_S.gguf create mode 100644 Chise-7B.i1-IQ2_M.gguf create mode 100644 Chise-7B.i1-IQ2_S.gguf create mode 100644 Chise-7B.i1-IQ2_XS.gguf create mode 100644 Chise-7B.i1-IQ2_XXS.gguf create mode 100644 Chise-7B.i1-IQ3_M.gguf create mode 100644 Chise-7B.i1-IQ3_S.gguf create mode 100644 Chise-7B.i1-IQ3_XS.gguf create mode 100644 Chise-7B.i1-IQ3_XXS.gguf create mode 100644 Chise-7B.i1-IQ4_NL.gguf create mode 100644 Chise-7B.i1-IQ4_XS.gguf create mode 100644 Chise-7B.i1-Q2_K.gguf create mode 100644 Chise-7B.i1-Q2_K_S.gguf create mode 100644 Chise-7B.i1-Q3_K_L.gguf create mode 100644 Chise-7B.i1-Q3_K_M.gguf create mode 100644 Chise-7B.i1-Q3_K_S.gguf create mode 100644 Chise-7B.i1-Q4_0.gguf create mode 100644 Chise-7B.i1-Q4_1.gguf create mode 100644 Chise-7B.i1-Q4_K_M.gguf create mode 100644 Chise-7B.i1-Q4_K_S.gguf create mode 100644 Chise-7B.i1-Q5_K_M.gguf create mode 100644 Chise-7B.i1-Q5_K_S.gguf create mode 100644 Chise-7B.i1-Q6_K.gguf create mode 100644 Chise-7B.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b2aa16c --- /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 +Chise-7B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Chise-7B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Chise-7B.i1-IQ1_M.gguf b/Chise-7B.i1-IQ1_M.gguf new file mode 100644 index 0000000..0195e74 --- /dev/null +++ b/Chise-7B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083b4d9a1f3e9b38f5fd3e90b45b5282a440decb5948bfbfb87ca61642e08c0d +size 1757664896 diff --git a/Chise-7B.i1-IQ1_S.gguf b/Chise-7B.i1-IQ1_S.gguf new file mode 100644 index 0000000..67eeee0 --- /dev/null +++ b/Chise-7B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869775f2f417178eee089bf455e0a4de0f39c22f34a73fcea95f39de3eab4b14 +size 1615320704 diff --git a/Chise-7B.i1-IQ2_M.gguf b/Chise-7B.i1-IQ2_M.gguf new file mode 100644 index 0000000..9d61ac3 --- /dev/null +++ b/Chise-7B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d7f21661fd62a414695f028c4ce3daaf1dcf5454285e13a136191c7710a80d +size 2504251008 diff --git a/Chise-7B.i1-IQ2_S.gguf b/Chise-7B.i1-IQ2_S.gguf new file mode 100644 index 0000000..decb70c --- /dev/null +++ b/Chise-7B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca9f497d150ca85ee0a9f4e4c6c39dba9b89655f549eea895276cf03194f81c +size 2314458752 diff --git a/Chise-7B.i1-IQ2_XS.gguf b/Chise-7B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..f5263ae --- /dev/null +++ b/Chise-7B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c415e8bfca99ec6a6618f04c85afae9f8e399a949970ac02b762ce8de47f0138 +size 2201474688 diff --git a/Chise-7B.i1-IQ2_XXS.gguf b/Chise-7B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..d80fb06 --- /dev/null +++ b/Chise-7B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8d053beca13d65d0bcb5a899781061c3b0aaec44ac92110be4f63b175c510b +size 1994905216 diff --git a/Chise-7B.i1-IQ3_M.gguf b/Chise-7B.i1-IQ3_M.gguf new file mode 100644 index 0000000..479217b --- /dev/null +++ b/Chise-7B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aab04163f867c86b152ceb7b385f383d9ead89d8062e27aaa7512687a882ac1 +size 3288848000 diff --git a/Chise-7B.i1-IQ3_S.gguf b/Chise-7B.i1-IQ3_S.gguf new file mode 100644 index 0000000..4ca65dd --- /dev/null +++ b/Chise-7B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb8d7fd28df8cddd804eb231bf25fba08d5708681dc3ff9970f270b45582953 +size 3186349696 diff --git a/Chise-7B.i1-IQ3_XS.gguf b/Chise-7B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..8896627 --- /dev/null +++ b/Chise-7B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098dd1e8d860e778f009cf002361cff1d0e9886e9dac5d92449bd77f45ab2e8c +size 3022771840 diff --git a/Chise-7B.i1-IQ3_XXS.gguf b/Chise-7B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..a0841be --- /dev/null +++ b/Chise-7B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef10a4722e67530202640c688a317aba1f018c287f24794fa8a42466eef11d7 +size 2830882432 diff --git a/Chise-7B.i1-IQ4_NL.gguf b/Chise-7B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..1da55ed --- /dev/null +++ b/Chise-7B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35893697f9dfc0f2afcbaaa3a6d229b634c5f6e47f67de90baf2e2d9fe5530d +size 4130068096 diff --git a/Chise-7B.i1-IQ4_XS.gguf b/Chise-7B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..02e26c4 --- /dev/null +++ b/Chise-7B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af279ad606c908a5c153d08ff5379479c59af44c399a613a8c19c4ae8333e24 +size 3911964288 diff --git a/Chise-7B.i1-Q2_K.gguf b/Chise-7B.i1-Q2_K.gguf new file mode 100644 index 0000000..4e563e8 --- /dev/null +++ b/Chise-7B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c335dddd9ddec21ef4a72f399b09245afcff2229f640d152f7fc6cd8543c87a +size 2722879104 diff --git a/Chise-7B.i1-Q2_K_S.gguf b/Chise-7B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..1bf3cd3 --- /dev/null +++ b/Chise-7B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6908238bcd3f1d35b603f5a8a86f89294c8c39c149c92aac541d284a5daec73 +size 2532562560 diff --git a/Chise-7B.i1-Q3_K_L.gguf b/Chise-7B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..298b121 --- /dev/null +++ b/Chise-7B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0b93c457387b35ae2428dcab530b2bc3521eb9eb49753ccd0355394d409c0a +size 3825981056 diff --git a/Chise-7B.i1-Q3_K_M.gguf b/Chise-7B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..74ef4fc --- /dev/null +++ b/Chise-7B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071a2c094bf4c6447d83a5f1742a17adb8f51974171b506e0811890ad596f427 +size 3522942592 diff --git a/Chise-7B.i1-Q3_K_S.gguf b/Chise-7B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..56a10ce --- /dev/null +++ b/Chise-7B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a1d7cb6f8837e13bd49bed892e495e0e750f09187ef0200d47c81e8c219a43 +size 3168523904 diff --git a/Chise-7B.i1-Q4_0.gguf b/Chise-7B.i1-Q4_0.gguf new file mode 100644 index 0000000..44c84db --- /dev/null +++ b/Chise-7B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d40b26d457a1e3bb6e3bd170176cbc203f6b215b23e5875d47b1a2d7b85694 +size 4127970944 diff --git a/Chise-7B.i1-Q4_1.gguf b/Chise-7B.i1-Q4_1.gguf new file mode 100644 index 0000000..ee42239 --- /dev/null +++ b/Chise-7B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4086ef25cbdd4fb7a54ceb034ba3474eaba771a3df10dc251af3828164b0a4 +size 4557887104 diff --git a/Chise-7B.i1-Q4_K_M.gguf b/Chise-7B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..3e0b6bd --- /dev/null +++ b/Chise-7B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22a29a61441181de58fae56096b256c94e60b598f92619b143874542cdf1521 +size 4372813440 diff --git a/Chise-7B.i1-Q4_K_S.gguf b/Chise-7B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..9eb2196 --- /dev/null +++ b/Chise-7B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4e0622c3e61207a6fcfd4751a9c184db39bd099f7ae053f98a472715d8d9df +size 4144748160 diff --git a/Chise-7B.i1-Q5_K_M.gguf b/Chise-7B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..19ac9de --- /dev/null +++ b/Chise-7B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5a2f132cf83f53bfcf50552b3bfd331bcc32212ad7cbc2316cd8414330d729 +size 5136176768 diff --git a/Chise-7B.i1-Q5_K_S.gguf b/Chise-7B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..ca40c87 --- /dev/null +++ b/Chise-7B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbec0f93d5ff45aebd65752dd57ba1ad2dd84d5f7e6d674d7c66da28e1a5ad8 +size 5002483328 diff --git a/Chise-7B.i1-Q6_K.gguf b/Chise-7B.i1-Q6_K.gguf new file mode 100644 index 0000000..c7696a5 --- /dev/null +++ b/Chise-7B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3bbe0941110b6ce7cfcb60fceb1882c0ee6a4b360013a7d0bb9ca49d9039eb5 +size 5947250304 diff --git a/Chise-7B.imatrix.gguf b/Chise-7B.imatrix.gguf new file mode 100644 index 0000000..cac822c --- /dev/null +++ b/Chise-7B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea69fe0b58684d5c72ea8b968e67075f90535970537402edc7a05a6655a74819 +size 5015200 diff --git a/README.md b/README.md new file mode 100644 index 0000000..92cfaf3 --- /dev/null +++ b/README.md @@ -0,0 +1,92 @@ +--- +base_model: ayan4m1/Chise-7B +datasets: +- ayan4m1/myanimelist-recommendations +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- mistral +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/ayan4m1/Chise-7B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Chise-7B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Chise-7B-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/Chise-7B-i1-GGUF/resolve/main/Chise-7B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-IQ1_S.gguf) | i1-IQ1_S | 1.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-IQ1_M.gguf) | i1-IQ1_M | 1.9 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-IQ2_S.gguf) | i1-IQ2_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-IQ2_M.gguf) | i1-IQ2_M | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.6 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-Q2_K.gguf) | i1-Q2_K | 2.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.3 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-IQ3_M.gguf) | i1-IQ3_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.6 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-Q4_0.gguf) | i1-Q4_0 | 4.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.2 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-Q4_1.gguf) | i1-Q4_1 | 4.7 | | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Chise-7B-i1-GGUF/resolve/main/Chise-7B.i1-Q6_K.gguf) | i1-Q6_K | 6.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. + +