From 6fac51a30da23f826f7e90d28f11f4faee75997a Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 14 Apr 2026 12:59:05 +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/MiniPLM-Qwen-200M-i1-GGUF Source: Original Platform --- .gitattributes | 59 +++++++++++++++++++++++ MiniPLM-Qwen-200M.i1-IQ1_M.gguf | 3 ++ MiniPLM-Qwen-200M.i1-IQ1_S.gguf | 3 ++ MiniPLM-Qwen-200M.i1-IQ2_M.gguf | 3 ++ MiniPLM-Qwen-200M.i1-IQ2_S.gguf | 3 ++ MiniPLM-Qwen-200M.i1-IQ2_XS.gguf | 3 ++ MiniPLM-Qwen-200M.i1-IQ2_XXS.gguf | 3 ++ MiniPLM-Qwen-200M.i1-IQ3_M.gguf | 3 ++ MiniPLM-Qwen-200M.i1-IQ3_S.gguf | 3 ++ MiniPLM-Qwen-200M.i1-IQ3_XS.gguf | 3 ++ MiniPLM-Qwen-200M.i1-IQ3_XXS.gguf | 3 ++ MiniPLM-Qwen-200M.i1-IQ4_NL.gguf | 3 ++ MiniPLM-Qwen-200M.i1-IQ4_XS.gguf | 3 ++ MiniPLM-Qwen-200M.i1-Q2_K.gguf | 3 ++ MiniPLM-Qwen-200M.i1-Q2_K_S.gguf | 3 ++ MiniPLM-Qwen-200M.i1-Q3_K_L.gguf | 3 ++ MiniPLM-Qwen-200M.i1-Q3_K_M.gguf | 3 ++ MiniPLM-Qwen-200M.i1-Q3_K_S.gguf | 3 ++ MiniPLM-Qwen-200M.i1-Q4_0.gguf | 3 ++ MiniPLM-Qwen-200M.i1-Q4_1.gguf | 3 ++ MiniPLM-Qwen-200M.i1-Q4_K_M.gguf | 3 ++ MiniPLM-Qwen-200M.i1-Q4_K_S.gguf | 3 ++ MiniPLM-Qwen-200M.i1-Q5_K_M.gguf | 3 ++ MiniPLM-Qwen-200M.i1-Q5_K_S.gguf | 3 ++ MiniPLM-Qwen-200M.i1-Q6_K.gguf | 3 ++ README.md | 79 +++++++++++++++++++++++++++++++ 26 files changed, 210 insertions(+) create mode 100644 .gitattributes create mode 100644 MiniPLM-Qwen-200M.i1-IQ1_M.gguf create mode 100644 MiniPLM-Qwen-200M.i1-IQ1_S.gguf create mode 100644 MiniPLM-Qwen-200M.i1-IQ2_M.gguf create mode 100644 MiniPLM-Qwen-200M.i1-IQ2_S.gguf create mode 100644 MiniPLM-Qwen-200M.i1-IQ2_XS.gguf create mode 100644 MiniPLM-Qwen-200M.i1-IQ2_XXS.gguf create mode 100644 MiniPLM-Qwen-200M.i1-IQ3_M.gguf create mode 100644 MiniPLM-Qwen-200M.i1-IQ3_S.gguf create mode 100644 MiniPLM-Qwen-200M.i1-IQ3_XS.gguf create mode 100644 MiniPLM-Qwen-200M.i1-IQ3_XXS.gguf create mode 100644 MiniPLM-Qwen-200M.i1-IQ4_NL.gguf create mode 100644 MiniPLM-Qwen-200M.i1-IQ4_XS.gguf create mode 100644 MiniPLM-Qwen-200M.i1-Q2_K.gguf create mode 100644 MiniPLM-Qwen-200M.i1-Q2_K_S.gguf create mode 100644 MiniPLM-Qwen-200M.i1-Q3_K_L.gguf create mode 100644 MiniPLM-Qwen-200M.i1-Q3_K_M.gguf create mode 100644 MiniPLM-Qwen-200M.i1-Q3_K_S.gguf create mode 100644 MiniPLM-Qwen-200M.i1-Q4_0.gguf create mode 100644 MiniPLM-Qwen-200M.i1-Q4_1.gguf create mode 100644 MiniPLM-Qwen-200M.i1-Q4_K_M.gguf create mode 100644 MiniPLM-Qwen-200M.i1-Q4_K_S.gguf create mode 100644 MiniPLM-Qwen-200M.i1-Q5_K_M.gguf create mode 100644 MiniPLM-Qwen-200M.i1-Q5_K_S.gguf create mode 100644 MiniPLM-Qwen-200M.i1-Q6_K.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..164020c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,59 @@ +*.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 +MiniPLM-Qwen-200M.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-200M.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/MiniPLM-Qwen-200M.i1-IQ1_M.gguf b/MiniPLM-Qwen-200M.i1-IQ1_M.gguf new file mode 100644 index 0000000..9a1a9f3 --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04efe0aa8d31dc893ae66940a10fadc111c71fb62974246898ef0a4753451f95 +size 113056032 diff --git a/MiniPLM-Qwen-200M.i1-IQ1_S.gguf b/MiniPLM-Qwen-200M.i1-IQ1_S.gguf new file mode 100644 index 0000000..c9faf21 --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cb961aa8a70f7c84cfa48652b1a7689caead1c11bdf2f98569986da1371022 +size 111811872 diff --git a/MiniPLM-Qwen-200M.i1-IQ2_M.gguf b/MiniPLM-Qwen-200M.i1-IQ2_M.gguf new file mode 100644 index 0000000..11ceb79 --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee24d1fd298eb5e446ca01ebb4a96878983c52e36d950caf805d20cf50d7a1a2 +size 120382752 diff --git a/MiniPLM-Qwen-200M.i1-IQ2_S.gguf b/MiniPLM-Qwen-200M.i1-IQ2_S.gguf new file mode 100644 index 0000000..2cdfc6a --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912d81f21bd686bd02d35f15c883f4625281f84a94516b09fffb47c65f952a9a +size 118723872 diff --git a/MiniPLM-Qwen-200M.i1-IQ2_XS.gguf b/MiniPLM-Qwen-200M.i1-IQ2_XS.gguf new file mode 100644 index 0000000..0a4eb0b --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6826fb6afef1ce7235bf50541c6991ae802c790866bc12baa83ea311dc6e70f3 +size 117009696 diff --git a/MiniPLM-Qwen-200M.i1-IQ2_XXS.gguf b/MiniPLM-Qwen-200M.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..970a5bc --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e75918a0d0a778cbf12e92a494df77e176eb64441030a54ff415334c3b0c3b +size 115129632 diff --git a/MiniPLM-Qwen-200M.i1-IQ3_M.gguf b/MiniPLM-Qwen-200M.i1-IQ3_M.gguf new file mode 100644 index 0000000..c790a6d --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2f8dea21c3ebfef1ef7a8d82671db31ac111de190d514c39cc054b4e6d0635 +size 143769120 diff --git a/MiniPLM-Qwen-200M.i1-IQ3_S.gguf b/MiniPLM-Qwen-200M.i1-IQ3_S.gguf new file mode 100644 index 0000000..24d1b8a --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed788abd7e0c9851d5aeb1266451270fc11296d4560b93fd27a64049364b0503 +size 141686304 diff --git a/MiniPLM-Qwen-200M.i1-IQ3_XS.gguf b/MiniPLM-Qwen-200M.i1-IQ3_XS.gguf new file mode 100644 index 0000000..2f53c41 --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef66b7ffee9196489bbf27853a68c81039033bfbc69f57e9a03d2905c7f2c3a +size 139654176 diff --git a/MiniPLM-Qwen-200M.i1-IQ3_XXS.gguf b/MiniPLM-Qwen-200M.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..038f518 --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424b918106b4061ae425fb41691d9d96a844af24953e2ac0d8f8793bcaaa14c1 +size 122484000 diff --git a/MiniPLM-Qwen-200M.i1-IQ4_NL.gguf b/MiniPLM-Qwen-200M.i1-IQ4_NL.gguf new file mode 100644 index 0000000..87a033d --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2acfe01f6721628cb052301d9ad64ff0861b2f6c194c2af9021396150ddc4991 +size 150616608 diff --git a/MiniPLM-Qwen-200M.i1-IQ4_XS.gguf b/MiniPLM-Qwen-200M.i1-IQ4_XS.gguf new file mode 100644 index 0000000..8a10c7a --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce2475384cdefb4f2311bad6c35c9ef54bde698dc857e0d27ab92fff5eaf225 +size 148515360 diff --git a/MiniPLM-Qwen-200M.i1-Q2_K.gguf b/MiniPLM-Qwen-200M.i1-Q2_K.gguf new file mode 100644 index 0000000..e2ff8e0 --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594b95197dda615e334f7c7b3d6c5153f218c8416b348dfbe1094d93b0320b96 +size 136294944 diff --git a/MiniPLM-Qwen-200M.i1-Q2_K_S.gguf b/MiniPLM-Qwen-200M.i1-Q2_K_S.gguf new file mode 100644 index 0000000..a1d7d4e --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2d78baa8b47ca098cfb42e9b7e6c4f3d0531a7e419e45361ee59550af6a133 +size 135060000 diff --git a/MiniPLM-Qwen-200M.i1-Q3_K_L.gguf b/MiniPLM-Qwen-200M.i1-Q3_K_L.gguf new file mode 100644 index 0000000..fca7cef --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526ba5b1a05cd712841f7b48b99e491a03b2f6907bd933df21ed1df7dc7e3b32 +size 148985376 diff --git a/MiniPLM-Qwen-200M.i1-Q3_K_M.gguf b/MiniPLM-Qwen-200M.i1-Q3_K_M.gguf new file mode 100644 index 0000000..47ef7a0 --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8dc0296689603467086e20c1da93227422af0d9d3f32da75f93b82d74542599 +size 146146848 diff --git a/MiniPLM-Qwen-200M.i1-Q3_K_S.gguf b/MiniPLM-Qwen-200M.i1-Q3_K_S.gguf new file mode 100644 index 0000000..5fe04cb --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ce0b6d271128533c3cfcee840fdc81e038495fdf5bc377cf3b77d7b4d5dbef +size 141686304 diff --git a/MiniPLM-Qwen-200M.i1-Q4_0.gguf b/MiniPLM-Qwen-200M.i1-Q4_0.gguf new file mode 100644 index 0000000..c8c0e39 --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db21b49c1ea9f8585e2189ebe4f865ab25ba64386e9de775c8f9878433ab338 +size 150717984 diff --git a/MiniPLM-Qwen-200M.i1-Q4_1.gguf b/MiniPLM-Qwen-200M.i1-Q4_1.gguf new file mode 100644 index 0000000..1974397 --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf54e4df8affd7b707d037180eed84fb8138fd4808f0e9b73fdcca1169d1871 +size 156035616 diff --git a/MiniPLM-Qwen-200M.i1-Q4_K_M.gguf b/MiniPLM-Qwen-200M.i1-Q4_K_M.gguf new file mode 100644 index 0000000..84a1c8b --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80b19ed253a6766e1a2e9901da4abca844ac9ab498453a65438ca473c0a9157 +size 157611552 diff --git a/MiniPLM-Qwen-200M.i1-Q4_K_S.gguf b/MiniPLM-Qwen-200M.i1-Q4_K_S.gguf new file mode 100644 index 0000000..f5b3f35 --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de456f4e206befbe34692e656b701b2d74978508be86d530aa39a156984ec061 +size 153445920 diff --git a/MiniPLM-Qwen-200M.i1-Q5_K_M.gguf b/MiniPLM-Qwen-200M.i1-Q5_K_M.gguf new file mode 100644 index 0000000..8a8c0df --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49625fa7019167b0b57a4ecd393402e766cfed1ea574b946761b1d92292847bf +size 166182432 diff --git a/MiniPLM-Qwen-200M.i1-Q5_K_S.gguf b/MiniPLM-Qwen-200M.i1-Q5_K_S.gguf new file mode 100644 index 0000000..61fb5ed --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4151674e981b9011fe8cb7175ee1a02b44503ddb00ff86fb67a60482608efd72 +size 162671136 diff --git a/MiniPLM-Qwen-200M.i1-Q6_K.gguf b/MiniPLM-Qwen-200M.i1-Q6_K.gguf new file mode 100644 index 0000000..c3b74f5 --- /dev/null +++ b/MiniPLM-Qwen-200M.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7ffad352088199958635952e9ed76e3fe002fe0c33a3290a01d69e8ec21f60 +size 177684000 diff --git a/README.md b/README.md new file mode 100644 index 0000000..9454cdb --- /dev/null +++ b/README.md @@ -0,0 +1,79 @@ +--- +base_model: MiniLLM/MiniPLM-Qwen-200M +datasets: +- monology/pile-uncopyrighted +- MiniLLM/pile-diff_samp-qwen_1.8B-qwen_104M-r0.5 +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/MiniLLM/MiniPLM-Qwen-200M + + +static quants are available at https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-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/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-IQ1_S.gguf) | i1-IQ1_S | 0.2 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-IQ1_M.gguf) | i1-IQ1_M | 0.2 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-IQ2_S.gguf) | i1-IQ2_S | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-IQ2_M.gguf) | i1-IQ2_M | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.2 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-Q2_K.gguf) | i1-Q2_K | 0.2 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-IQ3_S.gguf) | i1-IQ3_S | 0.2 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.2 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-IQ3_M.gguf) | i1-IQ3_M | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-IQ4_XS.gguf) | i1-IQ4_XS | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.2 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-IQ4_NL.gguf) | i1-IQ4_NL | 0.3 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-Q4_0.gguf) | i1-Q4_0 | 0.3 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-Q4_K_S.gguf) | i1-Q4_K_S | 0.3 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-Q4_1.gguf) | i1-Q4_1 | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-Q4_K_M.gguf) | i1-Q4_K_M | 0.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-Q5_K_S.gguf) | i1-Q5_K_S | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-Q5_K_M.gguf) | i1-Q5_K_M | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-200M-i1-GGUF/resolve/main/MiniPLM-Qwen-200M.i1-Q6_K.gguf) | i1-Q6_K | 0.3 | 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. + +