From 148b4f6584b5c1d6782c5417625ef2ec04eb7d81 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 7 Jul 2026 08:32: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/ArmoniosaAnthea-GGUF Source: Original Platform --- .gitattributes | 50 ++++++++++++++++++++++++++++ ArmoniosaAnthea.IQ3_M.gguf | 3 ++ ArmoniosaAnthea.IQ3_S.gguf | 3 ++ ArmoniosaAnthea.IQ3_XS.gguf | 3 ++ ArmoniosaAnthea.IQ4_XS.gguf | 3 ++ ArmoniosaAnthea.Q2_K.gguf | 3 ++ ArmoniosaAnthea.Q3_K_L.gguf | 3 ++ ArmoniosaAnthea.Q3_K_M.gguf | 3 ++ ArmoniosaAnthea.Q3_K_S.gguf | 3 ++ ArmoniosaAnthea.Q4_K_M.gguf | 3 ++ ArmoniosaAnthea.Q4_K_S.gguf | 3 ++ ArmoniosaAnthea.Q5_K_M.gguf | 3 ++ ArmoniosaAnthea.Q5_K_S.gguf | 3 ++ ArmoniosaAnthea.Q6_K.gguf | 3 ++ ArmoniosaAnthea.Q8_0.gguf | 3 ++ ArmoniosaAnthea.f16.gguf | 3 ++ README.md | 66 +++++++++++++++++++++++++++++++++++++ 17 files changed, 161 insertions(+) create mode 100644 .gitattributes create mode 100644 ArmoniosaAnthea.IQ3_M.gguf create mode 100644 ArmoniosaAnthea.IQ3_S.gguf create mode 100644 ArmoniosaAnthea.IQ3_XS.gguf create mode 100644 ArmoniosaAnthea.IQ4_XS.gguf create mode 100644 ArmoniosaAnthea.Q2_K.gguf create mode 100644 ArmoniosaAnthea.Q3_K_L.gguf create mode 100644 ArmoniosaAnthea.Q3_K_M.gguf create mode 100644 ArmoniosaAnthea.Q3_K_S.gguf create mode 100644 ArmoniosaAnthea.Q4_K_M.gguf create mode 100644 ArmoniosaAnthea.Q4_K_S.gguf create mode 100644 ArmoniosaAnthea.Q5_K_M.gguf create mode 100644 ArmoniosaAnthea.Q5_K_S.gguf create mode 100644 ArmoniosaAnthea.Q6_K.gguf create mode 100644 ArmoniosaAnthea.Q8_0.gguf create mode 100644 ArmoniosaAnthea.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..99d7741 --- /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 +ArmoniosaAnthea.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +ArmoniosaAnthea.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +ArmoniosaAnthea.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ArmoniosaAnthea.f16.gguf filter=lfs diff=lfs merge=lfs -text +ArmoniosaAnthea.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +ArmoniosaAnthea.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +ArmoniosaAnthea.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ArmoniosaAnthea.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ArmoniosaAnthea.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +ArmoniosaAnthea.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +ArmoniosaAnthea.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ArmoniosaAnthea.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ArmoniosaAnthea.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ArmoniosaAnthea.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +ArmoniosaAnthea.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/ArmoniosaAnthea.IQ3_M.gguf b/ArmoniosaAnthea.IQ3_M.gguf new file mode 100644 index 0000000..98e6ec5 --- /dev/null +++ b/ArmoniosaAnthea.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df104e93f4ca1a92d8270a3f696b6b55fb92ce4b089bf99ea031f40c6366c46 +size 3284902400 diff --git a/ArmoniosaAnthea.IQ3_S.gguf b/ArmoniosaAnthea.IQ3_S.gguf new file mode 100644 index 0000000..e882113 --- /dev/null +++ b/ArmoniosaAnthea.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e6aae4ac64ea3fec2529b1d9466a11bc407c4fb16973b1c6e8185c86021c72 +size 3182404096 diff --git a/ArmoniosaAnthea.IQ3_XS.gguf b/ArmoniosaAnthea.IQ3_XS.gguf new file mode 100644 index 0000000..5fd3fb2 --- /dev/null +++ b/ArmoniosaAnthea.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c706508cd2081b406b54eb90f42ae37fbb51c3c9e52a72b23e8b9d3944762fff +size 3018826240 diff --git a/ArmoniosaAnthea.IQ4_XS.gguf b/ArmoniosaAnthea.IQ4_XS.gguf new file mode 100644 index 0000000..86db1dd --- /dev/null +++ b/ArmoniosaAnthea.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4d0a21e640c6008f2cc25b778d2f1074891688da370fbd383e7fb976f12c32 +size 3944400192 diff --git a/ArmoniosaAnthea.Q2_K.gguf b/ArmoniosaAnthea.Q2_K.gguf new file mode 100644 index 0000000..03d4629 --- /dev/null +++ b/ArmoniosaAnthea.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5bc9fc35869a41574dab648a6ca43e690132e40662d2e3ef839c0d7e801697 +size 2719252160 diff --git a/ArmoniosaAnthea.Q3_K_L.gguf b/ArmoniosaAnthea.Q3_K_L.gguf new file mode 100644 index 0000000..19a1d16 --- /dev/null +++ b/ArmoniosaAnthea.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865de6710a30da3c311a7d44a3500b2b070876e9b6b5c667397e66032f6dad33 +size 3822035456 diff --git a/ArmoniosaAnthea.Q3_K_M.gguf b/ArmoniosaAnthea.Q3_K_M.gguf new file mode 100644 index 0000000..e7e7366 --- /dev/null +++ b/ArmoniosaAnthea.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afcc429b970ef519dd3084346a2928e6bb449b19daa09ce3ead7e31267b0f209 +size 3518996992 diff --git a/ArmoniosaAnthea.Q3_K_S.gguf b/ArmoniosaAnthea.Q3_K_S.gguf new file mode 100644 index 0000000..23d7a11 --- /dev/null +++ b/ArmoniosaAnthea.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff798ba0892ef36058156ef2aa6a038a3446df58b79cbf20f59d00ded2a9e51d +size 3164578304 diff --git a/ArmoniosaAnthea.Q4_K_M.gguf b/ArmoniosaAnthea.Q4_K_M.gguf new file mode 100644 index 0000000..a7f2d44 --- /dev/null +++ b/ArmoniosaAnthea.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a997fcf39fa00bffe01661f13a893f8ae134ffd3dd1a534963d170b7864151b0 +size 4368451136 diff --git a/ArmoniosaAnthea.Q4_K_S.gguf b/ArmoniosaAnthea.Q4_K_S.gguf new file mode 100644 index 0000000..6eca264 --- /dev/null +++ b/ArmoniosaAnthea.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3078416d9b827d74a51a563f56cb99976b49b1407f6028a21920ae1bb126ac4 +size 4140385856 diff --git a/ArmoniosaAnthea.Q5_K_M.gguf b/ArmoniosaAnthea.Q5_K_M.gguf new file mode 100644 index 0000000..7bddfae --- /dev/null +++ b/ArmoniosaAnthea.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feff9f5fe9c2c72fd14bef91853f82972d89a980ab2873829a32799b99d4aa35 +size 5131422272 diff --git a/ArmoniosaAnthea.Q5_K_S.gguf b/ArmoniosaAnthea.Q5_K_S.gguf new file mode 100644 index 0000000..c1c1310 --- /dev/null +++ b/ArmoniosaAnthea.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5b30308f8d11f7824253b655085001a405f098c61100c79223d0e00578417d +size 4997728832 diff --git a/ArmoniosaAnthea.Q6_K.gguf b/ArmoniosaAnthea.Q6_K.gguf new file mode 100644 index 0000000..f0bd2eb --- /dev/null +++ b/ArmoniosaAnthea.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ff6ea2bc7e00537eb5d9bcbb49e24607beb722c6bce73324dec219cd32d2ca +size 5942079104 diff --git a/ArmoniosaAnthea.Q8_0.gguf b/ArmoniosaAnthea.Q8_0.gguf new file mode 100644 index 0000000..08987f9 --- /dev/null +++ b/ArmoniosaAnthea.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4677214b9b8f962207bdb2ac5aeb877d9ba143dcfe8b0dff9700ac8a9dbc16ed +size 7695875584 diff --git a/ArmoniosaAnthea.f16.gguf b/ArmoniosaAnthea.f16.gguf new file mode 100644 index 0000000..eb26a47 --- /dev/null +++ b/ArmoniosaAnthea.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ffc99f08e6fe586d80da1006aa15158047fce024e08ee3ee893edb3499dc96c +size 14484765184 diff --git a/README.md b/README.md new file mode 100644 index 0000000..67ce75e --- /dev/null +++ b/README.md @@ -0,0 +1,66 @@ +--- +base_model: neovalle/ArmoniosaAnthea +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: [] +--- +## About + + + + + +static quants of https://huggingface.co/neovalle/ArmoniosaAnthea + + +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/ArmoniosaAnthea-GGUF/resolve/main/ArmoniosaAnthea.Q2_K.gguf) | Q2_K | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/ArmoniosaAnthea-GGUF/resolve/main/ArmoniosaAnthea.IQ3_XS.gguf) | IQ3_XS | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/ArmoniosaAnthea-GGUF/resolve/main/ArmoniosaAnthea.Q3_K_S.gguf) | Q3_K_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/ArmoniosaAnthea-GGUF/resolve/main/ArmoniosaAnthea.IQ3_S.gguf) | IQ3_S | 3.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/ArmoniosaAnthea-GGUF/resolve/main/ArmoniosaAnthea.IQ3_M.gguf) | IQ3_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/ArmoniosaAnthea-GGUF/resolve/main/ArmoniosaAnthea.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/ArmoniosaAnthea-GGUF/resolve/main/ArmoniosaAnthea.Q3_K_L.gguf) | Q3_K_L | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/ArmoniosaAnthea-GGUF/resolve/main/ArmoniosaAnthea.IQ4_XS.gguf) | IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/ArmoniosaAnthea-GGUF/resolve/main/ArmoniosaAnthea.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ArmoniosaAnthea-GGUF/resolve/main/ArmoniosaAnthea.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ArmoniosaAnthea-GGUF/resolve/main/ArmoniosaAnthea.Q5_K_S.gguf) | Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/ArmoniosaAnthea-GGUF/resolve/main/ArmoniosaAnthea.Q5_K_M.gguf) | Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/ArmoniosaAnthea-GGUF/resolve/main/ArmoniosaAnthea.Q6_K.gguf) | Q6_K | 6.0 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/ArmoniosaAnthea-GGUF/resolve/main/ArmoniosaAnthea.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/ArmoniosaAnthea-GGUF/resolve/main/ArmoniosaAnthea.f16.gguf) | f16 | 14.6 | 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. + +