From 6608f1de5bf9549062629c2e7cc1dac0bcc37881 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 27 Jun 2026 00:06:20 +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/CabraMixtral-8x7b-GGUF Source: Original Platform --- .gitattributes | 46 +++++++++++++++++++++ CabraMixtral-8x7b.IQ4_XS.gguf | 3 ++ CabraMixtral-8x7b.Q2_K.gguf | 3 ++ CabraMixtral-8x7b.Q3_K_L.gguf | 3 ++ CabraMixtral-8x7b.Q3_K_M.gguf | 3 ++ CabraMixtral-8x7b.Q3_K_S.gguf | 3 ++ CabraMixtral-8x7b.Q4_K_M.gguf | 3 ++ CabraMixtral-8x7b.Q4_K_S.gguf | 3 ++ CabraMixtral-8x7b.Q5_K_M.gguf | 3 ++ CabraMixtral-8x7b.Q5_K_S.gguf | 3 ++ CabraMixtral-8x7b.Q6_K.gguf | 3 ++ CabraMixtral-8x7b.Q8_0.gguf | 3 ++ README.md | 78 +++++++++++++++++++++++++++++++++++ 13 files changed, 157 insertions(+) create mode 100644 .gitattributes create mode 100644 CabraMixtral-8x7b.IQ4_XS.gguf create mode 100644 CabraMixtral-8x7b.Q2_K.gguf create mode 100644 CabraMixtral-8x7b.Q3_K_L.gguf create mode 100644 CabraMixtral-8x7b.Q3_K_M.gguf create mode 100644 CabraMixtral-8x7b.Q3_K_S.gguf create mode 100644 CabraMixtral-8x7b.Q4_K_M.gguf create mode 100644 CabraMixtral-8x7b.Q4_K_S.gguf create mode 100644 CabraMixtral-8x7b.Q5_K_M.gguf create mode 100644 CabraMixtral-8x7b.Q5_K_S.gguf create mode 100644 CabraMixtral-8x7b.Q6_K.gguf create mode 100644 CabraMixtral-8x7b.Q8_0.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..153c001 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,46 @@ +*.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 +CabraMixtral-8x7b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CabraMixtral-8x7b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +CabraMixtral-8x7b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +CabraMixtral-8x7b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +CabraMixtral-8x7b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CabraMixtral-8x7b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CabraMixtral-8x7b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +CabraMixtral-8x7b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CabraMixtral-8x7b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CabraMixtral-8x7b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CabraMixtral-8x7b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/CabraMixtral-8x7b.IQ4_XS.gguf b/CabraMixtral-8x7b.IQ4_XS.gguf new file mode 100644 index 0000000..19fa81e --- /dev/null +++ b/CabraMixtral-8x7b.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea4247eb3923d56ccc2167e259fb151d2fcc4482c4647693ebfe9141292c636 +size 25374141056 diff --git a/CabraMixtral-8x7b.Q2_K.gguf b/CabraMixtral-8x7b.Q2_K.gguf new file mode 100644 index 0000000..4ccc589 --- /dev/null +++ b/CabraMixtral-8x7b.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a522a5006576eb09ec0c607f5189b425ab4f9029f1d0bc9595a3612e5241b6 +size 17311230592 diff --git a/CabraMixtral-8x7b.Q3_K_L.gguf b/CabraMixtral-8x7b.Q3_K_L.gguf new file mode 100644 index 0000000..2227551 --- /dev/null +++ b/CabraMixtral-8x7b.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d927488c11c1b1d3d090d59703e6bfcd2fb73cdbc2191ecf363d516e964119 +size 24169646720 diff --git a/CabraMixtral-8x7b.Q3_K_M.gguf b/CabraMixtral-8x7b.Q3_K_M.gguf new file mode 100644 index 0000000..c1c08b1 --- /dev/null +++ b/CabraMixtral-8x7b.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b377a48184494f767a4bd6d92f8f5ad4b5b984303971cb8b0711d3f01910744d +size 22546451072 diff --git a/CabraMixtral-8x7b.Q3_K_S.gguf b/CabraMixtral-8x7b.Q3_K_S.gguf new file mode 100644 index 0000000..194a9d3 --- /dev/null +++ b/CabraMixtral-8x7b.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6698eb90a91b2d2ad35401956f866cb6f4c664a4bc015e7a07adeec3eb982199 +size 20432521856 diff --git a/CabraMixtral-8x7b.Q4_K_M.gguf b/CabraMixtral-8x7b.Q4_K_M.gguf new file mode 100644 index 0000000..88400c7 --- /dev/null +++ b/CabraMixtral-8x7b.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331cc42b8da7cd9fd3d785e58c71f6f14e1d72b54f0b168ceec402eb819c4aaa +size 28448467584 diff --git a/CabraMixtral-8x7b.Q4_K_S.gguf b/CabraMixtral-8x7b.Q4_K_S.gguf new file mode 100644 index 0000000..4f52bab --- /dev/null +++ b/CabraMixtral-8x7b.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d872a578b38fe091315bbe776bfb54017d3f1fae8969b87f998c85cccb47859 +size 26745580160 diff --git a/CabraMixtral-8x7b.Q5_K_M.gguf b/CabraMixtral-8x7b.Q5_K_M.gguf new file mode 100644 index 0000000..f7809f3 --- /dev/null +++ b/CabraMixtral-8x7b.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490a5c8d981e4b38c3914e7b1176e721e7bd3181038aee64dbd64868e4647b88 +size 33229580928 diff --git a/CabraMixtral-8x7b.Q5_K_S.gguf b/CabraMixtral-8x7b.Q5_K_S.gguf new file mode 100644 index 0000000..acd5c99 --- /dev/null +++ b/CabraMixtral-8x7b.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6bff6b882408728b41ebad0b2be9f27906300f0a72e06e7bc934400a81797b +size 32231336576 diff --git a/CabraMixtral-8x7b.Q6_K.gguf b/CabraMixtral-8x7b.Q6_K.gguf new file mode 100644 index 0000000..a99906e --- /dev/null +++ b/CabraMixtral-8x7b.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8df3a9d3d9968f8d30b9d20678c70aeffb44a1f140acfd4a7704e429d5b69b +size 38380817024 diff --git a/CabraMixtral-8x7b.Q8_0.gguf b/CabraMixtral-8x7b.Q8_0.gguf new file mode 100644 index 0000000..eb21260 --- /dev/null +++ b/CabraMixtral-8x7b.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef9eb1c5eaea67a5e8a4295034cb1ca26d72245059be8184810bc68b43291d1 +size 49626319488 diff --git a/README.md b/README.md new file mode 100644 index 0000000..eedcf22 --- /dev/null +++ b/README.md @@ -0,0 +1,78 @@ +--- +base_model: botbotrobotics/CabraMixtral-8x7b +language: +- pt +- en +library_name: transformers +license: cc +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- mistral +- mixtral +- gguf +- brazil +- brasil +- portuguese +--- +## About + + + + + + +static quants of https://huggingface.co/botbotrobotics/CabraMixtral-8x7b + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#CabraMixtral-8x7b-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/CabraMixtral-8x7b-i1-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/CabraMixtral-8x7b-GGUF/resolve/main/CabraMixtral-8x7b.Q2_K.gguf) | Q2_K | 17.4 | | +| [GGUF](https://huggingface.co/mradermacher/CabraMixtral-8x7b-GGUF/resolve/main/CabraMixtral-8x7b.Q3_K_S.gguf) | Q3_K_S | 20.5 | | +| [GGUF](https://huggingface.co/mradermacher/CabraMixtral-8x7b-GGUF/resolve/main/CabraMixtral-8x7b.Q3_K_M.gguf) | Q3_K_M | 22.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/CabraMixtral-8x7b-GGUF/resolve/main/CabraMixtral-8x7b.Q3_K_L.gguf) | Q3_K_L | 24.3 | | +| [GGUF](https://huggingface.co/mradermacher/CabraMixtral-8x7b-GGUF/resolve/main/CabraMixtral-8x7b.IQ4_XS.gguf) | IQ4_XS | 25.5 | | +| [GGUF](https://huggingface.co/mradermacher/CabraMixtral-8x7b-GGUF/resolve/main/CabraMixtral-8x7b.Q4_K_S.gguf) | Q4_K_S | 26.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/CabraMixtral-8x7b-GGUF/resolve/main/CabraMixtral-8x7b.Q4_K_M.gguf) | Q4_K_M | 28.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/CabraMixtral-8x7b-GGUF/resolve/main/CabraMixtral-8x7b.Q5_K_S.gguf) | Q5_K_S | 32.3 | | +| [GGUF](https://huggingface.co/mradermacher/CabraMixtral-8x7b-GGUF/resolve/main/CabraMixtral-8x7b.Q5_K_M.gguf) | Q5_K_M | 33.3 | | +| [GGUF](https://huggingface.co/mradermacher/CabraMixtral-8x7b-GGUF/resolve/main/CabraMixtral-8x7b.Q6_K.gguf) | Q6_K | 38.5 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/CabraMixtral-8x7b-GGUF/resolve/main/CabraMixtral-8x7b.Q8_0.gguf) | Q8_0 | 49.7 | fast, best quality | + +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. + +