From 2741bd8dbb2322eba7e42c4fed9543c3815df412 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 8 Jul 2026 21:23:10 +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/ChocoLlama-2-7B-instruct-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++ ChocoLlama-2-7B-instruct.i1-IQ1_M.gguf | 3 + ChocoLlama-2-7B-instruct.i1-IQ1_S.gguf | 3 + ChocoLlama-2-7B-instruct.i1-IQ2_M.gguf | 3 + ChocoLlama-2-7B-instruct.i1-IQ2_S.gguf | 3 + ChocoLlama-2-7B-instruct.i1-IQ2_XS.gguf | 3 + ChocoLlama-2-7B-instruct.i1-IQ2_XXS.gguf | 3 + ChocoLlama-2-7B-instruct.i1-IQ3_M.gguf | 3 + ChocoLlama-2-7B-instruct.i1-IQ3_S.gguf | 3 + ChocoLlama-2-7B-instruct.i1-IQ3_XS.gguf | 3 + ChocoLlama-2-7B-instruct.i1-IQ3_XXS.gguf | 3 + ChocoLlama-2-7B-instruct.i1-IQ4_XS.gguf | 3 + ChocoLlama-2-7B-instruct.i1-Q2_K.gguf | 3 + ChocoLlama-2-7B-instruct.i1-Q3_K_L.gguf | 3 + ChocoLlama-2-7B-instruct.i1-Q3_K_M.gguf | 3 + ChocoLlama-2-7B-instruct.i1-Q3_K_S.gguf | 3 + ChocoLlama-2-7B-instruct.i1-Q4_0.gguf | 3 + ChocoLlama-2-7B-instruct.i1-Q4_0_4_4.gguf | 3 + ChocoLlama-2-7B-instruct.i1-Q4_0_4_8.gguf | 3 + ChocoLlama-2-7B-instruct.i1-Q4_0_8_8.gguf | 3 + ChocoLlama-2-7B-instruct.i1-Q4_K_M.gguf | 3 + ChocoLlama-2-7B-instruct.i1-Q4_K_S.gguf | 3 + ChocoLlama-2-7B-instruct.i1-Q5_K_M.gguf | 3 + ChocoLlama-2-7B-instruct.i1-Q5_K_S.gguf | 3 + ChocoLlama-2-7B-instruct.i1-Q6_K.gguf | 3 + README.md | 83 +++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 218 insertions(+) create mode 100644 .gitattributes create mode 100644 ChocoLlama-2-7B-instruct.i1-IQ1_M.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-IQ1_S.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-IQ2_M.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-IQ2_S.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-IQ2_XS.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-IQ2_XXS.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-IQ3_M.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-IQ3_S.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-IQ3_XS.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-IQ3_XXS.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-IQ4_XS.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-Q2_K.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-Q3_K_L.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-Q3_K_M.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-Q3_K_S.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-Q4_0.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-Q4_0_4_4.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-Q4_0_4_8.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-Q4_0_8_8.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-Q4_K_M.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-Q4_K_S.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-Q5_K_M.gguf create mode 100644 ChocoLlama-2-7B-instruct.i1-Q5_K_S.gguf create mode 100644 ChocoLlama-2-7B-instruct.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..7fa46c8 --- /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 +ChocoLlama-2-7B-instruct.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +ChocoLlama-2-7B-instruct.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/ChocoLlama-2-7B-instruct.i1-IQ1_M.gguf b/ChocoLlama-2-7B-instruct.i1-IQ1_M.gguf new file mode 100644 index 0000000..8aa2c91 --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f21efa68c28d39eef10eef68e12763e666754539a1804ed0a528d3a2520a7b +size 1650973696 diff --git a/ChocoLlama-2-7B-instruct.i1-IQ1_S.gguf b/ChocoLlama-2-7B-instruct.i1-IQ1_S.gguf new file mode 100644 index 0000000..a2c3b88 --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f7d1ab1d5948da499955a39105b64b3d0456c92f1580fcf1cdaf25abba1812 +size 1528585216 diff --git a/ChocoLlama-2-7B-instruct.i1-IQ2_M.gguf b/ChocoLlama-2-7B-instruct.i1-IQ2_M.gguf new file mode 100644 index 0000000..10313ee --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a764293ecc9ec8301cc5bdda8c4dd97648d164e16e6ab5ee4ac82f26a311e26e +size 2359753728 diff --git a/ChocoLlama-2-7B-instruct.i1-IQ2_S.gguf b/ChocoLlama-2-7B-instruct.i1-IQ2_S.gguf new file mode 100644 index 0000000..25d963f --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d854c108b8a83a7379687849634ec83377aa781b436896e2f194d8b4dda394de +size 2196569088 diff --git a/ChocoLlama-2-7B-instruct.i1-IQ2_XS.gguf b/ChocoLlama-2-7B-instruct.i1-IQ2_XS.gguf new file mode 100644 index 0000000..bb87be0 --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ea834da39c532345361191cf19812677343165c4cb4551bdc1341da79cc5a4 +size 2034916352 diff --git a/ChocoLlama-2-7B-instruct.i1-IQ2_XXS.gguf b/ChocoLlama-2-7B-instruct.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..c8471d0 --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54a0b2703a1e4e618aa7beb3c03ade7935dfe0064ad2ca282f471839e3a6738 +size 1854954496 diff --git a/ChocoLlama-2-7B-instruct.i1-IQ3_M.gguf b/ChocoLlama-2-7B-instruct.i1-IQ3_M.gguf new file mode 100644 index 0000000..93d47b1 --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a0906e36e2459fc7cbbab85ac7d35733adf35d7f2b2101d135271d81a77015 +size 3114867712 diff --git a/ChocoLlama-2-7B-instruct.i1-IQ3_S.gguf b/ChocoLlama-2-7B-instruct.i1-IQ3_S.gguf new file mode 100644 index 0000000..ac85f01 --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6aba6b2213c55c0c5a2e44a3134c9f53279f9a6ef082db1fe72e74dabe6dfe8 +size 2948307968 diff --git a/ChocoLlama-2-7B-instruct.i1-IQ3_XS.gguf b/ChocoLlama-2-7B-instruct.i1-IQ3_XS.gguf new file mode 100644 index 0000000..8d9d8ab --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e218d765d38049837b35439db4d98522d0d2a13e881c2e41c6664214665e790 +size 2796526592 diff --git a/ChocoLlama-2-7B-instruct.i1-IQ3_XXS.gguf b/ChocoLlama-2-7B-instruct.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..fe50136 --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d251efb981d3ef2b0ee476bccb67ebfdc48f3705867c489341db366d983cb6 +size 2585394176 diff --git a/ChocoLlama-2-7B-instruct.i1-IQ4_XS.gguf b/ChocoLlama-2-7B-instruct.i1-IQ4_XS.gguf new file mode 100644 index 0000000..c82916e --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf387f002204d00092b07cb70ccf510263e64a55320c67acdd5d43fcf91062e +size 3619339264 diff --git a/ChocoLlama-2-7B-instruct.i1-Q2_K.gguf b/ChocoLlama-2-7B-instruct.i1-Q2_K.gguf new file mode 100644 index 0000000..528d1b8 --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1486eccfaa869fa96ab6fa90e1fa8ae7704b3aa1fd5fc712589900589bb8b0 +size 2532867072 diff --git a/ChocoLlama-2-7B-instruct.i1-Q3_K_L.gguf b/ChocoLlama-2-7B-instruct.i1-Q3_K_L.gguf new file mode 100644 index 0000000..796cf81 --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811815bcf06aa738d1daf56694625e30e886c66e508bda558f85534b2d4f1c95 +size 3597114368 diff --git a/ChocoLlama-2-7B-instruct.i1-Q3_K_M.gguf b/ChocoLlama-2-7B-instruct.i1-Q3_K_M.gguf new file mode 100644 index 0000000..573086f --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34098acae03cb47d685c525aab0d4182ea5693eae1cbc54d54fee299aa798963 +size 3298008064 diff --git a/ChocoLlama-2-7B-instruct.i1-Q3_K_S.gguf b/ChocoLlama-2-7B-instruct.i1-Q3_K_S.gguf new file mode 100644 index 0000000..9958a05 --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d882c0d17d5b8c354fff5e65ed334a28ebb304328231d7391377c1e0389e7ea9 +size 2948307968 diff --git a/ChocoLlama-2-7B-instruct.i1-Q4_0.gguf b/ChocoLlama-2-7B-instruct.i1-Q4_0.gguf new file mode 100644 index 0000000..77f0006 --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4a9f25fb02a0de3a8b5bcda8a372900cfacc2d5ac7e4d96740a75371b046b4 +size 3837082624 diff --git a/ChocoLlama-2-7B-instruct.i1-Q4_0_4_4.gguf b/ChocoLlama-2-7B-instruct.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..e3e480d --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc6b68f97f273ad0e8660c0ad6eaf5124396e910a2400307034341ba9f4491e +size 3825810432 diff --git a/ChocoLlama-2-7B-instruct.i1-Q4_0_4_8.gguf b/ChocoLlama-2-7B-instruct.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..e5f3cac --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e51d6de02c0a59790e82c2b7071a3c2cdf00c900eae40afc57cf74b339c51b3 +size 3825810432 diff --git a/ChocoLlama-2-7B-instruct.i1-Q4_0_8_8.gguf b/ChocoLlama-2-7B-instruct.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..55cf6b3 --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad68314ee1a008ef329f8810990c6c83a3431e77fce36b29aea0785ec9d3ec89 +size 3825810432 diff --git a/ChocoLlama-2-7B-instruct.i1-Q4_K_M.gguf b/ChocoLlama-2-7B-instruct.i1-Q4_K_M.gguf new file mode 100644 index 0000000..184a7d8 --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f49c37dcd99f2762154654bc430d4972fa55c7a62219042b132119abd1a52c8 +size 4081007616 diff --git a/ChocoLlama-2-7B-instruct.i1-Q4_K_S.gguf b/ChocoLlama-2-7B-instruct.i1-Q4_K_S.gguf new file mode 100644 index 0000000..eca5a84 --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c415b56d3a408a8bea6f1f9c380a233f36934bdc91c4aa00e4b1f7c5a2257f +size 3856743424 diff --git a/ChocoLlama-2-7B-instruct.i1-Q5_K_M.gguf b/ChocoLlama-2-7B-instruct.i1-Q5_K_M.gguf new file mode 100644 index 0000000..a60feff --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042105ba11db26924665e85bce448e5a7b818c507466a3cdde23019cf85bb1d1 +size 4783160320 diff --git a/ChocoLlama-2-7B-instruct.i1-Q5_K_S.gguf b/ChocoLlama-2-7B-instruct.i1-Q5_K_S.gguf new file mode 100644 index 0000000..67ef7b1 --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bcfb5682384c00ed3e7a63377ff2a4f66e32f02f836bff448dfe626f8c3b46 +size 4651695104 diff --git a/ChocoLlama-2-7B-instruct.i1-Q6_K.gguf b/ChocoLlama-2-7B-instruct.i1-Q6_K.gguf new file mode 100644 index 0000000..175ba22 --- /dev/null +++ b/ChocoLlama-2-7B-instruct.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1fc3930629c31d83654bdf2e25ac2736088e30cffb1990f98669270bb512a0 +size 5529197568 diff --git a/README.md b/README.md new file mode 100644 index 0000000..856ff59 --- /dev/null +++ b/README.md @@ -0,0 +1,83 @@ +--- +base_model: ChocoLlama/ChocoLlama-2-7B-instruct +datasets: +- BramVanroy/ultrachat_200k_dutch +- BramVanroy/stackoverflow-chat-dutch +- BramVanroy/alpaca-cleaned-dutch +- BramVanroy/dolly-15k-dutch +- BramVanroy/no_robots_dutch +- BramVanroy/ultra_feedback_dutch +language: +- nl +library_name: transformers +license: cc-by-nc-4.0 +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/ChocoLlama/ChocoLlama-2-7B-instruct + + +static quants are available at https://huggingface.co/mradermacher/ChocoLlama-2-7B-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/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-IQ1_S.gguf) | i1-IQ1_S | 1.6 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-IQ1_M.gguf) | i1-IQ1_M | 1.8 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-IQ2_S.gguf) | i1-IQ2_S | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-IQ2_M.gguf) | i1-IQ2_M | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-Q2_K.gguf) | i1-Q2_K | 2.6 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.7 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-IQ3_XS.gguf) | i1-IQ3_XS | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-IQ3_S.gguf) | i1-IQ3_S | 3.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-IQ3_M.gguf) | i1-IQ3_M | 3.2 | | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.7 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-IQ4_XS.gguf) | i1-IQ4_XS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 3.9 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 3.9 | fast on arm+i8mm, low quality | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 3.9 | fast on arm+sve, low quality | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-Q4_0.gguf) | i1-Q4_0 | 3.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-Q5_K_S.gguf) | i1-Q5_K_S | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-Q5_K_M.gguf) | i1-Q5_K_M | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/ChocoLlama-2-7B-instruct-i1-GGUF/resolve/main/ChocoLlama-2-7B-instruct.i1-Q6_K.gguf) | i1-Q6_K | 5.6 | 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..ba20c40 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c91fcfc0e30777ace7f87d6df12b9d20c4a4dee83da522dfb388fb7761f4dd +size 4562173