From c843622e214023e7a4e4981238ae8326bee32983 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 21 Jul 2026 23:54: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/llama-3-8b-chat-companion-assistant-GGUF Source: Original Platform --- .gitattributes | 50 ++++++++++++++ README.md | 67 +++++++++++++++++++ ...a-3-8b-chat-companion-assistant.IQ3_M.gguf | 3 + ...a-3-8b-chat-companion-assistant.IQ3_S.gguf | 3 + ...-3-8b-chat-companion-assistant.IQ3_XS.gguf | 3 + ...-3-8b-chat-companion-assistant.IQ4_XS.gguf | 3 + llama-3-8b-chat-companion-assistant.Q2_K.gguf | 3 + ...-3-8b-chat-companion-assistant.Q3_K_L.gguf | 3 + ...-3-8b-chat-companion-assistant.Q3_K_M.gguf | 3 + ...-3-8b-chat-companion-assistant.Q3_K_S.gguf | 3 + ...-3-8b-chat-companion-assistant.Q4_K_M.gguf | 3 + ...-3-8b-chat-companion-assistant.Q4_K_S.gguf | 3 + ...-3-8b-chat-companion-assistant.Q5_K_M.gguf | 3 + ...-3-8b-chat-companion-assistant.Q5_K_S.gguf | 3 + llama-3-8b-chat-companion-assistant.Q6_K.gguf | 3 + llama-3-8b-chat-companion-assistant.Q8_0.gguf | 3 + llama-3-8b-chat-companion-assistant.f16.gguf | 3 + 17 files changed, 162 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 llama-3-8b-chat-companion-assistant.IQ3_M.gguf create mode 100644 llama-3-8b-chat-companion-assistant.IQ3_S.gguf create mode 100644 llama-3-8b-chat-companion-assistant.IQ3_XS.gguf create mode 100644 llama-3-8b-chat-companion-assistant.IQ4_XS.gguf create mode 100644 llama-3-8b-chat-companion-assistant.Q2_K.gguf create mode 100644 llama-3-8b-chat-companion-assistant.Q3_K_L.gguf create mode 100644 llama-3-8b-chat-companion-assistant.Q3_K_M.gguf create mode 100644 llama-3-8b-chat-companion-assistant.Q3_K_S.gguf create mode 100644 llama-3-8b-chat-companion-assistant.Q4_K_M.gguf create mode 100644 llama-3-8b-chat-companion-assistant.Q4_K_S.gguf create mode 100644 llama-3-8b-chat-companion-assistant.Q5_K_M.gguf create mode 100644 llama-3-8b-chat-companion-assistant.Q5_K_S.gguf create mode 100644 llama-3-8b-chat-companion-assistant.Q6_K.gguf create mode 100644 llama-3-8b-chat-companion-assistant.Q8_0.gguf create mode 100644 llama-3-8b-chat-companion-assistant.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..873df16 --- /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-8b-chat-companion-assistant.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8b-chat-companion-assistant.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8b-chat-companion-assistant.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8b-chat-companion-assistant.f16.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8b-chat-companion-assistant.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8b-chat-companion-assistant.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8b-chat-companion-assistant.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8b-chat-companion-assistant.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8b-chat-companion-assistant.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8b-chat-companion-assistant.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8b-chat-companion-assistant.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8b-chat-companion-assistant.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8b-chat-companion-assistant.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8b-chat-companion-assistant.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8b-chat-companion-assistant.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..d2c04c3 --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +--- +base_model: DarkLegion/llama-3-8b-chat-companion-assistant +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: [] +--- +## About + + + + + + +static quants of https://huggingface.co/DarkLegion/llama-3-8b-chat-companion-assistant + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-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/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q2_K.gguf) | Q2_K | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.IQ3_XS.gguf) | IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.IQ3_M.gguf) | IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q5_K_M.gguf) | Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q6_K.gguf) | Q6_K | 6.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.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-8b-chat-companion-assistant.IQ3_M.gguf b/llama-3-8b-chat-companion-assistant.IQ3_M.gguf new file mode 100644 index 0000000..58684bf --- /dev/null +++ b/llama-3-8b-chat-companion-assistant.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e6ce6b5e726d5cb6372d9625f2a10c7f1b1ba6a3631f1b283a067eef5480ba +size 3784833920 diff --git a/llama-3-8b-chat-companion-assistant.IQ3_S.gguf b/llama-3-8b-chat-companion-assistant.IQ3_S.gguf new file mode 100644 index 0000000..2abb392 --- /dev/null +++ b/llama-3-8b-chat-companion-assistant.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa2538df35d36f8e05a16f351e6b1560582228df16616a6d9857baf1ab09f87 +size 3682335616 diff --git a/llama-3-8b-chat-companion-assistant.IQ3_XS.gguf b/llama-3-8b-chat-companion-assistant.IQ3_XS.gguf new file mode 100644 index 0000000..62de3dc --- /dev/null +++ b/llama-3-8b-chat-companion-assistant.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa336b34d779ba9633e4ec83f908b1f60f66477ee9f7c59bb79344438a3e934 +size 3518757760 diff --git a/llama-3-8b-chat-companion-assistant.IQ4_XS.gguf b/llama-3-8b-chat-companion-assistant.IQ4_XS.gguf new file mode 100644 index 0000000..0c4fd15 --- /dev/null +++ b/llama-3-8b-chat-companion-assistant.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a198b4670742db42187ea35b324a9afbc68fd7d2cb4f045438d6a38a5dae30c9 +size 4484374208 diff --git a/llama-3-8b-chat-companion-assistant.Q2_K.gguf b/llama-3-8b-chat-companion-assistant.Q2_K.gguf new file mode 100644 index 0000000..c0d86b4 --- /dev/null +++ b/llama-3-8b-chat-companion-assistant.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c3bfe63dfa9c38386cf689b3edff1beab2033e701ff7129a7194acec203a3b +size 3179141184 diff --git a/llama-3-8b-chat-companion-assistant.Q3_K_L.gguf b/llama-3-8b-chat-companion-assistant.Q3_K_L.gguf new file mode 100644 index 0000000..b7e4e4e --- /dev/null +++ b/llama-3-8b-chat-companion-assistant.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855dc611cde7d3ad5381f4110f64df3e0bb735eb0e0d56d4603397f93f0c8854 +size 4321966976 diff --git a/llama-3-8b-chat-companion-assistant.Q3_K_M.gguf b/llama-3-8b-chat-companion-assistant.Q3_K_M.gguf new file mode 100644 index 0000000..5a2a546 --- /dev/null +++ b/llama-3-8b-chat-companion-assistant.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d3104ccb74a6f7b49589e2d29193b32ef0ea483330c143dea32a04cf4b1d8f +size 4018928512 diff --git a/llama-3-8b-chat-companion-assistant.Q3_K_S.gguf b/llama-3-8b-chat-companion-assistant.Q3_K_S.gguf new file mode 100644 index 0000000..1edf9da --- /dev/null +++ b/llama-3-8b-chat-companion-assistant.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3abb5867a6311dc68165bdd7e11c8ed15e8a3e03c3011f1bf412055cc917af +size 3664509824 diff --git a/llama-3-8b-chat-companion-assistant.Q4_K_M.gguf b/llama-3-8b-chat-companion-assistant.Q4_K_M.gguf new file mode 100644 index 0000000..2ee37d3 --- /dev/null +++ b/llama-3-8b-chat-companion-assistant.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6f3f1cf6d8ecf7b71aaf77f444dd50bf66c6f6005391354573f508f6bce2af +size 4920745920 diff --git a/llama-3-8b-chat-companion-assistant.Q4_K_S.gguf b/llama-3-8b-chat-companion-assistant.Q4_K_S.gguf new file mode 100644 index 0000000..90cc075 --- /dev/null +++ b/llama-3-8b-chat-companion-assistant.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b4b603cfefb7fc89c61325ac81e3df1cc11eba0ef5a0d21baf231e051a1e57 +size 4692680640 diff --git a/llama-3-8b-chat-companion-assistant.Q5_K_M.gguf b/llama-3-8b-chat-companion-assistant.Q5_K_M.gguf new file mode 100644 index 0000000..a430b76 --- /dev/null +++ b/llama-3-8b-chat-companion-assistant.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39ed0f76a0df55b2fcd7115c656edf0ddcc39eb05cba0ed2c0349a920269649 +size 5733000128 diff --git a/llama-3-8b-chat-companion-assistant.Q5_K_S.gguf b/llama-3-8b-chat-companion-assistant.Q5_K_S.gguf new file mode 100644 index 0000000..9a377b3 --- /dev/null +++ b/llama-3-8b-chat-companion-assistant.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6005ba39ad70c1c02364285f5f539f86c9236c48beaf1f1c81926c0248e72d8c +size 5599306688 diff --git a/llama-3-8b-chat-companion-assistant.Q6_K.gguf b/llama-3-8b-chat-companion-assistant.Q6_K.gguf new file mode 100644 index 0000000..b15a175 --- /dev/null +++ b/llama-3-8b-chat-companion-assistant.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9452fdb63f3e0e2f9bf28e388b2990c0c3d13f90a52990fe8e91eafb54c3a47 +size 6596020224 diff --git a/llama-3-8b-chat-companion-assistant.Q8_0.gguf b/llama-3-8b-chat-companion-assistant.Q8_0.gguf new file mode 100644 index 0000000..b23ce37 --- /dev/null +++ b/llama-3-8b-chat-companion-assistant.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d02d51d42b91339cd876d2808d6040039af8a4846cc9ea197d2090277940278 +size 8540788608 diff --git a/llama-3-8b-chat-companion-assistant.f16.gguf b/llama-3-8b-chat-companion-assistant.f16.gguf new file mode 100644 index 0000000..40b960f --- /dev/null +++ b/llama-3-8b-chat-companion-assistant.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d8d21767b5eb32d4a2d9dc56c011b20afe67cfd376198e9ca680ff4e340b01 +size 16068924288