From 5ec3497d09b076b6fb3ea446667d3c3a070ebb5a Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 29 May 2026 02:22:15 +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/Antiplex-instruct-3B-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++ Antiplex-instruct-3B.i1-IQ1_M.gguf | 3 + Antiplex-instruct-3B.i1-IQ1_S.gguf | 3 + Antiplex-instruct-3B.i1-IQ2_M.gguf | 3 + Antiplex-instruct-3B.i1-IQ2_S.gguf | 3 + Antiplex-instruct-3B.i1-IQ2_XS.gguf | 3 + Antiplex-instruct-3B.i1-IQ2_XXS.gguf | 3 + Antiplex-instruct-3B.i1-IQ3_M.gguf | 3 + Antiplex-instruct-3B.i1-IQ3_S.gguf | 3 + Antiplex-instruct-3B.i1-IQ3_XS.gguf | 3 + Antiplex-instruct-3B.i1-IQ3_XXS.gguf | 3 + Antiplex-instruct-3B.i1-IQ4_NL.gguf | 3 + Antiplex-instruct-3B.i1-IQ4_XS.gguf | 3 + Antiplex-instruct-3B.i1-Q2_K.gguf | 3 + Antiplex-instruct-3B.i1-Q2_K_S.gguf | 3 + Antiplex-instruct-3B.i1-Q3_K_L.gguf | 3 + Antiplex-instruct-3B.i1-Q3_K_M.gguf | 3 + Antiplex-instruct-3B.i1-Q3_K_S.gguf | 3 + Antiplex-instruct-3B.i1-Q4_0.gguf | 3 + Antiplex-instruct-3B.i1-Q4_1.gguf | 3 + Antiplex-instruct-3B.i1-Q4_K_M.gguf | 3 + Antiplex-instruct-3B.i1-Q4_K_S.gguf | 3 + Antiplex-instruct-3B.i1-Q5_K_M.gguf | 3 + Antiplex-instruct-3B.i1-Q5_K_S.gguf | 3 + Antiplex-instruct-3B.i1-Q6_K.gguf | 3 + Antiplex-instruct-3B.imatrix.gguf | 3 + README.md | 100 +++++++++++++++++++++++++++ 27 files changed, 235 insertions(+) create mode 100644 .gitattributes create mode 100644 Antiplex-instruct-3B.i1-IQ1_M.gguf create mode 100644 Antiplex-instruct-3B.i1-IQ1_S.gguf create mode 100644 Antiplex-instruct-3B.i1-IQ2_M.gguf create mode 100644 Antiplex-instruct-3B.i1-IQ2_S.gguf create mode 100644 Antiplex-instruct-3B.i1-IQ2_XS.gguf create mode 100644 Antiplex-instruct-3B.i1-IQ2_XXS.gguf create mode 100644 Antiplex-instruct-3B.i1-IQ3_M.gguf create mode 100644 Antiplex-instruct-3B.i1-IQ3_S.gguf create mode 100644 Antiplex-instruct-3B.i1-IQ3_XS.gguf create mode 100644 Antiplex-instruct-3B.i1-IQ3_XXS.gguf create mode 100644 Antiplex-instruct-3B.i1-IQ4_NL.gguf create mode 100644 Antiplex-instruct-3B.i1-IQ4_XS.gguf create mode 100644 Antiplex-instruct-3B.i1-Q2_K.gguf create mode 100644 Antiplex-instruct-3B.i1-Q2_K_S.gguf create mode 100644 Antiplex-instruct-3B.i1-Q3_K_L.gguf create mode 100644 Antiplex-instruct-3B.i1-Q3_K_M.gguf create mode 100644 Antiplex-instruct-3B.i1-Q3_K_S.gguf create mode 100644 Antiplex-instruct-3B.i1-Q4_0.gguf create mode 100644 Antiplex-instruct-3B.i1-Q4_1.gguf create mode 100644 Antiplex-instruct-3B.i1-Q4_K_M.gguf create mode 100644 Antiplex-instruct-3B.i1-Q4_K_S.gguf create mode 100644 Antiplex-instruct-3B.i1-Q5_K_M.gguf create mode 100644 Antiplex-instruct-3B.i1-Q5_K_S.gguf create mode 100644 Antiplex-instruct-3B.i1-Q6_K.gguf create mode 100644 Antiplex-instruct-3B.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1b792b1 --- /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 +Antiplex-instruct-3B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Antiplex-instruct-3B.i1-IQ1_M.gguf b/Antiplex-instruct-3B.i1-IQ1_M.gguf new file mode 100644 index 0000000..9a3917b --- /dev/null +++ b/Antiplex-instruct-3B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a325eee9bde5b7ccf231ee7043e4bbb07c2566ab118630b2c45885b6e78f9c03 +size 950143712 diff --git a/Antiplex-instruct-3B.i1-IQ1_S.gguf b/Antiplex-instruct-3B.i1-IQ1_S.gguf new file mode 100644 index 0000000..4307739 --- /dev/null +++ b/Antiplex-instruct-3B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a655126cd746ed41204edb70e184717f9635872589b77d5fca0dfff3359107d9 +size 881724128 diff --git a/Antiplex-instruct-3B.i1-IQ2_M.gguf b/Antiplex-instruct-3B.i1-IQ2_M.gguf new file mode 100644 index 0000000..d972000 --- /dev/null +++ b/Antiplex-instruct-3B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a551a9f0f0de5718c4c3526c21c6e1bf57b7210b86cb808d22f85698d89288 +size 1349431520 diff --git a/Antiplex-instruct-3B.i1-IQ2_S.gguf b/Antiplex-instruct-3B.i1-IQ2_S.gguf new file mode 100644 index 0000000..c91c8dd --- /dev/null +++ b/Antiplex-instruct-3B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9a25174536d49696bf372be1dca0af8b6527d009d5555380db66d5ca62b49e +size 1258205408 diff --git a/Antiplex-instruct-3B.i1-IQ2_XS.gguf b/Antiplex-instruct-3B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..5d39276 --- /dev/null +++ b/Antiplex-instruct-3B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f22117b58d41ae7d33daf449fb26cf1997408dbab078677e52bebc0e2a095f5 +size 1164839648 diff --git a/Antiplex-instruct-3B.i1-IQ2_XXS.gguf b/Antiplex-instruct-3B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..cc93e30 --- /dev/null +++ b/Antiplex-instruct-3B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95c3bfbb94402ea338ab07b7c3dae246f7ebba36fd513520a64919e9cefbb19 +size 1064176352 diff --git a/Antiplex-instruct-3B.i1-IQ3_M.gguf b/Antiplex-instruct-3B.i1-IQ3_M.gguf new file mode 100644 index 0000000..5d56518 --- /dev/null +++ b/Antiplex-instruct-3B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843923f28c5b0531f2aefaaa417b6dbb81e91e5962d7b81897b0d6502e938456 +size 1775390432 diff --git a/Antiplex-instruct-3B.i1-IQ3_S.gguf b/Antiplex-instruct-3B.i1-IQ3_S.gguf new file mode 100644 index 0000000..9bb4361 --- /dev/null +++ b/Antiplex-instruct-3B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72a1b9666383ffaffcad171f9338af57220206b5cec569b52385af5c8e7dd88 +size 1681805024 diff --git a/Antiplex-instruct-3B.i1-IQ3_XS.gguf b/Antiplex-instruct-3B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..554ea57 --- /dev/null +++ b/Antiplex-instruct-3B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55beea71ebdb6d9098615f0aefb9322150a90957dad89e8db3f06ceea94b491 +size 1596870368 diff --git a/Antiplex-instruct-3B.i1-IQ3_XXS.gguf b/Antiplex-instruct-3B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..60c3a26 --- /dev/null +++ b/Antiplex-instruct-3B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d56307800d72bbed1ad4536ea16d70206621d6b976893216c4fb931689ba12e +size 1475260640 diff --git a/Antiplex-instruct-3B.i1-IQ4_NL.gguf b/Antiplex-instruct-3B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..7d1e213 --- /dev/null +++ b/Antiplex-instruct-3B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34346d6a1cf25fb184f77742264f08993be7f680ca5b8a02b9a557f8693c6e88 +size 2176183520 diff --git a/Antiplex-instruct-3B.i1-IQ4_XS.gguf b/Antiplex-instruct-3B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..70b4b26 --- /dev/null +++ b/Antiplex-instruct-3B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af8c93363c1afebeb1f0203525be08f0d2499d85521b28c79e31b29edd598c0 +size 2059859168 diff --git a/Antiplex-instruct-3B.i1-Q2_K.gguf b/Antiplex-instruct-3B.i1-Q2_K.gguf new file mode 100644 index 0000000..a329e39 --- /dev/null +++ b/Antiplex-instruct-3B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285c5e09a84e63ca4919194b1f16e33fb436b092b8fcdbe9c2e384de573129eb +size 1446881504 diff --git a/Antiplex-instruct-3B.i1-Q2_K_S.gguf b/Antiplex-instruct-3B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..ea505ea --- /dev/null +++ b/Antiplex-instruct-3B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a31434aa50a11a5aad136841efa6f969cb04cdca42a50e9aefe072efdf0879a +size 1327343840 diff --git a/Antiplex-instruct-3B.i1-Q3_K_L.gguf b/Antiplex-instruct-3B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..d945b2d --- /dev/null +++ b/Antiplex-instruct-3B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb110a5861c31347b5d0c965a16daba909ba2c267527217d75f5b9acea2a5bd +size 2045136608 diff --git a/Antiplex-instruct-3B.i1-Q3_K_M.gguf b/Antiplex-instruct-3B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..a1f0bb3 --- /dev/null +++ b/Antiplex-instruct-3B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9581824704c14fcf541f3ca6caa52eb3447c93a72952a12a7900e7ee8e50c4d2 +size 1877626592 diff --git a/Antiplex-instruct-3B.i1-Q3_K_S.gguf b/Antiplex-instruct-3B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..b7470a6 --- /dev/null +++ b/Antiplex-instruct-3B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4d4f5e4581812279bb7e170b887897850b9114e36e4e4124bfa732e7192ba1 +size 1681805024 diff --git a/Antiplex-instruct-3B.i1-Q4_0.gguf b/Antiplex-instruct-3B.i1-Q4_0.gguf new file mode 100644 index 0000000..7a55ae5 --- /dev/null +++ b/Antiplex-instruct-3B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30af01d890d1b53efd5538a5deac5725ba0a1276c28a2855f1ac10f066cec2bb +size 2182474976 diff --git a/Antiplex-instruct-3B.i1-Q4_1.gguf b/Antiplex-instruct-3B.i1-Q4_1.gguf new file mode 100644 index 0000000..16766a3 --- /dev/null +++ b/Antiplex-instruct-3B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4777466f2367a879ffee2e02da82ff69444eba9799d6fe8fa8da53db38077b +size 2408832224 diff --git a/Antiplex-instruct-3B.i1-Q4_K_M.gguf b/Antiplex-instruct-3B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..4fde0c1 --- /dev/null +++ b/Antiplex-instruct-3B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e1062840d0ee8693dda9095be005effe2ec96090cd1f0e0b710fb9f9a7b9dd +size 2318920928 diff --git a/Antiplex-instruct-3B.i1-Q4_K_S.gguf b/Antiplex-instruct-3B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..069ce81 --- /dev/null +++ b/Antiplex-instruct-3B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ec7a4262cac031b700171f33da98b337c450f55a7ce2f68fd8fb4bb8698ec5 +size 2193485024 diff --git a/Antiplex-instruct-3B.i1-Q5_K_M.gguf b/Antiplex-instruct-3B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..022cc27 --- /dev/null +++ b/Antiplex-instruct-3B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c3a7440d53a5d6f0543f315fe61f7ed4ff2e94a03ff28f32938e9873556684 +size 2715012320 diff --git a/Antiplex-instruct-3B.i1-Q5_K_S.gguf b/Antiplex-instruct-3B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..a6d1db1 --- /dev/null +++ b/Antiplex-instruct-3B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628e15f5ba815c654c76de1a94f1a6f4f76fd7e13435a4df99dc09f98f1fc237 +size 2641480928 diff --git a/Antiplex-instruct-3B.i1-Q6_K.gguf b/Antiplex-instruct-3B.i1-Q6_K.gguf new file mode 100644 index 0000000..46e09e5 --- /dev/null +++ b/Antiplex-instruct-3B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa859396ab7467bc523f389dea2bb66b8228228d54a7f5aa82fe1dc62ae7b38a +size 3135859424 diff --git a/Antiplex-instruct-3B.imatrix.gguf b/Antiplex-instruct-3B.imatrix.gguf new file mode 100644 index 0000000..2a373dc --- /dev/null +++ b/Antiplex-instruct-3B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de92c093ca0a9304b3293d952768223f338da9501a4b19f6130ee516e6dfc39 +size 3442336 diff --git a/README.md b/README.md new file mode 100644 index 0000000..051c7c2 --- /dev/null +++ b/README.md @@ -0,0 +1,100 @@ +--- +base_model: QuantaSparkLabs/Antiplex-instruct-3B +language: +- en +library_name: transformers +license: apache-2.0 +model_type: causal-lm +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- llm +- instruction-tuned +- text-generation +- conversational +- open-world +- web-search +- anti-tic +- warm-personality +- lora +- lightweight +- safetensors +- causal-lm +- phi3 +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/QuantaSparkLabs/Antiplex-instruct-3B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Antiplex-instruct-3B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Antiplex-instruct-3B-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/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-IQ1_S.gguf) | i1-IQ1_S | 1.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-IQ1_M.gguf) | i1-IQ1_M | 1.1 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-IQ2_S.gguf) | i1-IQ2_S | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.4 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-IQ2_M.gguf) | i1-IQ2_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-Q2_K.gguf) | i1-Q2_K | 1.5 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.7 | | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-IQ3_S.gguf) | i1-IQ3_S | 1.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-IQ3_M.gguf) | i1-IQ3_M | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 2.0 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 2.1 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.3 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-Q4_0.gguf) | i1-Q4_0 | 2.3 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.3 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-Q4_1.gguf) | i1-Q4_1 | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-i1-GGUF/resolve/main/Antiplex-instruct-3B.i1-Q6_K.gguf) | i1-Q6_K | 3.2 | 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. + +