From 64cb2084ab783ec04253b4cc3ec2c54647830aa9 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 10 Jun 2026 05:30: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-Thinking-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++ Athenea-4B-Thinking.IQ4_XS.gguf | 3 ++ Athenea-4B-Thinking.Q2_K.gguf | 3 ++ Athenea-4B-Thinking.Q3_K_L.gguf | 3 ++ Athenea-4B-Thinking.Q3_K_M.gguf | 3 ++ Athenea-4B-Thinking.Q3_K_S.gguf | 3 ++ Athenea-4B-Thinking.Q4_K_M.gguf | 3 ++ Athenea-4B-Thinking.Q4_K_S.gguf | 3 ++ Athenea-4B-Thinking.Q5_K_M.gguf | 3 ++ Athenea-4B-Thinking.Q5_K_S.gguf | 3 ++ Athenea-4B-Thinking.Q6_K.gguf | 3 ++ Athenea-4B-Thinking.Q8_0.gguf | 3 ++ Athenea-4B-Thinking.f16.gguf | 3 ++ README.md | 87 +++++++++++++++++++++++++++++++++ 14 files changed, 170 insertions(+) create mode 100644 .gitattributes create mode 100644 Athenea-4B-Thinking.IQ4_XS.gguf create mode 100644 Athenea-4B-Thinking.Q2_K.gguf create mode 100644 Athenea-4B-Thinking.Q3_K_L.gguf create mode 100644 Athenea-4B-Thinking.Q3_K_M.gguf create mode 100644 Athenea-4B-Thinking.Q3_K_S.gguf create mode 100644 Athenea-4B-Thinking.Q4_K_M.gguf create mode 100644 Athenea-4B-Thinking.Q4_K_S.gguf create mode 100644 Athenea-4B-Thinking.Q5_K_M.gguf create mode 100644 Athenea-4B-Thinking.Q5_K_S.gguf create mode 100644 Athenea-4B-Thinking.Q6_K.gguf create mode 100644 Athenea-4B-Thinking.Q8_0.gguf create mode 100644 Athenea-4B-Thinking.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ab7e43a --- /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-Thinking.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Thinking.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Thinking.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Thinking.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Thinking.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Thinking.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Thinking.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Thinking.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Thinking.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Thinking.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Thinking.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Athenea-4B-Thinking.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Athenea-4B-Thinking.IQ4_XS.gguf b/Athenea-4B-Thinking.IQ4_XS.gguf new file mode 100644 index 0000000..9fc8a71 --- /dev/null +++ b/Athenea-4B-Thinking.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c327092237d4244cc222389d1a38e6f8173c407d25861739527ddc4ed2cca3 +size 2286317024 diff --git a/Athenea-4B-Thinking.Q2_K.gguf b/Athenea-4B-Thinking.Q2_K.gguf new file mode 100644 index 0000000..d462b70 --- /dev/null +++ b/Athenea-4B-Thinking.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c92e3138114f9b3b9f1e9439c4e3e2e94a1af4e9a0a1f2baabfb86894c1a4d4 +size 1669500384 diff --git a/Athenea-4B-Thinking.Q3_K_L.gguf b/Athenea-4B-Thinking.Q3_K_L.gguf new file mode 100644 index 0000000..51cafa3 --- /dev/null +++ b/Athenea-4B-Thinking.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caca206db21c7cd4bc91a0eda78cc96b6939af56b544ddd34331b8d4896fe85e +size 2239786464 diff --git a/Athenea-4B-Thinking.Q3_K_M.gguf b/Athenea-4B-Thinking.Q3_K_M.gguf new file mode 100644 index 0000000..03061fd --- /dev/null +++ b/Athenea-4B-Thinking.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63bb7fea86e1aa7e9598bb7ec04ced244629fe5574347ab7b29ba9fa3b99327f +size 2075618784 diff --git a/Athenea-4B-Thinking.Q3_K_S.gguf b/Athenea-4B-Thinking.Q3_K_S.gguf new file mode 100644 index 0000000..30ef542 --- /dev/null +++ b/Athenea-4B-Thinking.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b020e60e30ada07c075a6c8bbc65b86d13700da6c71095c23c2b6b387515f25 +size 1886997984 diff --git a/Athenea-4B-Thinking.Q4_K_M.gguf b/Athenea-4B-Thinking.Q4_K_M.gguf new file mode 100644 index 0000000..9c56b3e --- /dev/null +++ b/Athenea-4B-Thinking.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd5ac09fb2e896dbd6c11d03de770647f6fd0d80775052c09fa418de411fde5 +size 2497281504 diff --git a/Athenea-4B-Thinking.Q4_K_S.gguf b/Athenea-4B-Thinking.Q4_K_S.gguf new file mode 100644 index 0000000..b4b8290 --- /dev/null +++ b/Athenea-4B-Thinking.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7327e747faf767573ef17db57b7595e4a7e8f80960c229cd363a8635c3fedba6 +size 2383310304 diff --git a/Athenea-4B-Thinking.Q5_K_M.gguf b/Athenea-4B-Thinking.Q5_K_M.gguf new file mode 100644 index 0000000..a215044 --- /dev/null +++ b/Athenea-4B-Thinking.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81ff04e98a94fcea195f005df766714e12c7be802ba0698652d3bc7bb0846a3 +size 2889514464 diff --git a/Athenea-4B-Thinking.Q5_K_S.gguf b/Athenea-4B-Thinking.Q5_K_S.gguf new file mode 100644 index 0000000..e479146 --- /dev/null +++ b/Athenea-4B-Thinking.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8f249122a621c9247090891d66165fced54b4dd4634d04afba040bd4b65581 +size 2823712224 diff --git a/Athenea-4B-Thinking.Q6_K.gguf b/Athenea-4B-Thinking.Q6_K.gguf new file mode 100644 index 0000000..528e614 --- /dev/null +++ b/Athenea-4B-Thinking.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c928b04d2affd5e6a3430dd246772de9fcbcefcfac55a4b204c16eadee4439d5 +size 3306261984 diff --git a/Athenea-4B-Thinking.Q8_0.gguf b/Athenea-4B-Thinking.Q8_0.gguf new file mode 100644 index 0000000..7720c5c --- /dev/null +++ b/Athenea-4B-Thinking.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9cf075937f6bea9fc4161ca113b70393455a8f1c279f1936f5a976f198a5df5 +size 4280405984 diff --git a/Athenea-4B-Thinking.f16.gguf b/Athenea-4B-Thinking.f16.gguf new file mode 100644 index 0000000..ef425c2 --- /dev/null +++ b/Athenea-4B-Thinking.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc8dafa545e55d62d1ce6d4e4066bed6f7537c7bc35fc2d913256550f46d0a1 +size 8051285984 diff --git a/README.md b/README.md new file mode 100644 index 0000000..34c97bf --- /dev/null +++ b/README.md @@ -0,0 +1,87 @@ +--- +base_model: Aquiles-ai/Athenea-4B-Thinking +datasets: +- Aquiles-ai/Athenea-40k +language: +- en +- es +- de +- fr +- it +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- math +- code +- merge +- qwen3 +- uncensored +- conversational +- agent +- athenea +--- +## About + + + + + + + + + +static quants of https://huggingface.co/Aquiles-ai/Athenea-4B-Thinking + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Athenea-4B-Thinking-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Athenea-4B-Thinking-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-Thinking-GGUF/resolve/main/Athenea-4B-Thinking.Q2_K.gguf) | Q2_K | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Thinking-GGUF/resolve/main/Athenea-4B-Thinking.Q3_K_S.gguf) | Q3_K_S | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Thinking-GGUF/resolve/main/Athenea-4B-Thinking.Q3_K_M.gguf) | Q3_K_M | 2.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Thinking-GGUF/resolve/main/Athenea-4B-Thinking.Q3_K_L.gguf) | Q3_K_L | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Thinking-GGUF/resolve/main/Athenea-4B-Thinking.IQ4_XS.gguf) | IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Thinking-GGUF/resolve/main/Athenea-4B-Thinking.Q4_K_S.gguf) | Q4_K_S | 2.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Thinking-GGUF/resolve/main/Athenea-4B-Thinking.Q4_K_M.gguf) | Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Thinking-GGUF/resolve/main/Athenea-4B-Thinking.Q5_K_S.gguf) | Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Thinking-GGUF/resolve/main/Athenea-4B-Thinking.Q5_K_M.gguf) | Q5_K_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Thinking-GGUF/resolve/main/Athenea-4B-Thinking.Q6_K.gguf) | Q6_K | 3.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Thinking-GGUF/resolve/main/Athenea-4B-Thinking.Q8_0.gguf) | Q8_0 | 4.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Athenea-4B-Thinking-GGUF/resolve/main/Athenea-4B-Thinking.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. + +