From e5851a30c3bf0c79eec9e32066d9fedca0b705e2 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 25 Jun 2026 13:23: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/Llama-Breeze2-8B-Instruct-Text-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++ Llama-Breeze2-8B-Instruct-Text.i1-IQ1_M.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-IQ1_S.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-IQ2_M.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-IQ2_S.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-IQ2_XS.gguf | 3 + ...a-Breeze2-8B-Instruct-Text.i1-IQ2_XXS.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-IQ3_M.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-IQ3_S.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-IQ3_XS.gguf | 3 + ...a-Breeze2-8B-Instruct-Text.i1-IQ3_XXS.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-IQ4_NL.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-IQ4_XS.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-Q2_K.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-Q2_K_S.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_L.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_M.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_S.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-Q4_0.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-Q4_1.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-Q4_K_M.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-Q4_K_S.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-Q5_K_M.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-Q5_K_S.gguf | 3 + Llama-Breeze2-8B-Instruct-Text.i1-Q6_K.gguf | 3 + README.md | 77 +++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 212 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-IQ1_M.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-IQ1_S.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-IQ2_M.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-IQ2_S.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-IQ2_XS.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-IQ2_XXS.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-IQ3_M.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-IQ3_S.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-IQ3_XS.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-IQ3_XXS.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-IQ4_NL.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-IQ4_XS.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-Q2_K.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-Q2_K_S.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_L.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_M.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_S.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-Q4_0.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-Q4_1.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-Q4_K_M.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-Q4_K_S.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-Q5_K_M.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.i1-Q5_K_S.gguf create mode 100644 Llama-Breeze2-8B-Instruct-Text.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..2a7d176 --- /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 +Llama-Breeze2-8B-Instruct-Text.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Breeze2-8B-Instruct-Text.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-IQ1_M.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-IQ1_M.gguf new file mode 100644 index 0000000..ebd5863 --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d225ca5cb1a82abaf4c87aa103adf51073f53ea3cd8da4ac128620dd736a1819 +size 2161976160 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-IQ1_S.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-IQ1_S.gguf new file mode 100644 index 0000000..aee797f --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1217c1939cda2d6e1d13fe2cd1686da143562622ee66519393dc19685c0b0770 +size 2019631968 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-IQ2_M.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-IQ2_M.gguf new file mode 100644 index 0000000..4061867 --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e25aa4485788a271638cc7060cde53466031ad325016f1b479d061fa48b7f1 +size 2948285280 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-IQ2_S.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-IQ2_S.gguf new file mode 100644 index 0000000..91089fb --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69b14691bd98ea45fe15a21be8d90fc4f7248ce699720b2e22641ae6a4cd29e +size 2758493024 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-IQ2_XS.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-IQ2_XS.gguf new file mode 100644 index 0000000..6c56791 --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79a722a4be5c709002d48dde5b468953bc975fd2ca2a0eda359299e9c40cebe +size 2605785952 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-IQ2_XXS.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..b011081 --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a04123decba8b439c81d49d505ef8976c8cfb9bf73bea2df20414669f151d3 +size 2399216480 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-IQ3_M.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-IQ3_M.gguf new file mode 100644 index 0000000..9da31a9 --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec3dac88c865be8d915e86229eafe5785d35a009a0496f7b2bbbcaa6e73498b +size 3784827744 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-IQ3_S.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-IQ3_S.gguf new file mode 100644 index 0000000..c6a2e8b --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01bb9f618bf660f48733a6eca57af1ed98b9928cf51348f9af67fe548c0699ca +size 3682329440 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-IQ3_XS.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-IQ3_XS.gguf new file mode 100644 index 0000000..d354916 --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c12d08ec64c9f5b4f07623954ec5c958ba69c29e7610eaa0fa24aedc0c9753e +size 3518751584 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-IQ3_XXS.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..650a908 --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f8408984ce53eb348781e61d15ed9f0260e7bd5799b4426f46c393283ffe74 +size 3274916704 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-IQ4_NL.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-IQ4_NL.gguf new file mode 100644 index 0000000..9ddfb68 --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d8c1599a78d5cd33dd3fa6ccad6533e038b949fa6fc794aff5b3f8f941b9bf +size 4677993312 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-IQ4_XS.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-IQ4_XS.gguf new file mode 100644 index 0000000..f3694ec --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b06406400328aa0e7f7dadc07f5aa12cfaf0f7311d735fa21f0344e30fb7b4 +size 4447667040 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-Q2_K.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-Q2_K.gguf new file mode 100644 index 0000000..2c45a8f --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186f8339d21f66e30525ecc6dc51eb5f2c45f10c57f59e99cca5bddc758606bb +size 3179135840 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-Q2_K_S.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-Q2_K_S.gguf new file mode 100644 index 0000000..fd46784 --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786c69f82e1dc3d7e4adec178c8e8f7294e6061a20abd314775bd9b831fda373 +size 2988819296 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_L.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_L.gguf new file mode 100644 index 0000000..f5244dc --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b8713957fabd3111cf8e634ee4f4a767963fd791558020bf55a9144b505eed +size 4321960800 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_M.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_M.gguf new file mode 100644 index 0000000..97fa1f4 --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a1ef9e0d970583b96545f33b934bcadc91fc4948a2f443bedc26ea7b9f3144 +size 4018922336 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_S.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_S.gguf new file mode 100644 index 0000000..cc4300f --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0203e9a8238fc4f97b0920e2a17457b61b80f6f811cb0bb5af2fea7019cd6081 +size 3664503648 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-Q4_0.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-Q4_0.gguf new file mode 100644 index 0000000..b4097d7 --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe678afa4bfe899607a0eee29b154f76c71d540cdc425c69f5850b15b070bd0 +size 4675896160 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-Q4_1.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-Q4_1.gguf new file mode 100644 index 0000000..f5ab232 --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51561d96e5234a414817a95d4e01b06efc647d30a2c4a7e970bfdb1526a984c +size 5130257248 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-Q4_K_M.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-Q4_K_M.gguf new file mode 100644 index 0000000..833c73d --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d143b88f834367f5e0a9355eebb31973edc4b157209046816c86d4bf331894 +size 4920738656 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-Q4_K_S.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-Q4_K_S.gguf new file mode 100644 index 0000000..9f08bf0 --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713cc329adb8e8c98d69c462cbf580ffecd5d095fc302a3797c36cde08887c14 +size 4692673376 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-Q5_K_M.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-Q5_K_M.gguf new file mode 100644 index 0000000..ec761e1 --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a3158a1669c53edd94ba393388ca3f0563360c9469051117566dbc2abf1772 +size 5732991840 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-Q5_K_S.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-Q5_K_S.gguf new file mode 100644 index 0000000..669427d --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d56fffc55ec62a31d10bd7fc272dfd53883e873955ee81826cdea5c4b2daba +size 5599298400 diff --git a/Llama-Breeze2-8B-Instruct-Text.i1-Q6_K.gguf b/Llama-Breeze2-8B-Instruct-Text.i1-Q6_K.gguf new file mode 100644 index 0000000..0c7a704 --- /dev/null +++ b/Llama-Breeze2-8B-Instruct-Text.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116dfb02bdb00817b0e14e748937506aaa5524ca53c156ac8c0bda7722be9d51 +size 6596010848 diff --git a/README.md b/README.md new file mode 100644 index 0000000..268f034 --- /dev/null +++ b/README.md @@ -0,0 +1,77 @@ +--- +base_model: PenutChen/Llama-Breeze2-8B-Instruct-Text +language: +- en +- zh +library_name: transformers +license: llama3.2 +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/PenutChen/Llama-Breeze2-8B-Instruct-Text + + +static quants are available at https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-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-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Breeze2-8B-Instruct-Text-i1-GGUF/resolve/main/Llama-Breeze2-8B-Instruct-Text.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..7933bb9 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f62d930392d9f90d379a1ef4b2a3ca994f22332fabcdce533334b60bb0948a +size 4988157