From 212db8c710114d5f2ea47e80a6309b9e844d28a9 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 18 May 2026 02:28:59 +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/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF Source: Original Platform --- .gitattributes | 57 +++++++++++ Llama-3-Instruct-Neurona-8b-v2.i1-IQ1_M.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-IQ1_S.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_M.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_S.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_XS.gguf | 3 + ...a-3-Instruct-Neurona-8b-v2.i1-IQ2_XXS.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_M.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_S.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_XS.gguf | 3 + ...a-3-Instruct-Neurona-8b-v2.i1-IQ3_XXS.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-IQ4_XS.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-Q2_K.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_L.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_M.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_S.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-Q4_0.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-Q4_K_M.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-Q4_K_S.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-Q5_K_M.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-Q5_K_S.gguf | 3 + Llama-3-Instruct-Neurona-8b-v2.i1-Q6_K.gguf | 3 + README.md | 96 +++++++++++++++++++ imatrix.dat | 3 + 24 files changed, 219 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-IQ1_M.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-IQ1_S.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_M.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_S.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_XS.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_XXS.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_M.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_S.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_XS.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_XXS.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-IQ4_XS.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-Q2_K.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_L.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_M.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_S.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-Q4_0.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-Q4_K_M.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-Q4_K_S.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-Q5_K_M.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.i1-Q5_K_S.gguf create mode 100644 Llama-3-Instruct-Neurona-8b-v2.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..3083501 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,57 @@ +*.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 +Llama-3-Instruct-Neurona-8b-v2.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-Instruct-Neurona-8b-v2.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-IQ1_M.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ1_M.gguf new file mode 100644 index 0000000..1b5bed6 --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df0a2cbc36e70d1310fd5ed080d68c7dc985f0ea97a898e93856e6a7095e073 +size 2162005920 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-IQ1_S.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ1_S.gguf new file mode 100644 index 0000000..839995e --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71bf6eb64398735e19b5ab824009098176b6f45cea56dd9047795d9a5aca0007 +size 2019661728 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_M.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_M.gguf new file mode 100644 index 0000000..c15c8e0 --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e53b8c793d1b9baf87311ad62bf0f230b6e792d2126ae5fa0505e6bfc87f56 +size 2948318368 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_S.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_S.gguf new file mode 100644 index 0000000..fb7cc87 --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b14c6f0c97af788114075cf39cf28b783c8970e9cb024c7463a1d5de64cc80 +size 2758526112 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_XS.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_XS.gguf new file mode 100644 index 0000000..d7d2e27 --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b8f39ca493b70e5c4a753518da325b4d3b4febed81028556987c5ab0717744 +size 2605815712 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_XXS.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..764fd1c --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace936b18aac5f3ee5464b20090d43f26696c126946f9f553cba05b3391d1396 +size 2399246240 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_M.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_M.gguf new file mode 100644 index 0000000..57f0ed4 --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d9fc3b8ee0076760efb33f13f41a32dbc49b5805f7a696b159daa3972ba1ff +size 3784865184 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_S.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_S.gguf new file mode 100644 index 0000000..090a96f --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa528c752734cd399a812f0d8b71b69fec24d61b81437b46daf9a30815031805 +size 3682366880 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_XS.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_XS.gguf new file mode 100644 index 0000000..37eb9b4 --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b615e9ad2a0d98978b0e47ab84ad16d175a9cd6073c5eaec3aabc6d3b2ba8a +size 3518789024 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_XXS.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..2f4e224 --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ee750447e0eaeaf351eb7e4f68c5450196f6741c6f815ddf356ad823eaf2ff +size 3274949792 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-IQ4_XS.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ4_XS.gguf new file mode 100644 index 0000000..b65e89b --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238b4f189f6eb7f857b5ce06ca9b520a8d39e70e8f139c2fa4ce237db5328a80 +size 4447707808 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-Q2_K.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-Q2_K.gguf new file mode 100644 index 0000000..02f8461 --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47de721dbee63db1c427a90839671df4b55ba342f641d122051ed8695bb65d48 +size 3179169952 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_L.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_L.gguf new file mode 100644 index 0000000..123edc3 --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0263262c5e204596d060a2be1deabe3f82ff67cb20f1fa2854413d517dd4a528 +size 4321998240 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_M.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_M.gguf new file mode 100644 index 0000000..c03b8a4 --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2a64f52ab263af0c8b1f926d40e3e4abf6cdfe02d4be119958e393527f70b7 +size 4018959776 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_S.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_S.gguf new file mode 100644 index 0000000..e023330 --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153d7d6e89a7abeca3b3b834e0fa004ac4d9146c6308739f419a4f5faf593e6a +size 3664541088 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-Q4_0.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-Q4_0.gguf new file mode 100644 index 0000000..af06dec --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb9f8d1f09dd26469d872ec8243dd8d83895d9e179992bfcdf4f065cd8bbee6 +size 4675937952 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-Q4_K_M.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-Q4_K_M.gguf new file mode 100644 index 0000000..7bf8224 --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87657c6d349c5612080fb878e71653c86c74867bcf5d7b016c9d075f1292f516 +size 4920780448 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-Q4_K_S.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-Q4_K_S.gguf new file mode 100644 index 0000000..5e07720 --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a5713b2cbd2d08e60dd611547f5fd8ec39c2b1a2d14a78b94e73efa3fb99d8 +size 4692715168 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-Q5_K_M.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-Q5_K_M.gguf new file mode 100644 index 0000000..e4929c3 --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c795587bd61a8acf0867f8304228b9e7d8a59608ff29ad4f65502a0fd2a3d4b +size 5733037728 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-Q5_K_S.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-Q5_K_S.gguf new file mode 100644 index 0000000..1aa24fe --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491104cba8502257771216646cb5163f0cb29dccf18e77392d69716ac011ed8c +size 5599344288 diff --git a/Llama-3-Instruct-Neurona-8b-v2.i1-Q6_K.gguf b/Llama-3-Instruct-Neurona-8b-v2.i1-Q6_K.gguf new file mode 100644 index 0000000..2f57ef7 --- /dev/null +++ b/Llama-3-Instruct-Neurona-8b-v2.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28dc24bd41343ff0501a7b582e668bdbc6a49c11b9c66b2e66f1628c6f48463e +size 6596061088 diff --git a/README.md b/README.md new file mode 100644 index 0000000..caf0a55 --- /dev/null +++ b/README.md @@ -0,0 +1,96 @@ +--- +base_model: Iker/Llama-3-Instruct-Neurona-8b-v2 +datasets: +- Danielbrdz/Barcenas-Economia +- HiTZ/casimedicos-exp +- somosnlp/coser_resumenes +- csebuetnlp/CrossSum +- Iker/Document-Translation-en-es +- somosnlp/es-inclusive-language-it +- glaiveai/glaive-code-assistant-v3 +- glaiveai/glaive-function-calling-v2 +- Iker/InstructTranslation-EN-ES +- somosnlp/lenguaje-claro-dataset +- somosnlp/LingComp_QA +- Iker/NoticIA +- teknium/OpenHermes-2.5 +- Iker/OpenHermes-2.5-Spanish +- Helsinki-NLP/opus-100 +- projecte-aina/RAG_Multilingual +- HiTZ/This-is-not-a-dataset +- Iker/Reddit-Post-Translation +- wikipedia +language: +- es +- en +library_name: transformers +license: llama3 +quantized_by: mradermacher +tags: +- synthetic +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/Iker/Llama-3-Instruct-Neurona-8b-v2 + + +static quants are available at https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-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/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-Instruct-Neurona-8b-v2-i1-GGUF/resolve/main/Llama-3-Instruct-Neurona-8b-v2.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..013a59c --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150b9dbbd02879cc64f10c8c9810f681d9d590727b1c504c2b17cad06cd193a2 +size 4988161