From 3cbcc12e3ed54a2760f5d201c1b41646894cbd32 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 12 May 2026 05:07:29 +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.1-Tango-8b-Instruct-f16-i1-GGUF Source: Original Platform --- .gitattributes | 61 +++++++++++++ Llama-3.1-Tango-8b-Instruct-f16.i1-IQ1_M.gguf | 3 + Llama-3.1-Tango-8b-Instruct-f16.i1-IQ1_S.gguf | 3 + Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_M.gguf | 3 + Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_S.gguf | 3 + ...a-3.1-Tango-8b-Instruct-f16.i1-IQ2_XS.gguf | 3 + ...-3.1-Tango-8b-Instruct-f16.i1-IQ2_XXS.gguf | 3 + Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_M.gguf | 3 + Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_S.gguf | 3 + ...a-3.1-Tango-8b-Instruct-f16.i1-IQ3_XS.gguf | 3 + ...-3.1-Tango-8b-Instruct-f16.i1-IQ3_XXS.gguf | 3 + ...a-3.1-Tango-8b-Instruct-f16.i1-IQ4_XS.gguf | 3 + Llama-3.1-Tango-8b-Instruct-f16.i1-Q2_K.gguf | 3 + ...a-3.1-Tango-8b-Instruct-f16.i1-Q2_K_S.gguf | 3 + ...a-3.1-Tango-8b-Instruct-f16.i1-Q3_K_L.gguf | 3 + ...a-3.1-Tango-8b-Instruct-f16.i1-Q3_K_M.gguf | 3 + ...a-3.1-Tango-8b-Instruct-f16.i1-Q3_K_S.gguf | 3 + Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0.gguf | 3 + ...3.1-Tango-8b-Instruct-f16.i1-Q4_0_4_4.gguf | 3 + ...3.1-Tango-8b-Instruct-f16.i1-Q4_0_4_8.gguf | 3 + ...3.1-Tango-8b-Instruct-f16.i1-Q4_0_8_8.gguf | 3 + ...a-3.1-Tango-8b-Instruct-f16.i1-Q4_K_M.gguf | 3 + ...a-3.1-Tango-8b-Instruct-f16.i1-Q4_K_S.gguf | 3 + ...a-3.1-Tango-8b-Instruct-f16.i1-Q5_K_M.gguf | 3 + ...a-3.1-Tango-8b-Instruct-f16.i1-Q5_K_S.gguf | 3 + Llama-3.1-Tango-8b-Instruct-f16.i1-Q6_K.gguf | 3 + README.md | 89 +++++++++++++++++++ imatrix.dat | 3 + 28 files changed, 228 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-IQ1_M.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-IQ1_S.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_M.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_S.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_XS.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_XXS.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_M.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_S.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_XS.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_XXS.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-IQ4_XS.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-Q2_K.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-Q2_K_S.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_L.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_M.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_S.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_4_4.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_4_8.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_8_8.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_K_M.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_K_S.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-Q5_K_M.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.i1-Q5_K_S.gguf create mode 100644 Llama-3.1-Tango-8b-Instruct-f16.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..44f538a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,61 @@ +*.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.1-Tango-8b-Instruct-f16.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ1_M.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ1_M.gguf new file mode 100644 index 0000000..09541bb --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0300e5fabaa799fa8e822c8308eacaa243cf72452761dfe841523dc82b63553e +size 2161977600 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ1_S.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ1_S.gguf new file mode 100644 index 0000000..a23a855 --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f8e269ee27acf2b90fb522fd8d54ffa4ff67e1afeb8cd84f5eb935c3fa4801 +size 2019633408 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_M.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_M.gguf new file mode 100644 index 0000000..3319580 --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a380092274ada2d789a9e3bca397173b2f103ffc849d76c6ce922a07d505d24b +size 2948286720 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_S.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_S.gguf new file mode 100644 index 0000000..2cf98f7 --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5996cb6477e2d4d00674e88954d6e6b4b7949f9b2e6e9003e292f2f07592d877 +size 2758494464 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_XS.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_XS.gguf new file mode 100644 index 0000000..f30fbea --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11aed9d5fae6fee4f09c152b1b04ed334ee23c51919dace38294010bb5cd2a96 +size 2605787392 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_XXS.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..64c41d7 --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf2d621402b845cd211305043d4eee4ff8e11f4a5db20eee4de3604e177da55 +size 2399217920 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_M.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_M.gguf new file mode 100644 index 0000000..da8434e --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b76a5182761cda36ea37b103f91d25edb9705ea52d46983c724ba242ce5f808 +size 3784829184 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_S.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_S.gguf new file mode 100644 index 0000000..b45a5c5 --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bcbba1190d92c3e18559f40e7a244fd82c0af434de04a9a16d455f4cfe88f8 +size 3682330880 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_XS.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_XS.gguf new file mode 100644 index 0000000..52e67f3 --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec1ca4fc104b27bf0f9c65476a29310c37b1b7a949bb66029728b4c56fd46fc +size 3518753024 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_XXS.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..4f78241 --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5522d577c397ad813086219db4c55913711d6394d21c775b4d6c8e7742354b76 +size 3274918144 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ4_XS.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ4_XS.gguf new file mode 100644 index 0000000..0650aaa --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b7812d334906fef0f9211983b7f5a801647db9d11695304c71e0e35d75db97 +size 4447668480 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-Q2_K.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q2_K.gguf new file mode 100644 index 0000000..ffb0561 --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76423192ee30f47bd437c255192075ea1574e1d732c3cd6eb19d71d7bfa165c +size 3179137280 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-Q2_K_S.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q2_K_S.gguf new file mode 100644 index 0000000..62ac49f --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33dba61996c3a246543f37c4a7db373d4206113158264c5f1c7fe95cbc66e24e +size 2988820736 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_L.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_L.gguf new file mode 100644 index 0000000..fe7d84b --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbd20e920c02d9405db111505c8f3542322c7b978bb41ff56c7fb193b069d57 +size 4321962240 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_M.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_M.gguf new file mode 100644 index 0000000..2d88ad0 --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df81fcdeb7b628277ce878e7d930fc61ab5016681a5cff001b549c1498182ecd +size 4018923776 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_S.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_S.gguf new file mode 100644 index 0000000..2921346 --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36237b3e31ef550a809f1f5a54568cdfb311c4ce328dbb93f32c101ccac4561 +size 3664505088 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0.gguf new file mode 100644 index 0000000..480b73e --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2277d298a216ac7e1cf0bc16fa7d31d8b65e91761a422ee977a306df338a07c6 +size 4675897600 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_4_4.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..1d752af --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f290e9daf9f335ccc659ba21096a84bfe402f189167539ec194142255b95c39c +size 4661217536 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_4_8.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..2dc1562 --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c5005628541731367a296516c977c74940c897d55a33c8892aacba4dc233b5 +size 4661217536 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_8_8.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..08e5ae6 --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ee7a6c4e2bebf99cbcf20b00f92f3e8aa26bda3be72f724b86b31351da2888 +size 4661217536 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_K_M.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_K_M.gguf new file mode 100644 index 0000000..f44e064 --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac15d63bbe938e2e2c6c7115fe7518f044f8bc3e471b8b1864538380eeb3f1d +size 4920740096 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_K_S.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_K_S.gguf new file mode 100644 index 0000000..6c1e919 --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb166fd164208c33ebdbf218fbc8428cbc654b692cdffff90bb8579a5353b54 +size 4692674816 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-Q5_K_M.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q5_K_M.gguf new file mode 100644 index 0000000..d0859fd --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1a4f98ce15b32cf61e261c39a94bb5c42005543921ada978f2a6736bd0af08 +size 5732993280 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-Q5_K_S.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q5_K_S.gguf new file mode 100644 index 0000000..0439178 --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2224b41143b911e7a7b93fd7968666f90ea79bfe7d906cae8374666f9186506 +size 5599299840 diff --git a/Llama-3.1-Tango-8b-Instruct-f16.i1-Q6_K.gguf b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q6_K.gguf new file mode 100644 index 0000000..4c501e1 --- /dev/null +++ b/Llama-3.1-Tango-8b-Instruct-f16.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e4706f58623edd98e2d59e19ec5632ff31300e7ba3799a95780c14ec098dee +size 6596012288 diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b61beb --- /dev/null +++ b/README.md @@ -0,0 +1,89 @@ +--- +base_model: sandbox-ai/Llama-3.1-Tango-8b-Instruct-f16 +datasets: +- spanish-ir/messirve +- tatakof/messi_mod-v0.0.2 +language: +- en +- es +library_name: transformers +license: llama3.1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +- trl +- sft +- tango +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/sandbox-ai/Llama-3.1-Tango-8b-Instruct-f16 + + +static quants are available at https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-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.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 4.8 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 4.8 | fast on arm+i8mm, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 4.8 | fast on arm+sve, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Tango-8b-Instruct-f16-i1-GGUF/resolve/main/Llama-3.1-Tango-8b-Instruct-f16.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..065e224 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f23aa84396c8d9a85a631aa32bb30745f0cc2bb68603e98676b07a62f07f13 +size 4988157