From 0bb3a913900516f0b5a9f928df8925b8a34552c3 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 14 May 2026 18:51:46 +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-500M-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++++++ MiniPLM-Qwen-500M.i1-IQ1_M.gguf | 3 ++ MiniPLM-Qwen-500M.i1-IQ1_S.gguf | 3 ++ MiniPLM-Qwen-500M.i1-IQ2_M.gguf | 3 ++ MiniPLM-Qwen-500M.i1-IQ2_S.gguf | 3 ++ MiniPLM-Qwen-500M.i1-IQ2_XS.gguf | 3 ++ MiniPLM-Qwen-500M.i1-IQ2_XXS.gguf | 3 ++ MiniPLM-Qwen-500M.i1-IQ3_M.gguf | 3 ++ MiniPLM-Qwen-500M.i1-IQ3_S.gguf | 3 ++ MiniPLM-Qwen-500M.i1-IQ3_XS.gguf | 3 ++ MiniPLM-Qwen-500M.i1-IQ3_XXS.gguf | 3 ++ MiniPLM-Qwen-500M.i1-IQ4_NL.gguf | 3 ++ MiniPLM-Qwen-500M.i1-IQ4_XS.gguf | 3 ++ MiniPLM-Qwen-500M.i1-Q2_K.gguf | 3 ++ MiniPLM-Qwen-500M.i1-Q2_K_S.gguf | 3 ++ MiniPLM-Qwen-500M.i1-Q3_K_L.gguf | 3 ++ MiniPLM-Qwen-500M.i1-Q3_K_M.gguf | 3 ++ MiniPLM-Qwen-500M.i1-Q3_K_S.gguf | 3 ++ MiniPLM-Qwen-500M.i1-Q4_0.gguf | 3 ++ MiniPLM-Qwen-500M.i1-Q4_1.gguf | 3 ++ MiniPLM-Qwen-500M.i1-Q4_K_M.gguf | 3 ++ MiniPLM-Qwen-500M.i1-Q4_K_S.gguf | 3 ++ MiniPLM-Qwen-500M.i1-Q5_K_M.gguf | 3 ++ MiniPLM-Qwen-500M.i1-Q5_K_S.gguf | 3 ++ MiniPLM-Qwen-500M.i1-Q6_K.gguf | 3 ++ README.md | 79 +++++++++++++++++++++++++++++++ imatrix.dat | 3 ++ 27 files changed, 214 insertions(+) create mode 100644 .gitattributes create mode 100644 MiniPLM-Qwen-500M.i1-IQ1_M.gguf create mode 100644 MiniPLM-Qwen-500M.i1-IQ1_S.gguf create mode 100644 MiniPLM-Qwen-500M.i1-IQ2_M.gguf create mode 100644 MiniPLM-Qwen-500M.i1-IQ2_S.gguf create mode 100644 MiniPLM-Qwen-500M.i1-IQ2_XS.gguf create mode 100644 MiniPLM-Qwen-500M.i1-IQ2_XXS.gguf create mode 100644 MiniPLM-Qwen-500M.i1-IQ3_M.gguf create mode 100644 MiniPLM-Qwen-500M.i1-IQ3_S.gguf create mode 100644 MiniPLM-Qwen-500M.i1-IQ3_XS.gguf create mode 100644 MiniPLM-Qwen-500M.i1-IQ3_XXS.gguf create mode 100644 MiniPLM-Qwen-500M.i1-IQ4_NL.gguf create mode 100644 MiniPLM-Qwen-500M.i1-IQ4_XS.gguf create mode 100644 MiniPLM-Qwen-500M.i1-Q2_K.gguf create mode 100644 MiniPLM-Qwen-500M.i1-Q2_K_S.gguf create mode 100644 MiniPLM-Qwen-500M.i1-Q3_K_L.gguf create mode 100644 MiniPLM-Qwen-500M.i1-Q3_K_M.gguf create mode 100644 MiniPLM-Qwen-500M.i1-Q3_K_S.gguf create mode 100644 MiniPLM-Qwen-500M.i1-Q4_0.gguf create mode 100644 MiniPLM-Qwen-500M.i1-Q4_1.gguf create mode 100644 MiniPLM-Qwen-500M.i1-Q4_K_M.gguf create mode 100644 MiniPLM-Qwen-500M.i1-Q4_K_S.gguf create mode 100644 MiniPLM-Qwen-500M.i1-Q5_K_M.gguf create mode 100644 MiniPLM-Qwen-500M.i1-Q5_K_S.gguf create mode 100644 MiniPLM-Qwen-500M.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..d9496e9 --- /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 +imatrix.dat filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MiniPLM-Qwen-500M.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/MiniPLM-Qwen-500M.i1-IQ1_M.gguf b/MiniPLM-Qwen-500M.i1-IQ1_M.gguf new file mode 100644 index 0000000..7640506 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17335e7acfc2dc9189e57f5d868a6a589ae2de85b8158c7243d0b2773bf175cf +size 185523552 diff --git a/MiniPLM-Qwen-500M.i1-IQ1_S.gguf b/MiniPLM-Qwen-500M.i1-IQ1_S.gguf new file mode 100644 index 0000000..f01e112 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108bd36807eda6af35f03a9d9537067a438af670c956553338de712cf7d944d2 +size 179680608 diff --git a/MiniPLM-Qwen-500M.i1-IQ2_M.gguf b/MiniPLM-Qwen-500M.i1-IQ2_M.gguf new file mode 100644 index 0000000..aa5cfe7 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e756d8766e632fb917f453a993dcfab34ce55838094baf9699bfbf6b448d7b +size 218602848 diff --git a/MiniPLM-Qwen-500M.i1-IQ2_S.gguf b/MiniPLM-Qwen-500M.i1-IQ2_S.gguf new file mode 100644 index 0000000..b443a07 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d122e1173d0f3a9d9c1b0a85ed8c85241940f955814ecb20b963feda99a0a6eb +size 210812256 diff --git a/MiniPLM-Qwen-500M.i1-IQ2_XS.gguf b/MiniPLM-Qwen-500M.i1-IQ2_XS.gguf new file mode 100644 index 0000000..f111be1 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbdf84262b8bb589edf416638b18ace5e91528e2b840b778af07c9dd503d60be +size 203838816 diff --git a/MiniPLM-Qwen-500M.i1-IQ2_XXS.gguf b/MiniPLM-Qwen-500M.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..86d7ab2 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec66f7f6ebdfd43eb5bdda66276b364f5efee4d05695fe6d9f7e64486b8aafa +size 195261792 diff --git a/MiniPLM-Qwen-500M.i1-IQ3_M.gguf b/MiniPLM-Qwen-500M.i1-IQ3_M.gguf new file mode 100644 index 0000000..5530ef9 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e2370e666808e55c778245eabc34a64d381ecde635a5e43119b550de92e3c7 +size 274366816 diff --git a/MiniPLM-Qwen-500M.i1-IQ3_S.gguf b/MiniPLM-Qwen-500M.i1-IQ3_S.gguf new file mode 100644 index 0000000..4bd6731 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2cb9fee553c07ffbf0aeb0fe87818ef97b4dc92370f10ea6599784386638f61 +size 266533216 diff --git a/MiniPLM-Qwen-500M.i1-IQ3_XS.gguf b/MiniPLM-Qwen-500M.i1-IQ3_XS.gguf new file mode 100644 index 0000000..87d52bf --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c92c6cef793543921aaeed83315d17be59737a37cfced6ef8d5eeb325d39afa +size 259307872 diff --git a/MiniPLM-Qwen-500M.i1-IQ3_XXS.gguf b/MiniPLM-Qwen-500M.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..340e240 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95fa8b14820b0a8eb952c165d136977593d6babb5096fc20bdc32c2cb2ca771 +size 229453152 diff --git a/MiniPLM-Qwen-500M.i1-IQ4_NL.gguf b/MiniPLM-Qwen-500M.i1-IQ4_NL.gguf new file mode 100644 index 0000000..c5a982a --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c1539e82715004c8428d3df245b1d351423cabe85f518173a5cad4e6a53712 +size 307476832 diff --git a/MiniPLM-Qwen-500M.i1-IQ4_XS.gguf b/MiniPLM-Qwen-500M.i1-IQ4_XS.gguf new file mode 100644 index 0000000..69f49b1 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929a67d98947e105f5c7bfff279c36ddd7a330af285169688feae06e7712d212 +size 297843040 diff --git a/MiniPLM-Qwen-500M.i1-Q2_K.gguf b/MiniPLM-Qwen-500M.i1-Q2_K.gguf new file mode 100644 index 0000000..759927b --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310639371afd581b92569a59d1edfe3968a407e168d6757c4bad49117e9b36ce +size 247363936 diff --git a/MiniPLM-Qwen-500M.i1-Q2_K_S.gguf b/MiniPLM-Qwen-500M.i1-Q2_K_S.gguf new file mode 100644 index 0000000..e5b7c5d --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd0e1cd9128eefc04771f7fe65f0a1f7634b1a8ae82d0e6aae0a58e48a958d4 +size 237250912 diff --git a/MiniPLM-Qwen-500M.i1-Q3_K_L.gguf b/MiniPLM-Qwen-500M.i1-Q3_K_L.gguf new file mode 100644 index 0000000..f12c2c1 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b68e3f5c65c53679bbdb66711cfd2de8030312dbd1bace5a08dd1ae72f3fdb +size 297351520 diff --git a/MiniPLM-Qwen-500M.i1-Q3_K_M.gguf b/MiniPLM-Qwen-500M.i1-Q3_K_M.gguf new file mode 100644 index 0000000..0e67fc6 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b320bff8685cb120d59e03ca530ab10b3f499192e43d195c4c109cbe3175658 +size 283031904 diff --git a/MiniPLM-Qwen-500M.i1-Q3_K_S.gguf b/MiniPLM-Qwen-500M.i1-Q3_K_S.gguf new file mode 100644 index 0000000..c6988d2 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195779dfa5124c58c1c40eb2f8e8b9fa2697eed49bc6bd494a45da3896c3e012 +size 266533216 diff --git a/MiniPLM-Qwen-500M.i1-Q4_0.gguf b/MiniPLM-Qwen-500M.i1-Q4_0.gguf new file mode 100644 index 0000000..e565ff3 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4cd9740c900222c952c3dd5dc21996cd69e3433433b0ed1284f3b2f8fd093a +size 308017504 diff --git a/MiniPLM-Qwen-500M.i1-Q4_1.gguf b/MiniPLM-Qwen-500M.i1-Q4_1.gguf new file mode 100644 index 0000000..8658523 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9e7b61e6cade55ae75808455eadc31fd06838afb3ed4b7a1aa272eae646dee +size 326744416 diff --git a/MiniPLM-Qwen-500M.i1-Q4_K_M.gguf b/MiniPLM-Qwen-500M.i1-Q4_K_M.gguf new file mode 100644 index 0000000..d9978ee --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f153dc740d7eca76c80c3d196a14ae28f5c8e64a610dfe2b95c9be4c6a4278c7 +size 319641952 diff --git a/MiniPLM-Qwen-500M.i1-Q4_K_S.gguf b/MiniPLM-Qwen-500M.i1-Q4_K_S.gguf new file mode 100644 index 0000000..db2e20c --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72daefbb2b27f18718cff71e55202be1032849bd639115af96531214c719903b +size 309082464 diff --git a/MiniPLM-Qwen-500M.i1-Q5_K_M.gguf b/MiniPLM-Qwen-500M.i1-Q5_K_M.gguf new file mode 100644 index 0000000..04b69fb --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0a6c24bdd455c608adf421b46bb958d6d37258394a8ed5b921d4a831c9ecf0 +size 352278880 diff --git a/MiniPLM-Qwen-500M.i1-Q5_K_S.gguf b/MiniPLM-Qwen-500M.i1-Q5_K_S.gguf new file mode 100644 index 0000000..1831121 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0857776f81c05720411bc4e059afe3873339da49d80f65469b5129e470541c2d +size 346012000 diff --git a/MiniPLM-Qwen-500M.i1-Q6_K.gguf b/MiniPLM-Qwen-500M.i1-Q6_K.gguf new file mode 100644 index 0000000..ea95534 --- /dev/null +++ b/MiniPLM-Qwen-500M.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b925daa1690ccaa6cb9676b4404e2dc40f2b6d0c2d97a65ac70846f570d3419 +size 386955616 diff --git a/README.md b/README.md new file mode 100644 index 0000000..908f984 --- /dev/null +++ b/README.md @@ -0,0 +1,79 @@ +--- +base_model: MiniLLM/MiniPLM-Qwen-500M +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-500M + + +static quants are available at https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-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-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-IQ1_S.gguf) | i1-IQ1_S | 0.3 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-IQ1_M.gguf) | i1-IQ1_M | 0.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-IQ2_S.gguf) | i1-IQ2_S | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-IQ2_M.gguf) | i1-IQ2_M | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.3 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.3 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-Q2_K.gguf) | i1-Q2_K | 0.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-IQ3_S.gguf) | i1-IQ3_S | 0.4 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.4 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-IQ3_M.gguf) | i1-IQ3_M | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-IQ4_XS.gguf) | i1-IQ4_XS | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-IQ4_NL.gguf) | i1-IQ4_NL | 0.4 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-Q4_0.gguf) | i1-Q4_0 | 0.4 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-Q4_K_S.gguf) | i1-Q4_K_S | 0.4 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-Q4_K_M.gguf) | i1-Q4_K_M | 0.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-Q4_1.gguf) | i1-Q4_1 | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-Q5_K_S.gguf) | i1-Q5_K_S | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-Q5_K_M.gguf) | i1-Q5_K_M | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/MiniPLM-Qwen-500M-i1-GGUF/resolve/main/MiniPLM-Qwen-500M.i1-Q6_K.gguf) | i1-Q6_K | 0.5 | 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..dcf8bb8 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc1a0121953a4c0ed625bf15d180feea7111411e2e78f4296b3ed61469e2f05 +size 865717