From 8abd23a0d90bbfc05bc420c83193234c787c4230 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 18 Jun 2026 03:42:17 +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-cat-8b-instruct-GGUF Source: Original Platform --- .gitattributes | 50 ++++++++++++++++++++++ README.md | 66 +++++++++++++++++++++++++++++ llama-3-cat-8b-instruct.IQ3_M.gguf | 3 ++ llama-3-cat-8b-instruct.IQ3_S.gguf | 3 ++ llama-3-cat-8b-instruct.IQ3_XS.gguf | 3 ++ llama-3-cat-8b-instruct.IQ4_XS.gguf | 3 ++ llama-3-cat-8b-instruct.Q2_K.gguf | 3 ++ llama-3-cat-8b-instruct.Q3_K_L.gguf | 3 ++ llama-3-cat-8b-instruct.Q3_K_M.gguf | 3 ++ llama-3-cat-8b-instruct.Q3_K_S.gguf | 3 ++ llama-3-cat-8b-instruct.Q4_K_M.gguf | 3 ++ llama-3-cat-8b-instruct.Q4_K_S.gguf | 3 ++ llama-3-cat-8b-instruct.Q5_K_M.gguf | 3 ++ llama-3-cat-8b-instruct.Q5_K_S.gguf | 3 ++ llama-3-cat-8b-instruct.Q6_K.gguf | 3 ++ llama-3-cat-8b-instruct.Q8_0.gguf | 3 ++ llama-3-cat-8b-instruct.f16.gguf | 3 ++ 17 files changed, 161 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 llama-3-cat-8b-instruct.IQ3_M.gguf create mode 100644 llama-3-cat-8b-instruct.IQ3_S.gguf create mode 100644 llama-3-cat-8b-instruct.IQ3_XS.gguf create mode 100644 llama-3-cat-8b-instruct.IQ4_XS.gguf create mode 100644 llama-3-cat-8b-instruct.Q2_K.gguf create mode 100644 llama-3-cat-8b-instruct.Q3_K_L.gguf create mode 100644 llama-3-cat-8b-instruct.Q3_K_M.gguf create mode 100644 llama-3-cat-8b-instruct.Q3_K_S.gguf create mode 100644 llama-3-cat-8b-instruct.Q4_K_M.gguf create mode 100644 llama-3-cat-8b-instruct.Q4_K_S.gguf create mode 100644 llama-3-cat-8b-instruct.Q5_K_M.gguf create mode 100644 llama-3-cat-8b-instruct.Q5_K_S.gguf create mode 100644 llama-3-cat-8b-instruct.Q6_K.gguf create mode 100644 llama-3-cat-8b-instruct.Q8_0.gguf create mode 100644 llama-3-cat-8b-instruct.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e717e7d --- /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 +llama-3-cat-8b-instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-cat-8b-instruct.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-cat-8b-instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-cat-8b-instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-cat-8b-instruct.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-cat-8b-instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-cat-8b-instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-cat-8b-instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-cat-8b-instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-cat-8b-instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-cat-8b-instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-cat-8b-instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-cat-8b-instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-cat-8b-instruct.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-cat-8b-instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..a96b5b2 --- /dev/null +++ b/README.md @@ -0,0 +1,66 @@ +--- +base_model: TheSkullery/llama-3-cat-8b-instruct +language: +- en +library_name: transformers +license: llama3 +quantized_by: mradermacher +--- +## About + + + + + +static quants of https://huggingface.co/TheSkullery/llama-3-cat-8b-instruct + + +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/llama-3-cat-8b-instruct-GGUF/resolve/main/llama-3-cat-8b-instruct.Q2_K.gguf) | Q2_K | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-cat-8b-instruct-GGUF/resolve/main/llama-3-cat-8b-instruct.IQ3_XS.gguf) | IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-cat-8b-instruct-GGUF/resolve/main/llama-3-cat-8b-instruct.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-cat-8b-instruct-GGUF/resolve/main/llama-3-cat-8b-instruct.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/llama-3-cat-8b-instruct-GGUF/resolve/main/llama-3-cat-8b-instruct.IQ3_M.gguf) | IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-cat-8b-instruct-GGUF/resolve/main/llama-3-cat-8b-instruct.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3-cat-8b-instruct-GGUF/resolve/main/llama-3-cat-8b-instruct.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-cat-8b-instruct-GGUF/resolve/main/llama-3-cat-8b-instruct.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-cat-8b-instruct-GGUF/resolve/main/llama-3-cat-8b-instruct.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama-3-cat-8b-instruct-GGUF/resolve/main/llama-3-cat-8b-instruct.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama-3-cat-8b-instruct-GGUF/resolve/main/llama-3-cat-8b-instruct.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-cat-8b-instruct-GGUF/resolve/main/llama-3-cat-8b-instruct.Q5_K_M.gguf) | Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-cat-8b-instruct-GGUF/resolve/main/llama-3-cat-8b-instruct.Q6_K.gguf) | Q6_K | 6.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3-cat-8b-instruct-GGUF/resolve/main/llama-3-cat-8b-instruct.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3-cat-8b-instruct-GGUF/resolve/main/llama-3-cat-8b-instruct.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. + + diff --git a/llama-3-cat-8b-instruct.IQ3_M.gguf b/llama-3-cat-8b-instruct.IQ3_M.gguf new file mode 100644 index 0000000..4aed183 --- /dev/null +++ b/llama-3-cat-8b-instruct.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11273445fcd0d8f6f7df2393547f71e67a8ba2d1cd5c1cd150d1aab58be1010 +size 3784833856 diff --git a/llama-3-cat-8b-instruct.IQ3_S.gguf b/llama-3-cat-8b-instruct.IQ3_S.gguf new file mode 100644 index 0000000..9f77c05 --- /dev/null +++ b/llama-3-cat-8b-instruct.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e90246ca7ec389163bbfbc44146c0bc3abbfec41e492361b1015eaaf4b5c58 +size 3682335552 diff --git a/llama-3-cat-8b-instruct.IQ3_XS.gguf b/llama-3-cat-8b-instruct.IQ3_XS.gguf new file mode 100644 index 0000000..8cf3744 --- /dev/null +++ b/llama-3-cat-8b-instruct.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2591233e9b2518c910f427f032b77671d40713e6da644d82eb7a1478199c21f0 +size 3518757696 diff --git a/llama-3-cat-8b-instruct.IQ4_XS.gguf b/llama-3-cat-8b-instruct.IQ4_XS.gguf new file mode 100644 index 0000000..4507871 --- /dev/null +++ b/llama-3-cat-8b-instruct.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407c9be7233c289a808b0038576f74231b0102bb8d798cc536fb1b9436342a11 +size 4484374144 diff --git a/llama-3-cat-8b-instruct.Q2_K.gguf b/llama-3-cat-8b-instruct.Q2_K.gguf new file mode 100644 index 0000000..685948d --- /dev/null +++ b/llama-3-cat-8b-instruct.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d156d42fa49d0817b976592c306e4313d98211398ab3efba8d53595f311054e1 +size 3179141120 diff --git a/llama-3-cat-8b-instruct.Q3_K_L.gguf b/llama-3-cat-8b-instruct.Q3_K_L.gguf new file mode 100644 index 0000000..3428939 --- /dev/null +++ b/llama-3-cat-8b-instruct.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2f34cdf0f5514605fa1d221893975361408ba2a31ac502f58455185f781d36 +size 4321966912 diff --git a/llama-3-cat-8b-instruct.Q3_K_M.gguf b/llama-3-cat-8b-instruct.Q3_K_M.gguf new file mode 100644 index 0000000..0257704 --- /dev/null +++ b/llama-3-cat-8b-instruct.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3332bed3b6efddf2c90010e3c1d5ac78782beaf9d4a4b62b455f22a0c7cd070 +size 4018928448 diff --git a/llama-3-cat-8b-instruct.Q3_K_S.gguf b/llama-3-cat-8b-instruct.Q3_K_S.gguf new file mode 100644 index 0000000..b5bb475 --- /dev/null +++ b/llama-3-cat-8b-instruct.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ae61ed931f15be65bb7ca245636c6c9e58743d4ec5ecc2275503f5936313f4 +size 3664509760 diff --git a/llama-3-cat-8b-instruct.Q4_K_M.gguf b/llama-3-cat-8b-instruct.Q4_K_M.gguf new file mode 100644 index 0000000..5a3afcd --- /dev/null +++ b/llama-3-cat-8b-instruct.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7fcfcdd99a30770a36f4a65089efbaebc8c73fc92ddadf7aba4ee6a09135762 +size 4920745856 diff --git a/llama-3-cat-8b-instruct.Q4_K_S.gguf b/llama-3-cat-8b-instruct.Q4_K_S.gguf new file mode 100644 index 0000000..82eb68a --- /dev/null +++ b/llama-3-cat-8b-instruct.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3fae7eb9b69d9a4544c0421daa87dd5cf83e9f043dcda68ae16719da204fee +size 4692680576 diff --git a/llama-3-cat-8b-instruct.Q5_K_M.gguf b/llama-3-cat-8b-instruct.Q5_K_M.gguf new file mode 100644 index 0000000..c5c1d79 --- /dev/null +++ b/llama-3-cat-8b-instruct.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eff8e8ee75d1851045206aea9d59980fce96d236a97aa803aa690dfed2fc60e +size 5733000064 diff --git a/llama-3-cat-8b-instruct.Q5_K_S.gguf b/llama-3-cat-8b-instruct.Q5_K_S.gguf new file mode 100644 index 0000000..7f06149 --- /dev/null +++ b/llama-3-cat-8b-instruct.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34af02bcbb3f2d15691fe897e9393b838b712fef7c67e899e9b13735752d2bde +size 5599306624 diff --git a/llama-3-cat-8b-instruct.Q6_K.gguf b/llama-3-cat-8b-instruct.Q6_K.gguf new file mode 100644 index 0000000..0a6893d --- /dev/null +++ b/llama-3-cat-8b-instruct.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708ed7e35918e05752afbe6ddf5e5b5e283bde316e5d32edc8985b085d0fd7f4 +size 6596020160 diff --git a/llama-3-cat-8b-instruct.Q8_0.gguf b/llama-3-cat-8b-instruct.Q8_0.gguf new file mode 100644 index 0000000..00f8b10 --- /dev/null +++ b/llama-3-cat-8b-instruct.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38507994fd8828ea2eb72500f6f544ecb727ae0d4c32f2b7b3459f0438cfa26e +size 8540788544 diff --git a/llama-3-cat-8b-instruct.f16.gguf b/llama-3-cat-8b-instruct.f16.gguf new file mode 100644 index 0000000..5b2b66d --- /dev/null +++ b/llama-3-cat-8b-instruct.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55b517fe482df0a1fd84bd21ec8433fa5c90854ce06ffb57cc0e7d33b47b9fe +size 16068924224