From 40c2f53161ae5514333113f58e84cc40df448e9a Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 17 Jun 2026 17:50:16 +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/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++ Poppy_Porpoise-v0.6-L3-8B.i1-IQ1_M.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-IQ1_S.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_M.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_S.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_XS.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_XXS.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_M.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_S.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_XS.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_XXS.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-IQ4_NL.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-IQ4_XS.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-Q2_K.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-Q2_K_S.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_L.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_M.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_S.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-Q4_0.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-Q4_1.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-Q4_K_M.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-Q4_K_S.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-Q5_K_M.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-Q5_K_S.gguf | 3 + Poppy_Porpoise-v0.6-L3-8B.i1-Q6_K.gguf | 3 + README.md | 78 +++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 213 insertions(+) create mode 100644 .gitattributes create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-IQ1_M.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-IQ1_S.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_M.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_S.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_XS.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_XXS.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_M.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_S.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_XS.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_XXS.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-IQ4_NL.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-IQ4_XS.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-Q2_K.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-Q2_K_S.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_L.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_M.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_S.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-Q4_0.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-Q4_1.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-Q4_K_M.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-Q4_K_S.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-Q5_K_M.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.i1-Q5_K_S.gguf create mode 100644 Poppy_Porpoise-v0.6-L3-8B.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..096c5db --- /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 +Poppy_Porpoise-v0.6-L3-8B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-IQ1_M.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ1_M.gguf new file mode 100644 index 0000000..7ce94d5 --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd38f620764deca4057b03bcf420a66f82d5d7c1eeb40945391e335ed138c13 +size 2161972448 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-IQ1_S.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ1_S.gguf new file mode 100644 index 0000000..db0d0d6 --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ca51235fdd14de055e9b3de4c06db3019be7bbfd5ae3be80ac9166219c71d1 +size 2019628256 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_M.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_M.gguf new file mode 100644 index 0000000..8174abf --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9706352f82cf483f9f444c2d29e2b1de67235e5c59a35f0a9f4a9c7816ef4307 +size 2948281568 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_S.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_S.gguf new file mode 100644 index 0000000..036f420 --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ba51d5d5d072db572077e47517abd2f86745136150b568d3024753352afbba +size 2758489312 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_XS.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..73fb459 --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5e35b565e4524a30f8e476016c4e0f38c3d43deae1e9060e1a1b87e0b9c56a +size 2605782240 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_XXS.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..b159364 --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b4cbd06e3bee78c92d5da76f58cdaa59897d84e607147e7c6f213ee1b3a617 +size 2399212768 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_M.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_M.gguf new file mode 100644 index 0000000..36a4773 --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59096a066f9b14439a284eab372841b68fc352b93e4894c0240a79b7405d229f +size 3784824032 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_S.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_S.gguf new file mode 100644 index 0000000..538e5d5 --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18242dead39fcba94c5388e985afbf4c192a6b1975b4cadea9ec583b2be4fbea +size 3682325728 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_XS.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..5ab85fb --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350a5cdee376c8527434e361bc5cc4f332e8c3b5f011c3aa9bdbb4fd3fbb3dbe +size 3518747872 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_XXS.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..bb9d469 --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc709b51557e2ce5e61459aed24e8dc011c3e785db042a2ae4fe43a4e06dfb2 +size 3274912992 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-IQ4_NL.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..fb096ab --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d6785926665d4267a7f35ad3c02f1c5284e3b52370b6cc3c1abc855069fbbe +size 4677989600 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-IQ4_XS.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..6d6bb7c --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1dec2731eae2f43aa6c89012e4e031159eaec0705aa1e38313af0400b1d9bca +size 4447663328 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-Q2_K.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-Q2_K.gguf new file mode 100644 index 0000000..3fd3fcf --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e167401327e67b320523516a3ffd4be5502035d8cba07d16c73d83e2cf1978cf +size 3179132128 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-Q2_K_S.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..ed2c341 --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f435574d970566c0d54b511d183c8dbe7cb2399e303b1fa646e8010d6318edb +size 2988815584 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_L.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..76a6a3d --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0482a925a4fe2368be2100574653d0fa0f00e91691e6ee00943c3902553ce268 +size 4321957088 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_M.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..7865712 --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27e34b8c494911df890cb120ac2cacbb519252fa53037e291c401b6f2004658 +size 4018918624 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_S.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..cae6048 --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d619cb3d14e77ed6cdda1136d5f48b170b5681f32f2e3f27793d7152288f6a6 +size 3664499936 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-Q4_0.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-Q4_0.gguf new file mode 100644 index 0000000..cddc482 --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d81f784f1a8a2f59ccbe34cae52fe425a2298388ff587a9168f9da90076e7d +size 4675892448 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-Q4_1.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-Q4_1.gguf new file mode 100644 index 0000000..49b4106 --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01230ee1a9e06290e3485b38e93fb73b274a61683369a9d4322c318aa408e8b3 +size 5130253536 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-Q4_K_M.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..e06553f --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1998c37a2cbdc295ef80cede52f0f2085e36b90b99182debbda4b4c522273af +size 4920734944 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-Q4_K_S.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..378e184 --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02cab5205a3ba7b307ba06cc9673e0edef0b0d8300eee07dc86ae07970e0f1f3 +size 4692669664 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-Q5_K_M.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..5af6156 --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75ba237a8683800ea2d6bc43a8a351dc8c4e773609ca0f8c8064f39c9ab07b0 +size 5732988128 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-Q5_K_S.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..ce975ef --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02daada2c71b5d8e9ee516ed34237fcf4f8a8f65838dfc88d8a2a7572499f3ad +size 5599294688 diff --git a/Poppy_Porpoise-v0.6-L3-8B.i1-Q6_K.gguf b/Poppy_Porpoise-v0.6-L3-8B.i1-Q6_K.gguf new file mode 100644 index 0000000..24248a1 --- /dev/null +++ b/Poppy_Porpoise-v0.6-L3-8B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761b7b88913ffb06118b0a82e966ad73fad1c8f5692d10fbdcd8f0f5a6a41548 +size 6596007136 diff --git a/README.md b/README.md new file mode 100644 index 0000000..9314fca --- /dev/null +++ b/README.md @@ -0,0 +1,78 @@ +--- +base_model: ChaoticNeutrals/Poppy_Porpoise-v0.6-L3-8B +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: +- merge +- mergekit +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/ChaoticNeutrals/Poppy_Porpoise-v0.6-L3-8B + + +static quants are available at https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-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/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Poppy_Porpoise-v0.6-L3-8B-i1-GGUF/resolve/main/Poppy_Porpoise-v0.6-L3-8B.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | 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..446da0c --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da5cad08f3a44dedc1cf909910ef1d329702f2ea05f945d4b83b6a3b2d7a219 +size 4988157