From 53b7d6b8f22e4bdee331d0e932fea0de55fd8fbf Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 17 Jun 2026 19:10:16 +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/KAI-7B-Instruct-v0.1-i1-GGUF Source: Original Platform --- .gitattributes | 57 ++++++++++++++++++++ KAI-7B-Instruct-v0.1.i1-IQ1_M.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-IQ1_S.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-IQ2_M.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-IQ2_S.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-IQ2_XS.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-IQ2_XXS.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-IQ3_M.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-IQ3_S.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-IQ3_XS.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-IQ3_XXS.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-IQ4_XS.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-Q2_K.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-Q3_K_L.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-Q3_K_M.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-Q3_K_S.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-Q4_0.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-Q4_K_M.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-Q4_K_S.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-Q5_K_M.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-Q5_K_S.gguf | 3 ++ KAI-7B-Instruct-v0.1.i1-Q6_K.gguf | 3 ++ README.md | 80 ++++++++++++++++++++++++++++ imatrix.dat | 3 ++ 24 files changed, 203 insertions(+) create mode 100644 .gitattributes create mode 100644 KAI-7B-Instruct-v0.1.i1-IQ1_M.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-IQ1_S.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-IQ2_M.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-IQ2_S.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-IQ2_XS.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-IQ2_XXS.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-IQ3_M.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-IQ3_S.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-IQ3_XS.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-IQ3_XXS.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-IQ4_XS.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-Q2_K.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-Q3_K_L.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-Q3_K_M.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-Q3_K_S.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-Q4_0.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-Q4_K_M.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-Q4_K_S.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-Q5_K_M.gguf create mode 100644 KAI-7B-Instruct-v0.1.i1-Q5_K_S.gguf create mode 100644 KAI-7B-Instruct-v0.1.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..9038a98 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,57 @@ +*.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 +KAI-7B-Instruct-v0.1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +KAI-7B-Instruct-v0.1.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/KAI-7B-Instruct-v0.1.i1-IQ1_M.gguf b/KAI-7B-Instruct-v0.1.i1-IQ1_M.gguf new file mode 100644 index 0000000..c6e9e22 --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62ef3c0cf0d6d21efcf48ade213509c0ad9e360646c09aefdf6a1f39465f940 +size 1754447264 diff --git a/KAI-7B-Instruct-v0.1.i1-IQ1_S.gguf b/KAI-7B-Instruct-v0.1.i1-IQ1_S.gguf new file mode 100644 index 0000000..03f6f55 --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9777224dafb22fb9ea76fb088fa7b78ba9c5d6b173602c8150dcaf853ee2cc4b +size 1612103072 diff --git a/KAI-7B-Instruct-v0.1.i1-IQ2_M.gguf b/KAI-7B-Instruct-v0.1.i1-IQ2_M.gguf new file mode 100644 index 0000000..229911e --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701631d44f4b3fc14a8a4f6ef10a34b745e98b00b55da0eecffbad014adf7abe +size 2500713888 diff --git a/KAI-7B-Instruct-v0.1.i1-IQ2_S.gguf b/KAI-7B-Instruct-v0.1.i1-IQ2_S.gguf new file mode 100644 index 0000000..9cf3683 --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62478a0a6eeb348f0d45b7eca065e31d713e11302b52eafcc14ec5c46f5cb00 +size 2310921632 diff --git a/KAI-7B-Instruct-v0.1.i1-IQ2_XS.gguf b/KAI-7B-Instruct-v0.1.i1-IQ2_XS.gguf new file mode 100644 index 0000000..44ab561 --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1b8d04c44e5ae499798677d7c02de7f9702f307c5a5eed817cdce3e06cde3e +size 2198257056 diff --git a/KAI-7B-Instruct-v0.1.i1-IQ2_XXS.gguf b/KAI-7B-Instruct-v0.1.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..160c637 --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30cea4450390f60ca34b0fba2a1b732dcfcd32ca5e0ef72068fc035b64f1c2e3 +size 1991687584 diff --git a/KAI-7B-Instruct-v0.1.i1-IQ3_M.gguf b/KAI-7B-Instruct-v0.1.i1-IQ3_M.gguf new file mode 100644 index 0000000..912cfd4 --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b19d0cddb10eff5c2285cf1adf3e06d3daa9e96947ba7d500e00f822f09c13 +size 3284893088 diff --git a/KAI-7B-Instruct-v0.1.i1-IQ3_S.gguf b/KAI-7B-Instruct-v0.1.i1-IQ3_S.gguf new file mode 100644 index 0000000..4f30d9b --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e32bc0a5df9ca114c82cab2991b3428bb5fe4005daf08e34a502b8c70fc515 +size 3182394784 diff --git a/KAI-7B-Instruct-v0.1.i1-IQ3_XS.gguf b/KAI-7B-Instruct-v0.1.i1-IQ3_XS.gguf new file mode 100644 index 0000000..0887a9c --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411719384d0484fcc531a0a298faaf02c89048c4c726da41bb355542e631def3 +size 3018816928 diff --git a/KAI-7B-Instruct-v0.1.i1-IQ3_XXS.gguf b/KAI-7B-Instruct-v0.1.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..7abf693 --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e458077f6edece761b02cd4e715b668a88dfa7032567a585ef382f3e0178a4a4 +size 2827345312 diff --git a/KAI-7B-Instruct-v0.1.i1-IQ4_XS.gguf b/KAI-7B-Instruct-v0.1.i1-IQ4_XS.gguf new file mode 100644 index 0000000..e69c51f --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3795576ef233126d94b98c4b0838eef9c0f70bd0f471c99b6a21bad13cd05bd +size 3907689888 diff --git a/KAI-7B-Instruct-v0.1.i1-Q2_K.gguf b/KAI-7B-Instruct-v0.1.i1-Q2_K.gguf new file mode 100644 index 0000000..58df7da --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef47fa9dfe6ebb10a68441793b88ce27b45f39fe23efde0448fb9077a233885e +size 2719243680 diff --git a/KAI-7B-Instruct-v0.1.i1-Q3_K_L.gguf b/KAI-7B-Instruct-v0.1.i1-Q3_K_L.gguf new file mode 100644 index 0000000..ff01000 --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fc1aa03eeb189e366d0a49810e914c6d59dcc475dbbd9f79dd3330dbf141bc +size 3822026144 diff --git a/KAI-7B-Instruct-v0.1.i1-Q3_K_M.gguf b/KAI-7B-Instruct-v0.1.i1-Q3_K_M.gguf new file mode 100644 index 0000000..3daa59d --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b443ec8c4d371550f424ab6e4d612052b34e0647be12fc51d76274816101345a +size 3518987680 diff --git a/KAI-7B-Instruct-v0.1.i1-Q3_K_S.gguf b/KAI-7B-Instruct-v0.1.i1-Q3_K_S.gguf new file mode 100644 index 0000000..1de88d5 --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fce34863253da8e671893237cc67b248fbe6b7b95d5c76c820b36e8dcb010e0 +size 3164568992 diff --git a/KAI-7B-Instruct-v0.1.i1-Q4_0.gguf b/KAI-7B-Instruct-v0.1.i1-Q4_0.gguf new file mode 100644 index 0000000..a197647 --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9c4617fd47e61ac73f801e3167dbd07155886779bc468dc9f925d6ecc0ef15 +size 4123598240 diff --git a/KAI-7B-Instruct-v0.1.i1-Q4_K_M.gguf b/KAI-7B-Instruct-v0.1.i1-Q4_K_M.gguf new file mode 100644 index 0000000..ed344fe --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80979a8afbd34ab1596fd205b6012f472fc096c71c2a6b3171f84aece6db82b +size 4368440736 diff --git a/KAI-7B-Instruct-v0.1.i1-Q4_K_S.gguf b/KAI-7B-Instruct-v0.1.i1-Q4_K_S.gguf new file mode 100644 index 0000000..9a30352 --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c68478ed9c0c5eac3f17a49551ed3e9b1e0859d26db95c64cc9296515300c1 +size 4140375456 diff --git a/KAI-7B-Instruct-v0.1.i1-Q5_K_M.gguf b/KAI-7B-Instruct-v0.1.i1-Q5_K_M.gguf new file mode 100644 index 0000000..7366048 --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3ea7b53fe353a80cce2557f6dbe20680625a620770854c5238c69d6cb20f8a +size 5131410848 diff --git a/KAI-7B-Instruct-v0.1.i1-Q5_K_S.gguf b/KAI-7B-Instruct-v0.1.i1-Q5_K_S.gguf new file mode 100644 index 0000000..5fdab8d --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07a532c8073b9d4457a58f78358b78bca7081ccb8795baa477d4840f7d98088 +size 4997717408 diff --git a/KAI-7B-Instruct-v0.1.i1-Q6_K.gguf b/KAI-7B-Instruct-v0.1.i1-Q6_K.gguf new file mode 100644 index 0000000..37dce6b --- /dev/null +++ b/KAI-7B-Instruct-v0.1.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ec51baba84da6c33ceab7551337401da192bb1578c87331f8284036a1632c4 +size 5942066592 diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ceb177 --- /dev/null +++ b/README.md @@ -0,0 +1,80 @@ +--- +base_model: Keynote-Technology/KAI-7B-Instruct-v0.1 +datasets: +- Keynote-Technology/PLANE-2K +- togethercomputer/RedPajama-Data-V2 +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- finetuned +- Instruct +- code +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/Keynote-Technology/KAI-7B-Instruct-v0.1 + + +static quants are available at https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-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/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-IQ1_S.gguf) | i1-IQ1_S | 1.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-IQ1_M.gguf) | i1-IQ1_M | 1.9 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-IQ2_S.gguf) | i1-IQ2_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-IQ2_M.gguf) | i1-IQ2_M | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-Q2_K.gguf) | i1-Q2_K | 2.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.3 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-IQ3_S.gguf) | i1-IQ3_S | 3.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-IQ3_M.gguf) | i1-IQ3_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.6 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-Q4_0.gguf) | i1-Q4_0 | 4.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/KAI-7B-Instruct-v0.1-i1-GGUF/resolve/main/KAI-7B-Instruct-v0.1.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. + + diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..3c4900d --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb17027ba9cd8018d5cbfda2df49afa48b2c6d205a780b1829b05e0f34c00058 +size 4988157