From b817541be5b12d2b0ffeafac8d5a550774fad9ce Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 11 Jun 2026 09:04: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/ChimeraLlama-3-8B-v3-GGUF Source: Original Platform --- .gitattributes | 50 +++++++++++++++++++++++ ChimeraLlama-3-8B-v3.IQ3_M.gguf | 3 ++ ChimeraLlama-3-8B-v3.IQ3_S.gguf | 3 ++ ChimeraLlama-3-8B-v3.IQ3_XS.gguf | 3 ++ ChimeraLlama-3-8B-v3.IQ4_XS.gguf | 3 ++ ChimeraLlama-3-8B-v3.Q2_K.gguf | 3 ++ ChimeraLlama-3-8B-v3.Q3_K_L.gguf | 3 ++ ChimeraLlama-3-8B-v3.Q3_K_M.gguf | 3 ++ ChimeraLlama-3-8B-v3.Q3_K_S.gguf | 3 ++ ChimeraLlama-3-8B-v3.Q4_K_M.gguf | 3 ++ ChimeraLlama-3-8B-v3.Q4_K_S.gguf | 3 ++ ChimeraLlama-3-8B-v3.Q5_K_M.gguf | 3 ++ ChimeraLlama-3-8B-v3.Q5_K_S.gguf | 3 ++ ChimeraLlama-3-8B-v3.Q6_K.gguf | 3 ++ ChimeraLlama-3-8B-v3.Q8_0.gguf | 3 ++ ChimeraLlama-3-8B-v3.f16.gguf | 3 ++ README.md | 70 ++++++++++++++++++++++++++++++++ 17 files changed, 165 insertions(+) create mode 100644 .gitattributes create mode 100644 ChimeraLlama-3-8B-v3.IQ3_M.gguf create mode 100644 ChimeraLlama-3-8B-v3.IQ3_S.gguf create mode 100644 ChimeraLlama-3-8B-v3.IQ3_XS.gguf create mode 100644 ChimeraLlama-3-8B-v3.IQ4_XS.gguf create mode 100644 ChimeraLlama-3-8B-v3.Q2_K.gguf create mode 100644 ChimeraLlama-3-8B-v3.Q3_K_L.gguf create mode 100644 ChimeraLlama-3-8B-v3.Q3_K_M.gguf create mode 100644 ChimeraLlama-3-8B-v3.Q3_K_S.gguf create mode 100644 ChimeraLlama-3-8B-v3.Q4_K_M.gguf create mode 100644 ChimeraLlama-3-8B-v3.Q4_K_S.gguf create mode 100644 ChimeraLlama-3-8B-v3.Q5_K_M.gguf create mode 100644 ChimeraLlama-3-8B-v3.Q5_K_S.gguf create mode 100644 ChimeraLlama-3-8B-v3.Q6_K.gguf create mode 100644 ChimeraLlama-3-8B-v3.Q8_0.gguf create mode 100644 ChimeraLlama-3-8B-v3.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9d97a9e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,50 @@ +*.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 +ChimeraLlama-3-8B-v3.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +ChimeraLlama-3-8B-v3.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +ChimeraLlama-3-8B-v3.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ChimeraLlama-3-8B-v3.f16.gguf filter=lfs diff=lfs merge=lfs -text +ChimeraLlama-3-8B-v3.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +ChimeraLlama-3-8B-v3.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +ChimeraLlama-3-8B-v3.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ChimeraLlama-3-8B-v3.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ChimeraLlama-3-8B-v3.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +ChimeraLlama-3-8B-v3.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +ChimeraLlama-3-8B-v3.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ChimeraLlama-3-8B-v3.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ChimeraLlama-3-8B-v3.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ChimeraLlama-3-8B-v3.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +ChimeraLlama-3-8B-v3.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/ChimeraLlama-3-8B-v3.IQ3_M.gguf b/ChimeraLlama-3-8B-v3.IQ3_M.gguf new file mode 100644 index 0000000..cbda99e --- /dev/null +++ b/ChimeraLlama-3-8B-v3.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903a60fea0fc2048eeefd3efa1da41c060d473459db234e7c4caad32034383e0 +size 3784823072 diff --git a/ChimeraLlama-3-8B-v3.IQ3_S.gguf b/ChimeraLlama-3-8B-v3.IQ3_S.gguf new file mode 100644 index 0000000..7d5714e --- /dev/null +++ b/ChimeraLlama-3-8B-v3.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ac44c446d075799d2454ec82e653b6fffe1d65c7e67dda7e3c60f36c5af9d7 +size 3682324768 diff --git a/ChimeraLlama-3-8B-v3.IQ3_XS.gguf b/ChimeraLlama-3-8B-v3.IQ3_XS.gguf new file mode 100644 index 0000000..51bd60c --- /dev/null +++ b/ChimeraLlama-3-8B-v3.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5df51f62aa6c374d157c4b0a72d9ad0fd2a72e681a453e71db4e580d20f950 +size 3518746912 diff --git a/ChimeraLlama-3-8B-v3.IQ4_XS.gguf b/ChimeraLlama-3-8B-v3.IQ4_XS.gguf new file mode 100644 index 0000000..601df6b --- /dev/null +++ b/ChimeraLlama-3-8B-v3.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f060ddcbc29c25acadc18be932e73eb92859e0e199db476aec5411860287d5a0 +size 4484362528 diff --git a/ChimeraLlama-3-8B-v3.Q2_K.gguf b/ChimeraLlama-3-8B-v3.Q2_K.gguf new file mode 100644 index 0000000..8879159 --- /dev/null +++ b/ChimeraLlama-3-8B-v3.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee919e7fb37c981db623c413befa209cd53fc40a61a7670b24e28827ae3e3f06 +size 3179131168 diff --git a/ChimeraLlama-3-8B-v3.Q3_K_L.gguf b/ChimeraLlama-3-8B-v3.Q3_K_L.gguf new file mode 100644 index 0000000..cd41335 --- /dev/null +++ b/ChimeraLlama-3-8B-v3.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee2a38defb7c99b62f174b79cc09b14f1d75bb04422a7a75359da3e8b530294 +size 4321956128 diff --git a/ChimeraLlama-3-8B-v3.Q3_K_M.gguf b/ChimeraLlama-3-8B-v3.Q3_K_M.gguf new file mode 100644 index 0000000..7a7c345 --- /dev/null +++ b/ChimeraLlama-3-8B-v3.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c18f33ef9a8641e9b1d63c05f1a5252e107dd6f479479292f4887a933b0045 +size 4018917664 diff --git a/ChimeraLlama-3-8B-v3.Q3_K_S.gguf b/ChimeraLlama-3-8B-v3.Q3_K_S.gguf new file mode 100644 index 0000000..c86902b --- /dev/null +++ b/ChimeraLlama-3-8B-v3.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f2e332dea8e9ef37c6d60436272d44ebc876f252376dc9e6d5e8159e3b6fc7 +size 3664498976 diff --git a/ChimeraLlama-3-8B-v3.Q4_K_M.gguf b/ChimeraLlama-3-8B-v3.Q4_K_M.gguf new file mode 100644 index 0000000..b951309 --- /dev/null +++ b/ChimeraLlama-3-8B-v3.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f561b1244dc817a6b4f3cab1d7f992372b70711e2c8071d22a3102fce827ad8 +size 4920733984 diff --git a/ChimeraLlama-3-8B-v3.Q4_K_S.gguf b/ChimeraLlama-3-8B-v3.Q4_K_S.gguf new file mode 100644 index 0000000..2878e7b --- /dev/null +++ b/ChimeraLlama-3-8B-v3.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549c7d01bc832b4c4b67f9a92466956d674cc5fbe86f54e92ac401ded24e7e9f +size 4692668704 diff --git a/ChimeraLlama-3-8B-v3.Q5_K_M.gguf b/ChimeraLlama-3-8B-v3.Q5_K_M.gguf new file mode 100644 index 0000000..fd571d6 --- /dev/null +++ b/ChimeraLlama-3-8B-v3.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4be38dc896b6c3ea94cabd3231f5a1c39f733c5ce4394edbd606adc229f18d6 +size 5732987168 diff --git a/ChimeraLlama-3-8B-v3.Q5_K_S.gguf b/ChimeraLlama-3-8B-v3.Q5_K_S.gguf new file mode 100644 index 0000000..09dbe91 --- /dev/null +++ b/ChimeraLlama-3-8B-v3.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f496fdc4f32702bcbe90954169fd480a66c781f175f25fba9babbac3ffcabe +size 5599293728 diff --git a/ChimeraLlama-3-8B-v3.Q6_K.gguf b/ChimeraLlama-3-8B-v3.Q6_K.gguf new file mode 100644 index 0000000..6d4dea6 --- /dev/null +++ b/ChimeraLlama-3-8B-v3.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd7f733e391794a1dba7ffa5c1b0d955ee9034fc245f6465884450e096136c3 +size 6596006176 diff --git a/ChimeraLlama-3-8B-v3.Q8_0.gguf b/ChimeraLlama-3-8B-v3.Q8_0.gguf new file mode 100644 index 0000000..eb21e73 --- /dev/null +++ b/ChimeraLlama-3-8B-v3.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491eeddde8559efc841dea1fac0a54c1e0417bb7f9cb0a9c5faf8563466aecec +size 8540770592 diff --git a/ChimeraLlama-3-8B-v3.f16.gguf b/ChimeraLlama-3-8B-v3.f16.gguf new file mode 100644 index 0000000..76cf89f --- /dev/null +++ b/ChimeraLlama-3-8B-v3.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5e7e4bea041cd762c54544a1755a76ab80504caf41490b077c84b0b3c34d3b +size 16068890912 diff --git a/README.md b/README.md new file mode 100644 index 0000000..1956e99 --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +--- +base_model: mlabonne/ChimeraLlama-3-8B-v3 +language: +- en +library_name: transformers +license: other +quantized_by: mradermacher +tags: +- merge +- mergekit +- lazymergekit +--- +## About + + + + + +static quants of https://huggingface.co/mlabonne/ChimeraLlama-3-8B-v3 + + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## 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/ChimeraLlama-3-8B-v3-GGUF/resolve/main/ChimeraLlama-3-8B-v3.Q2_K.gguf) | Q2_K | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/ChimeraLlama-3-8B-v3-GGUF/resolve/main/ChimeraLlama-3-8B-v3.IQ3_XS.gguf) | IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/ChimeraLlama-3-8B-v3-GGUF/resolve/main/ChimeraLlama-3-8B-v3.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/ChimeraLlama-3-8B-v3-GGUF/resolve/main/ChimeraLlama-3-8B-v3.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/ChimeraLlama-3-8B-v3-GGUF/resolve/main/ChimeraLlama-3-8B-v3.IQ3_M.gguf) | IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/ChimeraLlama-3-8B-v3-GGUF/resolve/main/ChimeraLlama-3-8B-v3.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/ChimeraLlama-3-8B-v3-GGUF/resolve/main/ChimeraLlama-3-8B-v3.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/ChimeraLlama-3-8B-v3-GGUF/resolve/main/ChimeraLlama-3-8B-v3.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/ChimeraLlama-3-8B-v3-GGUF/resolve/main/ChimeraLlama-3-8B-v3.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ChimeraLlama-3-8B-v3-GGUF/resolve/main/ChimeraLlama-3-8B-v3.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ChimeraLlama-3-8B-v3-GGUF/resolve/main/ChimeraLlama-3-8B-v3.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/ChimeraLlama-3-8B-v3-GGUF/resolve/main/ChimeraLlama-3-8B-v3.Q5_K_M.gguf) | Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/ChimeraLlama-3-8B-v3-GGUF/resolve/main/ChimeraLlama-3-8B-v3.Q6_K.gguf) | Q6_K | 6.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/ChimeraLlama-3-8B-v3-GGUF/resolve/main/ChimeraLlama-3-8B-v3.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/ChimeraLlama-3-8B-v3-GGUF/resolve/main/ChimeraLlama-3-8B-v3.f16.gguf) | f16 | 16.2 | 16 bpw, overkill | + +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. + +