From 08cac191adab805a0218c9272191d25ef4d0dd74 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 14 May 2026 11:09:55 +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/Genuine-7B-Instruct-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++ Genuine-7B-Instruct.i1-IQ1_M.gguf | 3 + Genuine-7B-Instruct.i1-IQ1_S.gguf | 3 + Genuine-7B-Instruct.i1-IQ2_M.gguf | 3 + Genuine-7B-Instruct.i1-IQ2_S.gguf | 3 + Genuine-7B-Instruct.i1-IQ2_XS.gguf | 3 + Genuine-7B-Instruct.i1-IQ2_XXS.gguf | 3 + Genuine-7B-Instruct.i1-IQ3_M.gguf | 3 + Genuine-7B-Instruct.i1-IQ3_S.gguf | 3 + Genuine-7B-Instruct.i1-IQ3_XS.gguf | 3 + Genuine-7B-Instruct.i1-IQ3_XXS.gguf | 3 + Genuine-7B-Instruct.i1-IQ4_NL.gguf | 3 + Genuine-7B-Instruct.i1-IQ4_XS.gguf | 3 + Genuine-7B-Instruct.i1-Q2_K.gguf | 3 + Genuine-7B-Instruct.i1-Q2_K_S.gguf | 3 + Genuine-7B-Instruct.i1-Q3_K_L.gguf | 3 + Genuine-7B-Instruct.i1-Q3_K_M.gguf | 3 + Genuine-7B-Instruct.i1-Q3_K_S.gguf | 3 + Genuine-7B-Instruct.i1-Q4_0.gguf | 3 + Genuine-7B-Instruct.i1-Q4_1.gguf | 3 + Genuine-7B-Instruct.i1-Q4_K_M.gguf | 3 + Genuine-7B-Instruct.i1-Q4_K_S.gguf | 3 + Genuine-7B-Instruct.i1-Q5_K_M.gguf | 3 + Genuine-7B-Instruct.i1-Q5_K_S.gguf | 3 + Genuine-7B-Instruct.i1-Q6_K.gguf | 3 + Genuine-7B-Instruct.imatrix.gguf | 3 + README.md | 93 +++++++++++++++++++++++++++++ 27 files changed, 228 insertions(+) create mode 100644 .gitattributes create mode 100644 Genuine-7B-Instruct.i1-IQ1_M.gguf create mode 100644 Genuine-7B-Instruct.i1-IQ1_S.gguf create mode 100644 Genuine-7B-Instruct.i1-IQ2_M.gguf create mode 100644 Genuine-7B-Instruct.i1-IQ2_S.gguf create mode 100644 Genuine-7B-Instruct.i1-IQ2_XS.gguf create mode 100644 Genuine-7B-Instruct.i1-IQ2_XXS.gguf create mode 100644 Genuine-7B-Instruct.i1-IQ3_M.gguf create mode 100644 Genuine-7B-Instruct.i1-IQ3_S.gguf create mode 100644 Genuine-7B-Instruct.i1-IQ3_XS.gguf create mode 100644 Genuine-7B-Instruct.i1-IQ3_XXS.gguf create mode 100644 Genuine-7B-Instruct.i1-IQ4_NL.gguf create mode 100644 Genuine-7B-Instruct.i1-IQ4_XS.gguf create mode 100644 Genuine-7B-Instruct.i1-Q2_K.gguf create mode 100644 Genuine-7B-Instruct.i1-Q2_K_S.gguf create mode 100644 Genuine-7B-Instruct.i1-Q3_K_L.gguf create mode 100644 Genuine-7B-Instruct.i1-Q3_K_M.gguf create mode 100644 Genuine-7B-Instruct.i1-Q3_K_S.gguf create mode 100644 Genuine-7B-Instruct.i1-Q4_0.gguf create mode 100644 Genuine-7B-Instruct.i1-Q4_1.gguf create mode 100644 Genuine-7B-Instruct.i1-Q4_K_M.gguf create mode 100644 Genuine-7B-Instruct.i1-Q4_K_S.gguf create mode 100644 Genuine-7B-Instruct.i1-Q5_K_M.gguf create mode 100644 Genuine-7B-Instruct.i1-Q5_K_S.gguf create mode 100644 Genuine-7B-Instruct.i1-Q6_K.gguf create mode 100644 Genuine-7B-Instruct.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3070a45 --- /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 +Genuine-7B-Instruct.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Genuine-7B-Instruct.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Genuine-7B-Instruct.i1-IQ1_M.gguf b/Genuine-7B-Instruct.i1-IQ1_M.gguf new file mode 100644 index 0000000..3f9edfb --- /dev/null +++ b/Genuine-7B-Instruct.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681ed0e36f4db3acca4f8043e6ca25a2163b83356c132a39b6833181007b3f2e +size 2042197344 diff --git a/Genuine-7B-Instruct.i1-IQ1_S.gguf b/Genuine-7B-Instruct.i1-IQ1_S.gguf new file mode 100644 index 0000000..e5be998 --- /dev/null +++ b/Genuine-7B-Instruct.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e9c1c688c2b8eb34cd7c6256df5e59c5000075fc180957ed03d9b6cd847462 +size 1903668576 diff --git a/Genuine-7B-Instruct.i1-IQ2_M.gguf b/Genuine-7B-Instruct.i1-IQ2_M.gguf new file mode 100644 index 0000000..c3d092b --- /dev/null +++ b/Genuine-7B-Instruct.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03ce531efb53230b95120aaa5fd5039b20b4fab6f0d48a025e314a0f9986357 +size 2780343648 diff --git a/Genuine-7B-Instruct.i1-IQ2_S.gguf b/Genuine-7B-Instruct.i1-IQ2_S.gguf new file mode 100644 index 0000000..309de24 --- /dev/null +++ b/Genuine-7B-Instruct.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852291bd866ede0e9a32bd6b42f11b5c64c0d52bebd82a02c8878c73333439e7 +size 2595638624 diff --git a/Genuine-7B-Instruct.i1-IQ2_XS.gguf b/Genuine-7B-Instruct.i1-IQ2_XS.gguf new file mode 100644 index 0000000..ff94bd9 --- /dev/null +++ b/Genuine-7B-Instruct.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc5d14e1ff79bbdcd5371be86088e6834b85e6b9b00496859b04cfdaafde941 +size 2469023072 diff --git a/Genuine-7B-Instruct.i1-IQ2_XXS.gguf b/Genuine-7B-Instruct.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..b396df8 --- /dev/null +++ b/Genuine-7B-Instruct.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f7e2806b2e2437ea0a41eacb581fee1d56aba320d8e7d45d6246bed534b0c6 +size 2273078624 diff --git a/Genuine-7B-Instruct.i1-IQ3_M.gguf b/Genuine-7B-Instruct.i1-IQ3_M.gguf new file mode 100644 index 0000000..07d4311 --- /dev/null +++ b/Genuine-7B-Instruct.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12215f889b5a12f70ae3e295e0e3ab6a33c8a81e443d3481a98a0a1b1d85c105 +size 3574013280 diff --git a/Genuine-7B-Instruct.i1-IQ3_S.gguf b/Genuine-7B-Instruct.i1-IQ3_S.gguf new file mode 100644 index 0000000..66dc38e --- /dev/null +++ b/Genuine-7B-Instruct.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc852ce7dec1ea71ae7ce16ba105f6642c3647c681ff9b36740cad2110bb90d +size 3499193696 diff --git a/Genuine-7B-Instruct.i1-IQ3_XS.gguf b/Genuine-7B-Instruct.i1-IQ3_XS.gguf new file mode 100644 index 0000000..9670859 --- /dev/null +++ b/Genuine-7B-Instruct.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81817a08f16179ceff7a376701bbdab158b664b7db512e6ab3d114f8a6843f2 +size 3346257248 diff --git a/Genuine-7B-Instruct.i1-IQ3_XXS.gguf b/Genuine-7B-Instruct.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..adfd6db --- /dev/null +++ b/Genuine-7B-Instruct.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b5fad649a5f51bcaf3ecd69bceccb231c4b94a1e1d05de77fe044de5009a9d +size 3114515808 diff --git a/Genuine-7B-Instruct.i1-IQ4_NL.gguf b/Genuine-7B-Instruct.i1-IQ4_NL.gguf new file mode 100644 index 0000000..2c4b324 --- /dev/null +++ b/Genuine-7B-Instruct.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e1fd9cff465c1c655ed5039967f15c6525f050ba86156ed698e52a6932af89 +size 4437814624 diff --git a/Genuine-7B-Instruct.i1-IQ4_XS.gguf b/Genuine-7B-Instruct.i1-IQ4_XS.gguf new file mode 100644 index 0000000..7d6819b --- /dev/null +++ b/Genuine-7B-Instruct.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d1358026115fffd3f0637e9f72c1a2f4f1f00d1d77f7e18506526465ea15e0 +size 4218473824 diff --git a/Genuine-7B-Instruct.i1-Q2_K.gguf b/Genuine-7B-Instruct.i1-Q2_K.gguf new file mode 100644 index 0000000..0f3f641 --- /dev/null +++ b/Genuine-7B-Instruct.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1effd4b6e9ca0fc0d501d72deb41e4e41ee7dd869beca47db78e923e172ed6 +size 3015941472 diff --git a/Genuine-7B-Instruct.i1-Q2_K_S.gguf b/Genuine-7B-Instruct.i1-Q2_K_S.gguf new file mode 100644 index 0000000..6ade147 --- /dev/null +++ b/Genuine-7B-Instruct.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e4ad5806531fd44893e05bca25a1c5c411327f204914c4f6cecfba95b709cd +size 2834074976 diff --git a/Genuine-7B-Instruct.i1-Q3_K_L.gguf b/Genuine-7B-Instruct.i1-Q3_K_L.gguf new file mode 100644 index 0000000..a6f8446 --- /dev/null +++ b/Genuine-7B-Instruct.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f347768187ca81c742368a66766a50d9d1a560ec43cb3cb44cd232066f80f4 +size 4088460640 diff --git a/Genuine-7B-Instruct.i1-Q3_K_M.gguf b/Genuine-7B-Instruct.i1-Q3_K_M.gguf new file mode 100644 index 0000000..75c29b2 --- /dev/null +++ b/Genuine-7B-Instruct.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5c814d4bff3d5a17661fb07de70717c93209d620c4759f2fdb2e4b7cd78448 +size 3808392544 diff --git a/Genuine-7B-Instruct.i1-Q3_K_S.gguf b/Genuine-7B-Instruct.i1-Q3_K_S.gguf new file mode 100644 index 0000000..4e9e049 --- /dev/null +++ b/Genuine-7B-Instruct.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9936695f9c074ec7ffce11fa746a82c34cda0de7266961bb169b72f4b50ab4da +size 3492369760 diff --git a/Genuine-7B-Instruct.i1-Q4_0.gguf b/Genuine-7B-Instruct.i1-Q4_0.gguf new file mode 100644 index 0000000..4751753 --- /dev/null +++ b/Genuine-7B-Instruct.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d51a3f1048a11ea319821b8939b2bafbd86ad22a5f6a12f4118cd47679ee0a +size 4444122464 diff --git a/Genuine-7B-Instruct.i1-Q4_1.gguf b/Genuine-7B-Instruct.i1-Q4_1.gguf new file mode 100644 index 0000000..e8c01ff --- /dev/null +++ b/Genuine-7B-Instruct.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621e5637cd57f820106c783acb6ffdf981b75801946ee7d61c21ad36232e88a0 +size 4873284960 diff --git a/Genuine-7B-Instruct.i1-Q4_K_M.gguf b/Genuine-7B-Instruct.i1-Q4_K_M.gguf new file mode 100644 index 0000000..5b3cf5f --- /dev/null +++ b/Genuine-7B-Instruct.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beaed75aba55d17207666900a2ed41da64aa193a49229e522eb252e83007fc33 +size 4683074912 diff --git a/Genuine-7B-Instruct.i1-Q4_K_S.gguf b/Genuine-7B-Instruct.i1-Q4_K_S.gguf new file mode 100644 index 0000000..2621564 --- /dev/null +++ b/Genuine-7B-Instruct.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1b614270ee1ad4b57e3fa13230c9a61c8c594d5249c1529e3128fd11b08d0b +size 4457770336 diff --git a/Genuine-7B-Instruct.i1-Q5_K_M.gguf b/Genuine-7B-Instruct.i1-Q5_K_M.gguf new file mode 100644 index 0000000..b7fad91 --- /dev/null +++ b/Genuine-7B-Instruct.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d35b0bae8107e46de4e0fa8c0b965f8161f886a547affe986066322ea2bd377 +size 5444832608 diff --git a/Genuine-7B-Instruct.i1-Q5_K_S.gguf b/Genuine-7B-Instruct.i1-Q5_K_S.gguf new file mode 100644 index 0000000..19602c4 --- /dev/null +++ b/Genuine-7B-Instruct.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84a5a198e34f1adb2da0cefdcf52ff0a6d91d7e0279df38d7701b978b4cb837 +size 5315177824 diff --git a/Genuine-7B-Instruct.i1-Q6_K.gguf b/Genuine-7B-Instruct.i1-Q6_K.gguf new file mode 100644 index 0000000..3e2bf3c --- /dev/null +++ b/Genuine-7B-Instruct.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfbe6a3bce14c87977ed95f1c6a26d4b7e7250fb0f4ece0ca4e822fc4d93bd8 +size 6254200160 diff --git a/Genuine-7B-Instruct.imatrix.gguf b/Genuine-7B-Instruct.imatrix.gguf new file mode 100644 index 0000000..3927cf0 --- /dev/null +++ b/Genuine-7B-Instruct.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f5ecea8ed2cd82048d0578a44179747109be24eac28f789c26a1de2d1a11bd +size 4560352 diff --git a/README.md b/README.md new file mode 100644 index 0000000..97dff5a --- /dev/null +++ b/README.md @@ -0,0 +1,93 @@ +--- +base_model: theprint/Genuine-7B-Instruct +datasets: +- theprint/Gentle-Pushback-8.5k-alpaca +language: en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- lora +- sft +- transformers +- trl +- unsloth +- fine-tuned +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/theprint/Genuine-7B-Instruct + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Genuine-7B-Instruct-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Genuine-7B-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/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-IQ1_S.gguf) | i1-IQ1_S | 2.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-IQ1_M.gguf) | i1-IQ1_M | 2.1 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-IQ2_S.gguf) | i1-IQ2_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-IQ2_M.gguf) | i1-IQ2_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.9 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-Q2_K.gguf) | i1-Q2_K | 3.1 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-IQ3_S.gguf) | i1-IQ3_S | 3.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-IQ3_M.gguf) | i1-IQ3_M | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.2 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-Q4_0.gguf) | i1-Q4_0 | 4.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-Q4_1.gguf) | i1-Q4_1 | 5.0 | | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/Genuine-7B-Instruct-i1-GGUF/resolve/main/Genuine-7B-Instruct.i1-Q6_K.gguf) | i1-Q6_K | 6.4 | 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. + +