From b87286c861564be6d92dcb5ad6a44fa0f4d63393 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 14 May 2026 01:30:33 +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/KatipGPT-Instruct-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++++ KatipGPT-Instruct.i1-IQ1_M.gguf | 3 ++ KatipGPT-Instruct.i1-IQ1_S.gguf | 3 ++ KatipGPT-Instruct.i1-IQ2_M.gguf | 3 ++ KatipGPT-Instruct.i1-IQ2_S.gguf | 3 ++ KatipGPT-Instruct.i1-IQ2_XS.gguf | 3 ++ KatipGPT-Instruct.i1-IQ2_XXS.gguf | 3 ++ KatipGPT-Instruct.i1-IQ3_M.gguf | 3 ++ KatipGPT-Instruct.i1-IQ3_S.gguf | 3 ++ KatipGPT-Instruct.i1-IQ3_XS.gguf | 3 ++ KatipGPT-Instruct.i1-IQ3_XXS.gguf | 3 ++ KatipGPT-Instruct.i1-IQ4_NL.gguf | 3 ++ KatipGPT-Instruct.i1-IQ4_XS.gguf | 3 ++ KatipGPT-Instruct.i1-Q2_K.gguf | 3 ++ KatipGPT-Instruct.i1-Q2_K_S.gguf | 3 ++ KatipGPT-Instruct.i1-Q3_K_L.gguf | 3 ++ KatipGPT-Instruct.i1-Q3_K_M.gguf | 3 ++ KatipGPT-Instruct.i1-Q3_K_S.gguf | 3 ++ KatipGPT-Instruct.i1-Q4_0.gguf | 3 ++ KatipGPT-Instruct.i1-Q4_1.gguf | 3 ++ KatipGPT-Instruct.i1-Q4_K_M.gguf | 3 ++ KatipGPT-Instruct.i1-Q4_K_S.gguf | 3 ++ KatipGPT-Instruct.i1-Q5_K_M.gguf | 3 ++ KatipGPT-Instruct.i1-Q5_K_S.gguf | 3 ++ KatipGPT-Instruct.i1-Q6_K.gguf | 3 ++ KatipGPT-Instruct.imatrix.gguf | 3 ++ README.md | 89 +++++++++++++++++++++++++++++++ 27 files changed, 224 insertions(+) create mode 100644 .gitattributes create mode 100644 KatipGPT-Instruct.i1-IQ1_M.gguf create mode 100644 KatipGPT-Instruct.i1-IQ1_S.gguf create mode 100644 KatipGPT-Instruct.i1-IQ2_M.gguf create mode 100644 KatipGPT-Instruct.i1-IQ2_S.gguf create mode 100644 KatipGPT-Instruct.i1-IQ2_XS.gguf create mode 100644 KatipGPT-Instruct.i1-IQ2_XXS.gguf create mode 100644 KatipGPT-Instruct.i1-IQ3_M.gguf create mode 100644 KatipGPT-Instruct.i1-IQ3_S.gguf create mode 100644 KatipGPT-Instruct.i1-IQ3_XS.gguf create mode 100644 KatipGPT-Instruct.i1-IQ3_XXS.gguf create mode 100644 KatipGPT-Instruct.i1-IQ4_NL.gguf create mode 100644 KatipGPT-Instruct.i1-IQ4_XS.gguf create mode 100644 KatipGPT-Instruct.i1-Q2_K.gguf create mode 100644 KatipGPT-Instruct.i1-Q2_K_S.gguf create mode 100644 KatipGPT-Instruct.i1-Q3_K_L.gguf create mode 100644 KatipGPT-Instruct.i1-Q3_K_M.gguf create mode 100644 KatipGPT-Instruct.i1-Q3_K_S.gguf create mode 100644 KatipGPT-Instruct.i1-Q4_0.gguf create mode 100644 KatipGPT-Instruct.i1-Q4_1.gguf create mode 100644 KatipGPT-Instruct.i1-Q4_K_M.gguf create mode 100644 KatipGPT-Instruct.i1-Q4_K_S.gguf create mode 100644 KatipGPT-Instruct.i1-Q5_K_M.gguf create mode 100644 KatipGPT-Instruct.i1-Q5_K_S.gguf create mode 100644 KatipGPT-Instruct.i1-Q6_K.gguf create mode 100644 KatipGPT-Instruct.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b47da06 --- /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 +KatipGPT-Instruct.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +KatipGPT-Instruct.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/KatipGPT-Instruct.i1-IQ1_M.gguf b/KatipGPT-Instruct.i1-IQ1_M.gguf new file mode 100644 index 0000000..3608523 --- /dev/null +++ b/KatipGPT-Instruct.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc611b7585f4e4a33ac4a8b238b73ec3ad9583ccc48a689652920a79332eab1 +size 2545952768 diff --git a/KatipGPT-Instruct.i1-IQ1_S.gguf b/KatipGPT-Instruct.i1-IQ1_S.gguf new file mode 100644 index 0000000..0051452 --- /dev/null +++ b/KatipGPT-Instruct.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e94aa7b8c7790860b2f50a87932bf12559e1aa7b0b9a494ab1e1b417270624 +size 2378565632 diff --git a/KatipGPT-Instruct.i1-IQ2_M.gguf b/KatipGPT-Instruct.i1-IQ2_M.gguf new file mode 100644 index 0000000..ffdfcbb --- /dev/null +++ b/KatipGPT-Instruct.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7ad944a8f3b795b072799d03d54868061c6b08745614010d58e3d835fa7c69 +size 3434670080 diff --git a/KatipGPT-Instruct.i1-IQ2_S.gguf b/KatipGPT-Instruct.i1-IQ2_S.gguf new file mode 100644 index 0000000..a12d191 --- /dev/null +++ b/KatipGPT-Instruct.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3cb27c76225030c5bff4154a652a099c55a856a936481478184f43d025a8598 +size 3211487232 diff --git a/KatipGPT-Instruct.i1-IQ2_XS.gguf b/KatipGPT-Instruct.i1-IQ2_XS.gguf new file mode 100644 index 0000000..dc4fe30 --- /dev/null +++ b/KatipGPT-Instruct.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f6b2c78ffeeb2563046d1c07c30129eeceb7c52e70dad967642a53916703c4 +size 3067381760 diff --git a/KatipGPT-Instruct.i1-IQ2_XXS.gguf b/KatipGPT-Instruct.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..189e624 --- /dev/null +++ b/KatipGPT-Instruct.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939e3cabc92d1e09606ee60000f3eee342c2b45234100dfce91716a597e97588 +size 2824931328 diff --git a/KatipGPT-Instruct.i1-IQ3_M.gguf b/KatipGPT-Instruct.i1-IQ3_M.gguf new file mode 100644 index 0000000..b4c5af4 --- /dev/null +++ b/KatipGPT-Instruct.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756db6da1142511698a2c0a4450cd39d35bcfc28cc9497d6d1ea97ba70eaac35 +size 4494616576 diff --git a/KatipGPT-Instruct.i1-IQ3_S.gguf b/KatipGPT-Instruct.i1-IQ3_S.gguf new file mode 100644 index 0000000..cb6a1e1 --- /dev/null +++ b/KatipGPT-Instruct.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2dcade3d6087e4b2022ed336b3d11a0f98418156a782803918d774e5c83fd76 +size 4337666048 diff --git a/KatipGPT-Instruct.i1-IQ3_XS.gguf b/KatipGPT-Instruct.i1-IQ3_XS.gguf new file mode 100644 index 0000000..ff5460b --- /dev/null +++ b/KatipGPT-Instruct.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7583b23cbfdfadb0c2013f00f3dfc8181e9d737d2f2cdd6f6661ddda4ff0c4da +size 4144990208 diff --git a/KatipGPT-Instruct.i1-IQ3_XXS.gguf b/KatipGPT-Instruct.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..9426d7f --- /dev/null +++ b/KatipGPT-Instruct.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86be5ce50b7dcb92212594bc47eebd19d56e22046af8f1607a7598d901f1a494 +size 3796740096 diff --git a/KatipGPT-Instruct.i1-IQ4_NL.gguf b/KatipGPT-Instruct.i1-IQ4_NL.gguf new file mode 100644 index 0000000..0d19c73 --- /dev/null +++ b/KatipGPT-Instruct.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918061292678cba55c24a76b807d62f762852b6da4ac4096e245981dd4bb77cd +size 5443143680 diff --git a/KatipGPT-Instruct.i1-IQ4_XS.gguf b/KatipGPT-Instruct.i1-IQ4_XS.gguf new file mode 100644 index 0000000..2968be6 --- /dev/null +++ b/KatipGPT-Instruct.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1925339bdcf5b77c6625e04bfbfbb90b870db4ea99ce6fb370e1bf7b220e6a71 +size 5183031296 diff --git a/KatipGPT-Instruct.i1-Q2_K.gguf b/KatipGPT-Instruct.i1-Q2_K.gguf new file mode 100644 index 0000000..a3cb410 --- /dev/null +++ b/KatipGPT-Instruct.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f734288a6fe348f4e525e255a2549403dd658ca5360872e38a204dde9460ab +size 3805399040 diff --git a/KatipGPT-Instruct.i1-Q2_K_S.gguf b/KatipGPT-Instruct.i1-Q2_K_S.gguf new file mode 100644 index 0000000..5976edf --- /dev/null +++ b/KatipGPT-Instruct.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a06526a333ba35cb84e1501326903c2e176d5b012f4196076bfdb2dc4dcf34 +size 3552512000 diff --git a/KatipGPT-Instruct.i1-Q3_K_L.gguf b/KatipGPT-Instruct.i1-Q3_K_L.gguf new file mode 100644 index 0000000..3ba51de --- /dev/null +++ b/KatipGPT-Instruct.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffd358b5c6841bc6c987a2830c3c989986e87bd491a5078ed61e2bee7ccaf81 +size 5132453888 diff --git a/KatipGPT-Instruct.i1-Q3_K_M.gguf b/KatipGPT-Instruct.i1-Q3_K_M.gguf new file mode 100644 index 0000000..91567b5 --- /dev/null +++ b/KatipGPT-Instruct.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d506b3599689e7732f8ece9b56ea3210528ee4cb832731dda699beb83d68251 +size 4761782272 diff --git a/KatipGPT-Instruct.i1-Q3_K_S.gguf b/KatipGPT-Instruct.i1-Q3_K_S.gguf new file mode 100644 index 0000000..dcfa7bb --- /dev/null +++ b/KatipGPT-Instruct.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94a174e394384ff4b21f582ce65b3f617b9c5ad37f9df93feb5ed60617913f1 +size 4337666048 diff --git a/KatipGPT-Instruct.i1-Q4_0.gguf b/KatipGPT-Instruct.i1-Q4_0.gguf new file mode 100644 index 0000000..d0b8110 --- /dev/null +++ b/KatipGPT-Instruct.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619430c1ed7ee34ab6e9878701de6c8b5c164cbb08f460151e5124b41c71d164 +size 5459200000 diff --git a/KatipGPT-Instruct.i1-Q4_1.gguf b/KatipGPT-Instruct.i1-Q4_1.gguf new file mode 100644 index 0000000..3fa7aa3 --- /dev/null +++ b/KatipGPT-Instruct.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d8daf999b6eee0da7c70d5f21db3d9fb2d584d7049d7b098d544ec64e36bc7 +size 5963368448 diff --git a/KatipGPT-Instruct.i1-Q4_K_M.gguf b/KatipGPT-Instruct.i1-Q4_K_M.gguf new file mode 100644 index 0000000..385ef90 --- /dev/null +++ b/KatipGPT-Instruct.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6f4e5f225a3e83a457672c4c655224a8bb8d63745b9b60eadbbb3240f2edfe +size 5761058816 diff --git a/KatipGPT-Instruct.i1-Q4_K_S.gguf b/KatipGPT-Instruct.i1-Q4_K_S.gguf new file mode 100644 index 0000000..04956d5 --- /dev/null +++ b/KatipGPT-Instruct.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadc1a31fff3ba5b8167831213bcda0e728690bc970043f587bf08c6fc7c5d60 +size 5478926336 diff --git a/KatipGPT-Instruct.i1-Q5_K_M.gguf b/KatipGPT-Instruct.i1-Q5_K_M.gguf new file mode 100644 index 0000000..955ebaa --- /dev/null +++ b/KatipGPT-Instruct.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30f3d21f29435af0d4a297d055197f3262ff45c7d7ee58ae9d874be9011e802 +size 6647367680 diff --git a/KatipGPT-Instruct.i1-Q5_K_S.gguf b/KatipGPT-Instruct.i1-Q5_K_S.gguf new file mode 100644 index 0000000..00c3089 --- /dev/null +++ b/KatipGPT-Instruct.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b29afae34b566bf9a8a61c85a2c1e28adf5addd0a7459cf02eec8b393d3d29a6 +size 6483593216 diff --git a/KatipGPT-Instruct.i1-Q6_K.gguf b/KatipGPT-Instruct.i1-Q6_K.gguf new file mode 100644 index 0000000..04ab865 --- /dev/null +++ b/KatipGPT-Instruct.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d03af6cffc16f96f3af83a6c42b9d815fec82f7e76496b1a85093e865559532 +size 7589070848 diff --git a/KatipGPT-Instruct.imatrix.gguf b/KatipGPT-Instruct.imatrix.gguf new file mode 100644 index 0000000..13c1f65 --- /dev/null +++ b/KatipGPT-Instruct.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261d8d21d37b97965ea5fc5883c7f6a296817282f084b61b09f5c82d56940b1e +size 6152352 diff --git a/README.md b/README.md new file mode 100644 index 0000000..26838fe --- /dev/null +++ b/README.md @@ -0,0 +1,89 @@ +--- +base_model: XyperAI/KatipGPT-Instruct +datasets: +- XyperAI/Ottoman-Dataset +language: +- en +library_name: transformers +license: gemma +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- Ottoman +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/XyperAI/KatipGPT-Instruct + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#KatipGPT-Instruct-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/KatipGPT-Instruct-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/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-IQ1_S.gguf) | i1-IQ1_S | 2.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-IQ1_M.gguf) | i1-IQ1_M | 2.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-IQ2_XS.gguf) | i1-IQ2_XS | 3.2 | | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-IQ2_S.gguf) | i1-IQ2_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-IQ2_M.gguf) | i1-IQ2_M | 3.5 | | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-Q2_K.gguf) | i1-Q2_K | 3.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-IQ3_XS.gguf) | i1-IQ3_XS | 4.2 | | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-IQ3_S.gguf) | i1-IQ3_S | 4.4 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-Q3_K_S.gguf) | i1-Q3_K_S | 4.4 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-IQ3_M.gguf) | i1-IQ3_M | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-Q3_K_L.gguf) | i1-Q3_K_L | 5.2 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-IQ4_XS.gguf) | i1-IQ4_XS | 5.3 | | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-IQ4_NL.gguf) | i1-IQ4_NL | 5.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-Q4_0.gguf) | i1-Q4_0 | 5.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-Q4_K_S.gguf) | i1-Q4_K_S | 5.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-Q4_1.gguf) | i1-Q4_1 | 6.1 | | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-Q5_K_S.gguf) | i1-Q5_K_S | 6.6 | | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-Q5_K_M.gguf) | i1-Q5_K_M | 6.7 | | +| [GGUF](https://huggingface.co/mradermacher/KatipGPT-Instruct-i1-GGUF/resolve/main/KatipGPT-Instruct.i1-Q6_K.gguf) | i1-Q6_K | 7.7 | 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. + +