From af1183e4083d3307430cb4ba4ccbe5e52ef6f8f8 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 14 May 2026 21:09: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/Llama-3-ELI5-Instruct-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++ Llama-3-ELI5-Instruct.i1-IQ1_M.gguf | 3 + Llama-3-ELI5-Instruct.i1-IQ1_S.gguf | 3 + Llama-3-ELI5-Instruct.i1-IQ2_M.gguf | 3 + Llama-3-ELI5-Instruct.i1-IQ2_S.gguf | 3 + Llama-3-ELI5-Instruct.i1-IQ2_XS.gguf | 3 + Llama-3-ELI5-Instruct.i1-IQ2_XXS.gguf | 3 + Llama-3-ELI5-Instruct.i1-IQ3_M.gguf | 3 + Llama-3-ELI5-Instruct.i1-IQ3_S.gguf | 3 + Llama-3-ELI5-Instruct.i1-IQ3_XS.gguf | 3 + Llama-3-ELI5-Instruct.i1-IQ3_XXS.gguf | 3 + Llama-3-ELI5-Instruct.i1-IQ4_NL.gguf | 3 + Llama-3-ELI5-Instruct.i1-IQ4_XS.gguf | 3 + Llama-3-ELI5-Instruct.i1-Q2_K.gguf | 3 + Llama-3-ELI5-Instruct.i1-Q2_K_S.gguf | 3 + Llama-3-ELI5-Instruct.i1-Q3_K_L.gguf | 3 + Llama-3-ELI5-Instruct.i1-Q3_K_M.gguf | 3 + Llama-3-ELI5-Instruct.i1-Q3_K_S.gguf | 3 + Llama-3-ELI5-Instruct.i1-Q4_0.gguf | 3 + Llama-3-ELI5-Instruct.i1-Q4_1.gguf | 3 + Llama-3-ELI5-Instruct.i1-Q4_K_M.gguf | 3 + Llama-3-ELI5-Instruct.i1-Q4_K_S.gguf | 3 + Llama-3-ELI5-Instruct.i1-Q5_K_M.gguf | 3 + Llama-3-ELI5-Instruct.i1-Q5_K_S.gguf | 3 + Llama-3-ELI5-Instruct.i1-Q6_K.gguf | 3 + Llama-3-ELI5-Instruct.imatrix.gguf | 3 + README.md | 90 +++++++++++++++++++++++++++ 27 files changed, 225 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3-ELI5-Instruct.i1-IQ1_M.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-IQ1_S.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-IQ2_M.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-IQ2_S.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-IQ2_XS.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-IQ2_XXS.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-IQ3_M.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-IQ3_S.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-IQ3_XS.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-IQ3_XXS.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-IQ4_NL.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-IQ4_XS.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-Q2_K.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-Q2_K_S.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-Q3_K_L.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-Q3_K_M.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-Q3_K_S.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-Q4_0.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-Q4_1.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-Q4_K_M.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-Q4_K_S.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-Q5_K_M.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-Q5_K_S.gguf create mode 100644 Llama-3-ELI5-Instruct.i1-Q6_K.gguf create mode 100644 Llama-3-ELI5-Instruct.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7b7481b --- /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 +Llama-3-ELI5-Instruct.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-ELI5-Instruct.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3-ELI5-Instruct.i1-IQ1_M.gguf b/Llama-3-ELI5-Instruct.i1-IQ1_M.gguf new file mode 100644 index 0000000..4590b7f --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d312d26697b2fd7173fe65f0f8b9fd7a4492ca437c204072fe223d7c5c3765 +size 2161972640 diff --git a/Llama-3-ELI5-Instruct.i1-IQ1_S.gguf b/Llama-3-ELI5-Instruct.i1-IQ1_S.gguf new file mode 100644 index 0000000..d3259a7 --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6e0a10ce92ff411e4fc6be3ce98b71a86e5946319b3358a4538f6ad35ef4d7 +size 2019628448 diff --git a/Llama-3-ELI5-Instruct.i1-IQ2_M.gguf b/Llama-3-ELI5-Instruct.i1-IQ2_M.gguf new file mode 100644 index 0000000..a13aeb5 --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df52c5a45432189518f94f027f3c11a71246b030d5f7fb694fefe8c084edf0b3 +size 2948281760 diff --git a/Llama-3-ELI5-Instruct.i1-IQ2_S.gguf b/Llama-3-ELI5-Instruct.i1-IQ2_S.gguf new file mode 100644 index 0000000..565779d --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6313d9691ec7d7a62d3b32880603e818b37a33905f70f4d1c7cf01aa7f1796ce +size 2758489504 diff --git a/Llama-3-ELI5-Instruct.i1-IQ2_XS.gguf b/Llama-3-ELI5-Instruct.i1-IQ2_XS.gguf new file mode 100644 index 0000000..e84208b --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365c643e7e9717671c42d671204c7c038d570baac71b166016b91e57398e5c5f +size 2605782432 diff --git a/Llama-3-ELI5-Instruct.i1-IQ2_XXS.gguf b/Llama-3-ELI5-Instruct.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..e5d88eb --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4794f9413ecb5746751951f6a12b1ce53d35b66baa0369976eed4573def48dc +size 2399212960 diff --git a/Llama-3-ELI5-Instruct.i1-IQ3_M.gguf b/Llama-3-ELI5-Instruct.i1-IQ3_M.gguf new file mode 100644 index 0000000..e7fd4f0 --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854a0f14a37a5f60d3211b96bcdea12bf3cf0e130aed4d0e7d646340a2396b61 +size 3784824224 diff --git a/Llama-3-ELI5-Instruct.i1-IQ3_S.gguf b/Llama-3-ELI5-Instruct.i1-IQ3_S.gguf new file mode 100644 index 0000000..1033247 --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead1252f3bfb7651d3967ffe1ad5761d0046dcb0626fe9fd9ed0a3b82a7e3992 +size 3682325920 diff --git a/Llama-3-ELI5-Instruct.i1-IQ3_XS.gguf b/Llama-3-ELI5-Instruct.i1-IQ3_XS.gguf new file mode 100644 index 0000000..271f496 --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e01a25ae84c6e79ab477d7398a0a55e02cd7af6238f35b800ce0c8078199f8 +size 3518748064 diff --git a/Llama-3-ELI5-Instruct.i1-IQ3_XXS.gguf b/Llama-3-ELI5-Instruct.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..2c90111 --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc922f7bb3a4a681cc2f9512018af7f5ab267b57349eef8a56d4ebb9209473d +size 3274913184 diff --git a/Llama-3-ELI5-Instruct.i1-IQ4_NL.gguf b/Llama-3-ELI5-Instruct.i1-IQ4_NL.gguf new file mode 100644 index 0000000..71ae2c7 --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2bcb61397723d6198575281d90b7922bbefea95bf896087204220b18eb5bb4 +size 4677989792 diff --git a/Llama-3-ELI5-Instruct.i1-IQ4_XS.gguf b/Llama-3-ELI5-Instruct.i1-IQ4_XS.gguf new file mode 100644 index 0000000..5350228 --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6801b8c23bb0657f9d607c63a88e2a3315b695b9889f7bdc012f8b84dc9cb090 +size 4447663520 diff --git a/Llama-3-ELI5-Instruct.i1-Q2_K.gguf b/Llama-3-ELI5-Instruct.i1-Q2_K.gguf new file mode 100644 index 0000000..c050621 --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47cb4636621bcd20280d89b5bd75853b63b4dd4e9ec83e28cfcf19b22478981d +size 3179132320 diff --git a/Llama-3-ELI5-Instruct.i1-Q2_K_S.gguf b/Llama-3-ELI5-Instruct.i1-Q2_K_S.gguf new file mode 100644 index 0000000..5247a6f --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a1c98d9b4c106b3bfffc998c1f5a837fb69e7fa040c74f5c7f050969dc0fe5 +size 2988815776 diff --git a/Llama-3-ELI5-Instruct.i1-Q3_K_L.gguf b/Llama-3-ELI5-Instruct.i1-Q3_K_L.gguf new file mode 100644 index 0000000..f616fa4 --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e9b3dbf8820d9445aa3e374a4b5ce9b608d5b7b2c72e222461fc63b4a11d58 +size 4321957280 diff --git a/Llama-3-ELI5-Instruct.i1-Q3_K_M.gguf b/Llama-3-ELI5-Instruct.i1-Q3_K_M.gguf new file mode 100644 index 0000000..3ced6f9 --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9d0c3eaa7293e48baff1a0fc0c55a1a5cb37cf3f36d6cbd985ef46a827a2ff +size 4018918816 diff --git a/Llama-3-ELI5-Instruct.i1-Q3_K_S.gguf b/Llama-3-ELI5-Instruct.i1-Q3_K_S.gguf new file mode 100644 index 0000000..2c04781 --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bea0ee64c866d1a3b3d896bc03f2c6c12c4ee8443f1ae452df8c812d06c28af +size 3664500128 diff --git a/Llama-3-ELI5-Instruct.i1-Q4_0.gguf b/Llama-3-ELI5-Instruct.i1-Q4_0.gguf new file mode 100644 index 0000000..567ab94 --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509f756d92fc39c89188beae9108ce72b4ee8fe00a196aefa7e0f3108e41e9d0 +size 4675892640 diff --git a/Llama-3-ELI5-Instruct.i1-Q4_1.gguf b/Llama-3-ELI5-Instruct.i1-Q4_1.gguf new file mode 100644 index 0000000..3035c1a --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cefb86d7793701a374299a89c89b8a39b360710b9d13d83934296f9d0302fee +size 5130253728 diff --git a/Llama-3-ELI5-Instruct.i1-Q4_K_M.gguf b/Llama-3-ELI5-Instruct.i1-Q4_K_M.gguf new file mode 100644 index 0000000..62b2425 --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fa7a54b0e3955d8e366e247336011b1563853d0ad8e3440624265753fcc85a +size 4920735136 diff --git a/Llama-3-ELI5-Instruct.i1-Q4_K_S.gguf b/Llama-3-ELI5-Instruct.i1-Q4_K_S.gguf new file mode 100644 index 0000000..42b30ff --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d41d80e17150d1a19dbff5e27e991f8894009e8a97a4b495c7bc8a8e1f81f1e +size 4692669856 diff --git a/Llama-3-ELI5-Instruct.i1-Q5_K_M.gguf b/Llama-3-ELI5-Instruct.i1-Q5_K_M.gguf new file mode 100644 index 0000000..2b5139f --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b30d2dd4aebbf2bf093863028df5fedfe3580e8ff98aba8377ab218c2c5d1c +size 5732988320 diff --git a/Llama-3-ELI5-Instruct.i1-Q5_K_S.gguf b/Llama-3-ELI5-Instruct.i1-Q5_K_S.gguf new file mode 100644 index 0000000..96432a9 --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d495af534c163faeee0f54be20268df1269e756072def22017d518c20caf9f1 +size 5599294880 diff --git a/Llama-3-ELI5-Instruct.i1-Q6_K.gguf b/Llama-3-ELI5-Instruct.i1-Q6_K.gguf new file mode 100644 index 0000000..63edae6 --- /dev/null +++ b/Llama-3-ELI5-Instruct.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f28fa59fd0cdef6229310047aea0afd8c614b422d99f8c9e31af409058328f +size 6596007328 diff --git a/Llama-3-ELI5-Instruct.imatrix.gguf b/Llama-3-ELI5-Instruct.imatrix.gguf new file mode 100644 index 0000000..4306e93 --- /dev/null +++ b/Llama-3-ELI5-Instruct.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8bd7f03cda85af701b8b1571909a31b997d2880c7cb8a929bb581a1b10b3dc +size 5015200 diff --git a/README.md b/README.md new file mode 100644 index 0000000..970177f --- /dev/null +++ b/README.md @@ -0,0 +1,90 @@ +--- +base_model: kimcomehome/Llama-3-ELI5-Instruct +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/kimcomehome/Llama-3-ELI5-Instruct + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Llama-3-ELI5-Instruct-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-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-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-ELI5-Instruct-i1-GGUF/resolve/main/Llama-3-ELI5-Instruct.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. + +