From edc95cfc3556263b3a0fa21b3760ccb958d67496 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 15 Jun 2026 08:50:16 +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/gemma-elodria-companion-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++++ README.md | 64 +++++++++++++++++++++++++++++ gemma-elodria-companion.IQ4_XS.gguf | 3 ++ gemma-elodria-companion.Q2_K.gguf | 3 ++ gemma-elodria-companion.Q3_K_L.gguf | 3 ++ gemma-elodria-companion.Q3_K_M.gguf | 3 ++ gemma-elodria-companion.Q3_K_S.gguf | 3 ++ gemma-elodria-companion.Q4_K_M.gguf | 3 ++ gemma-elodria-companion.Q4_K_S.gguf | 3 ++ gemma-elodria-companion.Q5_K_M.gguf | 3 ++ gemma-elodria-companion.Q5_K_S.gguf | 3 ++ gemma-elodria-companion.Q6_K.gguf | 3 ++ gemma-elodria-companion.Q8_0.gguf | 3 ++ gemma-elodria-companion.f16.gguf | 3 ++ 14 files changed, 147 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 gemma-elodria-companion.IQ4_XS.gguf create mode 100644 gemma-elodria-companion.Q2_K.gguf create mode 100644 gemma-elodria-companion.Q3_K_L.gguf create mode 100644 gemma-elodria-companion.Q3_K_M.gguf create mode 100644 gemma-elodria-companion.Q3_K_S.gguf create mode 100644 gemma-elodria-companion.Q4_K_M.gguf create mode 100644 gemma-elodria-companion.Q4_K_S.gguf create mode 100644 gemma-elodria-companion.Q5_K_M.gguf create mode 100644 gemma-elodria-companion.Q5_K_S.gguf create mode 100644 gemma-elodria-companion.Q6_K.gguf create mode 100644 gemma-elodria-companion.Q8_0.gguf create mode 100644 gemma-elodria-companion.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3218547 --- /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 +gemma-elodria-companion.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +gemma-elodria-companion.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +gemma-elodria-companion.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +gemma-elodria-companion.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +gemma-elodria-companion.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +gemma-elodria-companion.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +gemma-elodria-companion.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +gemma-elodria-companion.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +gemma-elodria-companion.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +gemma-elodria-companion.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +gemma-elodria-companion.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +gemma-elodria-companion.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..1afc392 --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ +--- +base_model: ramo6627/gemma-elodria-companion +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: [] +--- +## About + + + + + + +static quants of https://huggingface.co/ramo6627/gemma-elodria-companion + + +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/gemma-elodria-companion-GGUF/resolve/main/gemma-elodria-companion.Q2_K.gguf) | Q2_K | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/gemma-elodria-companion-GGUF/resolve/main/gemma-elodria-companion.Q3_K_S.gguf) | Q3_K_S | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/gemma-elodria-companion-GGUF/resolve/main/gemma-elodria-companion.Q3_K_M.gguf) | Q3_K_M | 1.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/gemma-elodria-companion-GGUF/resolve/main/gemma-elodria-companion.Q3_K_L.gguf) | Q3_K_L | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/gemma-elodria-companion-GGUF/resolve/main/gemma-elodria-companion.IQ4_XS.gguf) | IQ4_XS | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/gemma-elodria-companion-GGUF/resolve/main/gemma-elodria-companion.Q4_K_S.gguf) | Q4_K_S | 1.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/gemma-elodria-companion-GGUF/resolve/main/gemma-elodria-companion.Q4_K_M.gguf) | Q4_K_M | 1.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/gemma-elodria-companion-GGUF/resolve/main/gemma-elodria-companion.Q5_K_S.gguf) | Q5_K_S | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/gemma-elodria-companion-GGUF/resolve/main/gemma-elodria-companion.Q5_K_M.gguf) | Q5_K_M | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/gemma-elodria-companion-GGUF/resolve/main/gemma-elodria-companion.Q6_K.gguf) | Q6_K | 2.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/gemma-elodria-companion-GGUF/resolve/main/gemma-elodria-companion.Q8_0.gguf) | Q8_0 | 2.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/gemma-elodria-companion-GGUF/resolve/main/gemma-elodria-companion.f16.gguf) | f16 | 5.1 | 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/gemma-elodria-companion.IQ4_XS.gguf b/gemma-elodria-companion.IQ4_XS.gguf new file mode 100644 index 0000000..ca84721 --- /dev/null +++ b/gemma-elodria-companion.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c67c733f765069218f63b43411e7ba7e583163fde7a9dbf441a3848dc9accd8 +size 1501219328 diff --git a/gemma-elodria-companion.Q2_K.gguf b/gemma-elodria-companion.Q2_K.gguf new file mode 100644 index 0000000..a8bf066 --- /dev/null +++ b/gemma-elodria-companion.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd83ff81f6925a1d5b4533a4c110e5f8eee4664785e45e1156f436bdc4e3f7a +size 1157925376 diff --git a/gemma-elodria-companion.Q3_K_L.gguf b/gemma-elodria-companion.Q3_K_L.gguf new file mode 100644 index 0000000..4c12012 --- /dev/null +++ b/gemma-elodria-companion.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0744c8917d824ab8d075d71809213cc19b6197cdfab6636d7a3dbec96a92b6eb +size 1465592320 diff --git a/gemma-elodria-companion.Q3_K_M.gguf b/gemma-elodria-companion.Q3_K_M.gguf new file mode 100644 index 0000000..370584d --- /dev/null +++ b/gemma-elodria-companion.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c94c16b06cea442de81e45a91b3356a901f2dcc011908bd1a497608e16e9597 +size 1383803392 diff --git a/gemma-elodria-companion.Q3_K_S.gguf b/gemma-elodria-companion.Q3_K_S.gguf new file mode 100644 index 0000000..5b6fab6 --- /dev/null +++ b/gemma-elodria-companion.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec1296a3fdd1d36c388ce91c46e056b4cb409e609ae0f4f70b570c67dfdbdfb +size 1287981568 diff --git a/gemma-elodria-companion.Q4_K_M.gguf b/gemma-elodria-companion.Q4_K_M.gguf new file mode 100644 index 0000000..f0ca4c5 --- /dev/null +++ b/gemma-elodria-companion.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18538c408579d86c7ce95c91695a86bd52d57d1101592caf7eb7a95431cea785 +size 1630263808 diff --git a/gemma-elodria-companion.Q4_K_S.gguf b/gemma-elodria-companion.Q4_K_S.gguf new file mode 100644 index 0000000..af124f4 --- /dev/null +++ b/gemma-elodria-companion.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebce2a34be7f9e923872e3398ac48123eed4d1cc92250c8c0eda7e3c715dcc5 +size 1559841280 diff --git a/gemma-elodria-companion.Q5_K_M.gguf b/gemma-elodria-companion.Q5_K_M.gguf new file mode 100644 index 0000000..83b7dc6 --- /dev/null +++ b/gemma-elodria-companion.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b1ce9dd0177ea3408d1aa9c53ebd668bd3eb4615d5463f145b0f23a56143eb +size 1839651328 diff --git a/gemma-elodria-companion.Q5_K_S.gguf b/gemma-elodria-companion.Q5_K_S.gguf new file mode 100644 index 0000000..b3a7bc9 --- /dev/null +++ b/gemma-elodria-companion.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df8ad678173c316d6e98f446c848da352241fec6615864c51f0318c29f81e04 +size 1798916608 diff --git a/gemma-elodria-companion.Q6_K.gguf b/gemma-elodria-companion.Q6_K.gguf new file mode 100644 index 0000000..e5d695e --- /dev/null +++ b/gemma-elodria-companion.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb12b7580ac1d8b3b0193f09bb35a5d0efa34a26c37ad929d2d6ab4a6f1856e4 +size 2062125568 diff --git a/gemma-elodria-companion.Q8_0.gguf b/gemma-elodria-companion.Q8_0.gguf new file mode 100644 index 0000000..6c2c212 --- /dev/null +++ b/gemma-elodria-companion.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328f4ac357019b880ded49964c8b5421fc8a974e78e332a2f8cf723a4bfc92d8 +size 2669070848 diff --git a/gemma-elodria-companion.f16.gguf b/gemma-elodria-companion.f16.gguf new file mode 100644 index 0000000..8b5ad36 --- /dev/null +++ b/gemma-elodria-companion.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1215e225f04f3694eb157b46754b6ccd1cb4dc0f4ff83ceb2643b246f4e6f69f +size 5018536448