From 3d017c39e74c595dcb0ff696b57fec4ee8393dc9 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 22 May 2026 10:20: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/Poetic_Llama-3.2-1B-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++ Poetic_Llama-3.2-1B.i1-IQ1_M.gguf | 3 + Poetic_Llama-3.2-1B.i1-IQ1_S.gguf | 3 + Poetic_Llama-3.2-1B.i1-IQ2_M.gguf | 3 + Poetic_Llama-3.2-1B.i1-IQ2_S.gguf | 3 + Poetic_Llama-3.2-1B.i1-IQ2_XS.gguf | 3 + Poetic_Llama-3.2-1B.i1-IQ2_XXS.gguf | 3 + Poetic_Llama-3.2-1B.i1-IQ3_M.gguf | 3 + Poetic_Llama-3.2-1B.i1-IQ3_S.gguf | 3 + Poetic_Llama-3.2-1B.i1-IQ3_XS.gguf | 3 + Poetic_Llama-3.2-1B.i1-IQ3_XXS.gguf | 3 + Poetic_Llama-3.2-1B.i1-IQ4_NL.gguf | 3 + Poetic_Llama-3.2-1B.i1-IQ4_XS.gguf | 3 + Poetic_Llama-3.2-1B.i1-Q2_K.gguf | 3 + Poetic_Llama-3.2-1B.i1-Q2_K_S.gguf | 3 + Poetic_Llama-3.2-1B.i1-Q3_K_L.gguf | 3 + Poetic_Llama-3.2-1B.i1-Q3_K_M.gguf | 3 + Poetic_Llama-3.2-1B.i1-Q3_K_S.gguf | 3 + Poetic_Llama-3.2-1B.i1-Q4_0.gguf | 3 + Poetic_Llama-3.2-1B.i1-Q4_1.gguf | 3 + Poetic_Llama-3.2-1B.i1-Q4_K_M.gguf | 3 + Poetic_Llama-3.2-1B.i1-Q4_K_S.gguf | 3 + Poetic_Llama-3.2-1B.i1-Q5_K_M.gguf | 3 + Poetic_Llama-3.2-1B.i1-Q5_K_S.gguf | 3 + Poetic_Llama-3.2-1B.i1-Q6_K.gguf | 3 + Poetic_Llama-3.2-1B.imatrix.gguf | 3 + README.md | 96 +++++++++++++++++++++++++++++ 27 files changed, 231 insertions(+) create mode 100644 .gitattributes create mode 100644 Poetic_Llama-3.2-1B.i1-IQ1_M.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-IQ1_S.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-IQ2_M.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-IQ2_S.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-IQ2_XS.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-IQ2_XXS.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-IQ3_M.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-IQ3_S.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-IQ3_XS.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-IQ3_XXS.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-IQ4_NL.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-IQ4_XS.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-Q2_K.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-Q2_K_S.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-Q3_K_L.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-Q3_K_M.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-Q3_K_S.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-Q4_0.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-Q4_1.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-Q4_K_M.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-Q4_K_S.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-Q5_K_M.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-Q5_K_S.gguf create mode 100644 Poetic_Llama-3.2-1B.i1-Q6_K.gguf create mode 100644 Poetic_Llama-3.2-1B.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4e26d1a --- /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 +Poetic_Llama-3.2-1B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Poetic_Llama-3.2-1B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Poetic_Llama-3.2-1B.i1-IQ1_M.gguf b/Poetic_Llama-3.2-1B.i1-IQ1_M.gguf new file mode 100644 index 0000000..a1cb8bf --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad8538ea2b34217b2f66b78309d3c2e0cd13e25945c90713aa51396331c4ddd +size 413603168 diff --git a/Poetic_Llama-3.2-1B.i1-IQ1_S.gguf b/Poetic_Llama-3.2-1B.i1-IQ1_S.gguf new file mode 100644 index 0000000..b2d1c4a --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f4a16294e480207d6b8c392ef2b695bb39a6f123e3e8ae57bb59d07177d52c +size 393549152 diff --git a/Poetic_Llama-3.2-1B.i1-IQ2_M.gguf b/Poetic_Llama-3.2-1B.i1-IQ2_M.gguf new file mode 100644 index 0000000..e101d7a --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626bb95294d0bef9f52c252bcf31e936b1d8594046021ae659d09bad7c4ed7d1 +size 515446112 diff --git a/Poetic_Llama-3.2-1B.i1-IQ2_S.gguf b/Poetic_Llama-3.2-1B.i1-IQ2_S.gguf new file mode 100644 index 0000000..0f48f73 --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a0af88f84e979ca1e87bc31831eb3a21605ef43c038fcf76e78db7976e1f8b +size 488707424 diff --git a/Poetic_Llama-3.2-1B.i1-IQ2_XS.gguf b/Poetic_Llama-3.2-1B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..21fe34c --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f3159c9d0f774d4cb804dcafc975a21f59a0a8644e8a0235cc6ed025d5adea +size 475862368 diff --git a/Poetic_Llama-3.2-1B.i1-IQ2_XXS.gguf b/Poetic_Llama-3.2-1B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..d1f1727 --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77857f81a8ec95e051b9c8ed09c7c0cf85f26683291440546631baeaf1ef6261 +size 447026528 diff --git a/Poetic_Llama-3.2-1B.i1-IQ3_M.gguf b/Poetic_Llama-3.2-1B.i1-IQ3_M.gguf new file mode 100644 index 0000000..44e9976 --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5fb7c96f29fd48a201fab99c94cba333e69fd8977b667726393388d4a36eaa6 +size 657286496 diff --git a/Poetic_Llama-3.2-1B.i1-IQ3_S.gguf b/Poetic_Llama-3.2-1B.i1-IQ3_S.gguf new file mode 100644 index 0000000..d531cde --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0542b1be79fcbbd28f1efe0a06a216e9ed3aae0aebc81c1dea1e317393cd0e4c +size 643917152 diff --git a/Poetic_Llama-3.2-1B.i1-IQ3_XS.gguf b/Poetic_Llama-3.2-1B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..ab58348 --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fbd1732a524bf45f13bd09d411b0f9d6e5e873ddc12d789d73169a41949a398 +size 621110624 diff --git a/Poetic_Llama-3.2-1B.i1-IQ3_XXS.gguf b/Poetic_Llama-3.2-1B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..0f9936b --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199659018414a01d3389575d921934784bae048cadfcc8e76be3dd4ed8323afb +size 562107744 diff --git a/Poetic_Llama-3.2-1B.i1-IQ4_NL.gguf b/Poetic_Llama-3.2-1B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..d834ea3 --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab250fba5a671f59cca0b87b719b9ed56ad5b4205a549f7a7a544dcf0d3ca6ce +size 773023072 diff --git a/Poetic_Llama-3.2-1B.i1-IQ4_XS.gguf b/Poetic_Llama-3.2-1B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..a8abd60 --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c971c36a76f06521b0bd0349d75852374e85b5d781515dc728e92a1d67a1ce +size 743138656 diff --git a/Poetic_Llama-3.2-1B.i1-Q2_K.gguf b/Poetic_Llama-3.2-1B.i1-Q2_K.gguf new file mode 100644 index 0000000..01acbc3 --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564322f05010d7210c1f9713a7307849b2e203fee04c56cee0604bf8843e656f +size 580871520 diff --git a/Poetic_Llama-3.2-1B.i1-Q2_K_S.gguf b/Poetic_Llama-3.2-1B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..c472a1f --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e154d355bdf36b7626ef4f63cf1499ee07f7f3223fec9ca76efcb9a1f57f022e +size 554657120 diff --git a/Poetic_Llama-3.2-1B.i1-Q3_K_L.gguf b/Poetic_Llama-3.2-1B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..109d855 --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536fa8336dcaf6e280c4a96615b4a2206e4c79501dd5779812a85e5553ad9f45 +size 732521824 diff --git a/Poetic_Llama-3.2-1B.i1-Q3_K_M.gguf b/Poetic_Llama-3.2-1B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..18c7d65 --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2845b0e61d89b35d16a1835ff01c7d3e902ed9e4bd960bd4f80b55785479f81 +size 690840928 diff --git a/Poetic_Llama-3.2-1B.i1-Q3_K_S.gguf b/Poetic_Llama-3.2-1B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..4728fcd --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95209798ad81f3d09f30cd6d5d649baa8fc100dc49aa622a36ee6aa24648eba0 +size 641688928 diff --git a/Poetic_Llama-3.2-1B.i1-Q4_0.gguf b/Poetic_Llama-3.2-1B.i1-Q4_0.gguf new file mode 100644 index 0000000..79ba122 --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ec1f7fcc1f7a901e2645821337e8e9f99de8144bf6d45707eb4719358b6c13 +size 773023072 diff --git a/Poetic_Llama-3.2-1B.i1-Q4_1.gguf b/Poetic_Llama-3.2-1B.i1-Q4_1.gguf new file mode 100644 index 0000000..599dd07 --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59760ac1672247a4ce736f79696063fae2c831dd224b3e03c675dd116d84ec23 +size 831743328 diff --git a/Poetic_Llama-3.2-1B.i1-Q4_K_M.gguf b/Poetic_Llama-3.2-1B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..04e538f --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43d723ad65dda7f1d90d16f7b4d8f613df37bc59e3519e5ea0df044e176c42c +size 807691616 diff --git a/Poetic_Llama-3.2-1B.i1-Q4_K_S.gguf b/Poetic_Llama-3.2-1B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..80d1af9 --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7eb14f365b77d52b7cbe1534799cc8fd32a41f051cfb32d2bba79a980c7f24 +size 775644512 diff --git a/Poetic_Llama-3.2-1B.i1-Q5_K_M.gguf b/Poetic_Llama-3.2-1B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..1e81565 --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0564bb648df38fd124c10031fbe20539151f6ce7d94d5e4942ee55f3fadb1d2a +size 911500640 diff --git a/Poetic_Llama-3.2-1B.i1-Q5_K_S.gguf b/Poetic_Llama-3.2-1B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..851b36b --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eadf2a7f2c9c3b7e1768539202632ae1b1d0f2f078d0b6bb2b9f38a5e704b502 +size 892560736 diff --git a/Poetic_Llama-3.2-1B.i1-Q6_K.gguf b/Poetic_Llama-3.2-1B.i1-Q6_K.gguf new file mode 100644 index 0000000..df9e302 --- /dev/null +++ b/Poetic_Llama-3.2-1B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f41ee5957b97964b93b5f272232b8d6c8dc73f4985c229662cfefc1f4b9f06 +size 1021797728 diff --git a/Poetic_Llama-3.2-1B.imatrix.gguf b/Poetic_Llama-3.2-1B.imatrix.gguf new file mode 100644 index 0000000..0a2aa5c --- /dev/null +++ b/Poetic_Llama-3.2-1B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9336830e335a012e7962dd0c6f10a30b080ef73cb1b96d2e57dfa2665d286d1 +size 1328000 diff --git a/README.md b/README.md new file mode 100644 index 0000000..5352b7c --- /dev/null +++ b/README.md @@ -0,0 +1,96 @@ +--- +base_model: Exquisique/Poetic_Llama-3.2-1B +datasets: +- iamketan25/poem-instructions-dataset +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- base_model:adapter:meta-llama/Llama-3.2-1B +- lora +- sft +- transformers +- trl +- poetry +- text-generation +- creative-writing +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/Exquisique/Poetic_Llama-3.2-1B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Poetic_Llama-3.2-1B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-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/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-IQ1_S.gguf) | i1-IQ1_S | 0.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-IQ1_M.gguf) | i1-IQ1_M | 0.5 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-IQ2_S.gguf) | i1-IQ2_S | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-IQ2_M.gguf) | i1-IQ2_M | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.7 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-Q2_K.gguf) | i1-Q2_K | 0.7 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.7 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-IQ3_S.gguf) | i1-IQ3_S | 0.7 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-IQ3_M.gguf) | i1-IQ3_M | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.8 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.8 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 0.9 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-Q4_0.gguf) | i1-Q4_0 | 0.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 0.9 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 0.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-Q4_1.gguf) | i1-Q4_1 | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Poetic_Llama-3.2-1B-i1-GGUF/resolve/main/Poetic_Llama-3.2-1B.i1-Q6_K.gguf) | i1-Q6_K | 1.1 | 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. + +