From 3e8b431ef4abcd422129739a9934ada04ed03849 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 10 Jun 2026 05:31:15 +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/Athenea-4B-Coding-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++++ Athenea-4B-Coding.IQ4_XS.gguf | 3 ++ Athenea-4B-Coding.Q2_K.gguf | 3 ++ Athenea-4B-Coding.Q3_K_L.gguf | 3 ++ Athenea-4B-Coding.Q3_K_M.gguf | 3 ++ Athenea-4B-Coding.Q3_K_S.gguf | 3 ++ Athenea-4B-Coding.Q4_K_M.gguf | 3 ++ Athenea-4B-Coding.Q4_K_S.gguf | 3 ++ Athenea-4B-Coding.Q5_K_M.gguf | 3 ++ Athenea-4B-Coding.Q5_K_S.gguf | 3 ++ Athenea-4B-Coding.Q6_K.gguf | 3 ++ Athenea-4B-Coding.Q8_0.gguf | 3 ++ Athenea-4B-Coding.f16.gguf | 3 ++ README.md | 82 +++++++++++++++++++++++++++++++++++ 14 files changed, 165 insertions(+) create mode 100644 .gitattributes create mode 100644 Athenea-4B-Coding.IQ4_XS.gguf create mode 100644 Athenea-4B-Coding.Q2_K.gguf create mode 100644 Athenea-4B-Coding.Q3_K_L.gguf create mode 100644 Athenea-4B-Coding.Q3_K_M.gguf create mode 100644 Athenea-4B-Coding.Q3_K_S.gguf create mode 100644 Athenea-4B-Coding.Q4_K_M.gguf create mode 100644 Athenea-4B-Coding.Q4_K_S.gguf create mode 100644 Athenea-4B-Coding.Q5_K_M.gguf create mode 100644 Athenea-4B-Coding.Q5_K_S.gguf create mode 100644 Athenea-4B-Coding.Q6_K.gguf create mode 100644 Athenea-4B-Coding.Q8_0.gguf create mode 100644 Athenea-4B-Coding.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f4c6d4f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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 +Athenea-4B-Coding.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Coding.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Coding.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Coding.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Coding.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Coding.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Coding.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Coding.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Coding.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Coding.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Coding.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Coding.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Athenea-4B-Coding.IQ4_XS.gguf b/Athenea-4B-Coding.IQ4_XS.gguf new file mode 100644 index 0000000..4e1b735 --- /dev/null +++ b/Athenea-4B-Coding.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1771f9edc2e7d38c891ee7d89856d5b5a0154ae1270cfa5f4304c76283b4058 +size 2286316992 diff --git a/Athenea-4B-Coding.Q2_K.gguf b/Athenea-4B-Coding.Q2_K.gguf new file mode 100644 index 0000000..f06688d --- /dev/null +++ b/Athenea-4B-Coding.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382e9e647d638f637555987b9b46ae8e4cad64cc79cd95e770148635e7193f9d +size 1669500352 diff --git a/Athenea-4B-Coding.Q3_K_L.gguf b/Athenea-4B-Coding.Q3_K_L.gguf new file mode 100644 index 0000000..e16e95d --- /dev/null +++ b/Athenea-4B-Coding.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8294a3723fceb68a1dd50c82de8cdb492d6e04dc5777ddd8dd16c9668189c61 +size 2239786432 diff --git a/Athenea-4B-Coding.Q3_K_M.gguf b/Athenea-4B-Coding.Q3_K_M.gguf new file mode 100644 index 0000000..dcce265 --- /dev/null +++ b/Athenea-4B-Coding.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36629d5fc8604b0dc3b88c38268697ecdff77b5efaa77448775a6a46d000cc1 +size 2075618752 diff --git a/Athenea-4B-Coding.Q3_K_S.gguf b/Athenea-4B-Coding.Q3_K_S.gguf new file mode 100644 index 0000000..f38053b --- /dev/null +++ b/Athenea-4B-Coding.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4677b9136d0b77ab19c9e22f29871934cd777a0605acd73247dd8d135cd46399 +size 1886997952 diff --git a/Athenea-4B-Coding.Q4_K_M.gguf b/Athenea-4B-Coding.Q4_K_M.gguf new file mode 100644 index 0000000..5f2c4ce --- /dev/null +++ b/Athenea-4B-Coding.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cfa86df29aac4b6fe01646e6035db00d1aa57ae00c391525eef87fad592c26 +size 2497281472 diff --git a/Athenea-4B-Coding.Q4_K_S.gguf b/Athenea-4B-Coding.Q4_K_S.gguf new file mode 100644 index 0000000..fba60ae --- /dev/null +++ b/Athenea-4B-Coding.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16c9a467fc827bfc32b5f1753a4c26c8bdf45f8cfdad1794cb58f0bbed89450 +size 2383310272 diff --git a/Athenea-4B-Coding.Q5_K_M.gguf b/Athenea-4B-Coding.Q5_K_M.gguf new file mode 100644 index 0000000..650f0cc --- /dev/null +++ b/Athenea-4B-Coding.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c29ca375a64eab0a532e9f5adc676e0f790d4dd321afbb876b4feb04277c632 +size 2889514432 diff --git a/Athenea-4B-Coding.Q5_K_S.gguf b/Athenea-4B-Coding.Q5_K_S.gguf new file mode 100644 index 0000000..e766a55 --- /dev/null +++ b/Athenea-4B-Coding.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c010a949b979d50d56c81523496dfd4e0bb96ae3a85d00e3daeec1ed0e6f4173 +size 2823712192 diff --git a/Athenea-4B-Coding.Q6_K.gguf b/Athenea-4B-Coding.Q6_K.gguf new file mode 100644 index 0000000..39f2207 --- /dev/null +++ b/Athenea-4B-Coding.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1204d4cdf0102d952fc86a670d0b657532ec9ee11123ab43ad5275ba3eaea1e +size 3306261952 diff --git a/Athenea-4B-Coding.Q8_0.gguf b/Athenea-4B-Coding.Q8_0.gguf new file mode 100644 index 0000000..b73d143 --- /dev/null +++ b/Athenea-4B-Coding.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f195e1f638a73e43cd9d090c06ddeb2d273160efe6cbfe30280e56425be9500b +size 4280405952 diff --git a/Athenea-4B-Coding.f16.gguf b/Athenea-4B-Coding.f16.gguf new file mode 100644 index 0000000..c4d9c91 --- /dev/null +++ b/Athenea-4B-Coding.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfdcdba3f0e0ecc11834a65605044e4daf7a9b20e3c0b63ace910d71b89dd06 +size 8051285952 diff --git a/README.md b/README.md new file mode 100644 index 0000000..c2a390a --- /dev/null +++ b/README.md @@ -0,0 +1,82 @@ +--- +base_model: Aquiles-ai/Athenea-4B-Coding +datasets: +- Aquiles-ai/Athenea-Coding-100k +language: +- en +- es +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- code +- agent +- text-generation-inference +- merge +- uncensored +- athenea +--- +## About + + + + + + + + + +static quants of https://huggingface.co/Aquiles-ai/Athenea-4B-Coding + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Athenea-4B-Coding-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Athenea-4B-Coding-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/Athenea-4B-Coding-GGUF/resolve/main/Athenea-4B-Coding.Q2_K.gguf) | Q2_K | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Coding-GGUF/resolve/main/Athenea-4B-Coding.Q3_K_S.gguf) | Q3_K_S | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Coding-GGUF/resolve/main/Athenea-4B-Coding.Q3_K_M.gguf) | Q3_K_M | 2.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Coding-GGUF/resolve/main/Athenea-4B-Coding.Q3_K_L.gguf) | Q3_K_L | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Coding-GGUF/resolve/main/Athenea-4B-Coding.IQ4_XS.gguf) | IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Coding-GGUF/resolve/main/Athenea-4B-Coding.Q4_K_S.gguf) | Q4_K_S | 2.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Coding-GGUF/resolve/main/Athenea-4B-Coding.Q4_K_M.gguf) | Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Coding-GGUF/resolve/main/Athenea-4B-Coding.Q5_K_S.gguf) | Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Coding-GGUF/resolve/main/Athenea-4B-Coding.Q5_K_M.gguf) | Q5_K_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Coding-GGUF/resolve/main/Athenea-4B-Coding.Q6_K.gguf) | Q6_K | 3.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Coding-GGUF/resolve/main/Athenea-4B-Coding.Q8_0.gguf) | Q8_0 | 4.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Coding-GGUF/resolve/main/Athenea-4B-Coding.f16.gguf) | f16 | 8.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. + +