From 5edf477490413685e7590c02b873d5b6b025c90e Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 4 Jun 2026 04:21:19 +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/PLLuM-12B-nc-chat-2412-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++ PLLuM-12B-nc-chat-2412.i1-IQ1_M.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-IQ1_S.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-IQ2_M.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-IQ2_S.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-IQ2_XS.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-IQ2_XXS.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-IQ3_M.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-IQ3_S.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-IQ3_XS.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-IQ3_XXS.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-IQ4_NL.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-IQ4_XS.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-Q2_K.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-Q2_K_S.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-Q3_K_L.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-Q3_K_M.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-Q3_K_S.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-Q4_0.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-Q4_1.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-Q4_K_M.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-Q4_K_S.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-Q5_K_M.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-Q5_K_S.gguf | 3 + PLLuM-12B-nc-chat-2412.i1-Q6_K.gguf | 3 + PLLuM-12B-nc-chat-2412.imatrix.gguf | 3 + README.md | 85 ++++++++++++++++++++++++++ 27 files changed, 220 insertions(+) create mode 100644 .gitattributes create mode 100644 PLLuM-12B-nc-chat-2412.i1-IQ1_M.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-IQ1_S.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-IQ2_M.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-IQ2_S.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-IQ2_XS.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-IQ2_XXS.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-IQ3_M.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-IQ3_S.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-IQ3_XS.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-IQ3_XXS.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-IQ4_NL.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-IQ4_XS.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-Q2_K.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-Q2_K_S.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-Q3_K_L.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-Q3_K_M.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-Q3_K_S.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-Q4_0.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-Q4_1.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-Q4_K_M.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-Q4_K_S.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-Q5_K_M.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-Q5_K_S.gguf create mode 100644 PLLuM-12B-nc-chat-2412.i1-Q6_K.gguf create mode 100644 PLLuM-12B-nc-chat-2412.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d6ccbbf --- /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 +PLLuM-12B-nc-chat-2412.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-12B-nc-chat-2412.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/PLLuM-12B-nc-chat-2412.i1-IQ1_M.gguf b/PLLuM-12B-nc-chat-2412.i1-IQ1_M.gguf new file mode 100644 index 0000000..21e623e --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bdb399adb8b199d12c01f5fae0b956b41f40c771df8d345622b33469c881ccc +size 3221625280 diff --git a/PLLuM-12B-nc-chat-2412.i1-IQ1_S.gguf b/PLLuM-12B-nc-chat-2412.i1-IQ1_S.gguf new file mode 100644 index 0000000..b21e5f7 --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78706410f82c415481d23c8fb12224ec877fee4e1a15c0bd45a8dfeaf7d0614a +size 2999212480 diff --git a/PLLuM-12B-nc-chat-2412.i1-IQ2_M.gguf b/PLLuM-12B-nc-chat-2412.i1-IQ2_M.gguf new file mode 100644 index 0000000..abdb83e --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d51b8da77d626ee3ce123630efbf341cdc6d20729dc4e47f8d25bf4b5a406d +size 4435024320 diff --git a/PLLuM-12B-nc-chat-2412.i1-IQ2_S.gguf b/PLLuM-12B-nc-chat-2412.i1-IQ2_S.gguf new file mode 100644 index 0000000..a88a197 --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6343f00cd05af741b3f9a44544b819ae701060aba1e6205fc6b5ca819b2a781 +size 4138473920 diff --git a/PLLuM-12B-nc-chat-2412.i1-IQ2_XS.gguf b/PLLuM-12B-nc-chat-2412.i1-IQ2_XS.gguf new file mode 100644 index 0000000..cc55ba4 --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f356097522e592f7612f0dcfbe48bcc07bd357a19698cd27173f9d6fff6f4403 +size 3915078080 diff --git a/PLLuM-12B-nc-chat-2412.i1-IQ2_XXS.gguf b/PLLuM-12B-nc-chat-2412.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..defefff --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4516404c5103ea6413a694a2ef288ef044efcb51900392a4bcd24d7de633e89 +size 3592313280 diff --git a/PLLuM-12B-nc-chat-2412.i1-IQ3_M.gguf b/PLLuM-12B-nc-chat-2412.i1-IQ3_M.gguf new file mode 100644 index 0000000..89bce30 --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a38614dafe4a4de8342368dc7726894e9a38a84d040635bf9d619a17ad762bb +size 5722233280 diff --git a/PLLuM-12B-nc-chat-2412.i1-IQ3_S.gguf b/PLLuM-12B-nc-chat-2412.i1-IQ3_S.gguf new file mode 100644 index 0000000..7ecd8ec --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a7d589758b5fdbb06bc70caa5c7ab15ae300eee89afe61c7bbd6fa3586d234 +size 5562079680 diff --git a/PLLuM-12B-nc-chat-2412.i1-IQ3_XS.gguf b/PLLuM-12B-nc-chat-2412.i1-IQ3_XS.gguf new file mode 100644 index 0000000..21a8198 --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2775ff34eb461f9379aef3d0af297e82c6ae00a98a76a8701debc816f7ad342d +size 5306489280 diff --git a/PLLuM-12B-nc-chat-2412.i1-IQ3_XXS.gguf b/PLLuM-12B-nc-chat-2412.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..ffa877b --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea771f9187a8da7588d0131583afbad4bd4860e5652d8bebb9d3ca41a38487c +size 4945385920 diff --git a/PLLuM-12B-nc-chat-2412.i1-IQ4_NL.gguf b/PLLuM-12B-nc-chat-2412.i1-IQ4_NL.gguf new file mode 100644 index 0000000..40f63d6 --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac567188efb4000b15b451dcb5dbdb1d7bb81afe2a310d13f2f2a7039e84142 +size 7097915840 diff --git a/PLLuM-12B-nc-chat-2412.i1-IQ4_XS.gguf b/PLLuM-12B-nc-chat-2412.i1-IQ4_XS.gguf new file mode 100644 index 0000000..3766656 --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a2969631a302e23379934b57bf54ae63264d2b4e02d785c6e9f5c011568e33 +size 6742710720 diff --git a/PLLuM-12B-nc-chat-2412.i1-Q2_K.gguf b/PLLuM-12B-nc-chat-2412.i1-Q2_K.gguf new file mode 100644 index 0000000..d542656 --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06742113d50df78e67943a6c2ce21731bb72ee07b20074ae1090eea3184f1a0c +size 4791048640 diff --git a/PLLuM-12B-nc-chat-2412.i1-Q2_K_S.gguf b/PLLuM-12B-nc-chat-2412.i1-Q2_K_S.gguf new file mode 100644 index 0000000..c955d72 --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138d5123bd8420c141adcd257e31447cc489455417d7ad8b8a67941e40ed3016 +size 4493679040 diff --git a/PLLuM-12B-nc-chat-2412.i1-Q3_K_L.gguf b/PLLuM-12B-nc-chat-2412.i1-Q3_K_L.gguf new file mode 100644 index 0000000..d6c8ed4 --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25855c93d9a2712fc8fc59c19e7f4b33d2858b64e20b3a5383c063216f003f15 +size 6561503680 diff --git a/PLLuM-12B-nc-chat-2412.i1-Q3_K_M.gguf b/PLLuM-12B-nc-chat-2412.i1-Q3_K_M.gguf new file mode 100644 index 0000000..3687d35 --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6340c899746d0bd41db557d007a348c5231b92f9934b64bab266274d0116b049 +size 6083090880 diff --git a/PLLuM-12B-nc-chat-2412.i1-Q3_K_S.gguf b/PLLuM-12B-nc-chat-2412.i1-Q3_K_S.gguf new file mode 100644 index 0000000..1a4bd44 --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80eeaeb826eaeef716e314df003d4026677b990d7a533e1a7390218bea664fe5 +size 5534226880 diff --git a/PLLuM-12B-nc-chat-2412.i1-Q4_0.gguf b/PLLuM-12B-nc-chat-2412.i1-Q4_0.gguf new file mode 100644 index 0000000..5588295 --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe3b453a96c7ae1c72f5b0d866b6381cbd25af6aaa27fd54de8f3ad1a88acee +size 7094639040 diff --git a/PLLuM-12B-nc-chat-2412.i1-Q4_1.gguf b/PLLuM-12B-nc-chat-2412.i1-Q4_1.gguf new file mode 100644 index 0000000..18c1820 --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0c80c7e2380c19ea829657f1f28c503cc67f507b4cbaf9d42de3d7fc604a08 +size 7795218880 diff --git a/PLLuM-12B-nc-chat-2412.i1-Q4_K_M.gguf b/PLLuM-12B-nc-chat-2412.i1-Q4_K_M.gguf new file mode 100644 index 0000000..02f7cec --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd2393517ad8481acab4c96a6f492cada3c2746ba1c3773a88a8e6891811a5d +size 7477205440 diff --git a/PLLuM-12B-nc-chat-2412.i1-Q4_K_S.gguf b/PLLuM-12B-nc-chat-2412.i1-Q4_K_S.gguf new file mode 100644 index 0000000..f7af01d --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ac8be31af89ba5b34a10a763c40c9ee8dd33b6d243256cf74e43223d258a9e +size 7120198080 diff --git a/PLLuM-12B-nc-chat-2412.i1-Q5_K_M.gguf b/PLLuM-12B-nc-chat-2412.i1-Q5_K_M.gguf new file mode 100644 index 0000000..3da4804 --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f22f2602eaa49768076e14002b4a4ea57f2d0ca3bf27f41451e6c1b844ec0d +size 8727632320 diff --git a/PLLuM-12B-nc-chat-2412.i1-Q5_K_S.gguf b/PLLuM-12B-nc-chat-2412.i1-Q5_K_S.gguf new file mode 100644 index 0000000..c5685bc --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857390767879deb78a79bd42ddf6caa11cf537186f7e78a6505efbcebfbcfca7 +size 8518736320 diff --git a/PLLuM-12B-nc-chat-2412.i1-Q6_K.gguf b/PLLuM-12B-nc-chat-2412.i1-Q6_K.gguf new file mode 100644 index 0000000..518d9af --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81789bb692bce03283f3b41e82966b1ca4a56207fdbe40702e1f19e93c45e5b6 +size 10056210880 diff --git a/PLLuM-12B-nc-chat-2412.imatrix.gguf b/PLLuM-12B-nc-chat-2412.imatrix.gguf new file mode 100644 index 0000000..ca0d621 --- /dev/null +++ b/PLLuM-12B-nc-chat-2412.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01a6bb888a7c851e16f85ab175ba72dbcad82829c8197d735f9eb74f80309e6 +size 7088192 diff --git a/README.md b/README.md new file mode 100644 index 0000000..967ce27 --- /dev/null +++ b/README.md @@ -0,0 +1,85 @@ +--- +base_model: CYFRAGOVPL/PLLuM-12B-nc-chat-2412 +language: +- pl +library_name: transformers +license: cc-by-nc-4.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/CYFRAGOVPL/PLLuM-12B-nc-chat-2412 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#PLLuM-12B-nc-chat-2412-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-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/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-IQ1_S.gguf) | i1-IQ1_S | 3.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-IQ1_M.gguf) | i1-IQ1_M | 3.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-IQ2_S.gguf) | i1-IQ2_S | 4.2 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-IQ2_M.gguf) | i1-IQ2_M | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-Q2_K_S.gguf) | i1-Q2_K_S | 4.6 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-Q2_K.gguf) | i1-Q2_K | 4.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 5.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-IQ3_XS.gguf) | i1-IQ3_XS | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-Q3_K_S.gguf) | i1-Q3_K_S | 5.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-IQ3_S.gguf) | i1-IQ3_S | 5.7 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-IQ3_M.gguf) | i1-IQ3_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-Q3_K_M.gguf) | i1-Q3_K_M | 6.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-Q3_K_L.gguf) | i1-Q3_K_L | 6.7 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-IQ4_XS.gguf) | i1-IQ4_XS | 6.8 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-Q4_0.gguf) | i1-Q4_0 | 7.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-IQ4_NL.gguf) | i1-IQ4_NL | 7.2 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-Q4_K_S.gguf) | i1-Q4_K_S | 7.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-Q4_K_M.gguf) | i1-Q4_K_M | 7.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-Q4_1.gguf) | i1-Q4_1 | 7.9 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-Q5_K_S.gguf) | i1-Q5_K_S | 8.6 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-Q5_K_M.gguf) | i1-Q5_K_M | 8.8 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-12B-nc-chat-2412-i1-GGUF/resolve/main/PLLuM-12B-nc-chat-2412.i1-Q6_K.gguf) | i1-Q6_K | 10.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. + +