From 8723df9f2ee83ec1815596da4829f4cc060b7f20 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 17 Jun 2026 13:03: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/TiTan-Gemma3-0.27B-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++++ README.md | 80 ++++++++++++++++++++++++++++++++++ TiTan-Gemma3-0.27B.IQ4_XS.gguf | 3 ++ TiTan-Gemma3-0.27B.Q2_K.gguf | 3 ++ TiTan-Gemma3-0.27B.Q3_K_L.gguf | 3 ++ TiTan-Gemma3-0.27B.Q3_K_M.gguf | 3 ++ TiTan-Gemma3-0.27B.Q3_K_S.gguf | 3 ++ TiTan-Gemma3-0.27B.Q4_K_M.gguf | 3 ++ TiTan-Gemma3-0.27B.Q4_K_S.gguf | 3 ++ TiTan-Gemma3-0.27B.Q5_K_M.gguf | 3 ++ TiTan-Gemma3-0.27B.Q5_K_S.gguf | 3 ++ TiTan-Gemma3-0.27B.Q6_K.gguf | 3 ++ TiTan-Gemma3-0.27B.Q8_0.gguf | 3 ++ TiTan-Gemma3-0.27B.f16.gguf | 3 ++ 14 files changed, 163 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 TiTan-Gemma3-0.27B.IQ4_XS.gguf create mode 100644 TiTan-Gemma3-0.27B.Q2_K.gguf create mode 100644 TiTan-Gemma3-0.27B.Q3_K_L.gguf create mode 100644 TiTan-Gemma3-0.27B.Q3_K_M.gguf create mode 100644 TiTan-Gemma3-0.27B.Q3_K_S.gguf create mode 100644 TiTan-Gemma3-0.27B.Q4_K_M.gguf create mode 100644 TiTan-Gemma3-0.27B.Q4_K_S.gguf create mode 100644 TiTan-Gemma3-0.27B.Q5_K_M.gguf create mode 100644 TiTan-Gemma3-0.27B.Q5_K_S.gguf create mode 100644 TiTan-Gemma3-0.27B.Q6_K.gguf create mode 100644 TiTan-Gemma3-0.27B.Q8_0.gguf create mode 100644 TiTan-Gemma3-0.27B.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..691e34a --- /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 +TiTan-Gemma3-0.27B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +TiTan-Gemma3-0.27B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +TiTan-Gemma3-0.27B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +TiTan-Gemma3-0.27B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +TiTan-Gemma3-0.27B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +TiTan-Gemma3-0.27B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +TiTan-Gemma3-0.27B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +TiTan-Gemma3-0.27B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +TiTan-Gemma3-0.27B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +TiTan-Gemma3-0.27B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +TiTan-Gemma3-0.27B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +TiTan-Gemma3-0.27B.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..d10cf54 --- /dev/null +++ b/README.md @@ -0,0 +1,80 @@ +--- +base_model: theprint/TiTan-Gemma3-0.27B +datasets: +- theprint/titles-n-tags-alpaca +language: en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- lora +- sft +- transformers +- trl +- unsloth +- fine-tuned +--- +## About + + + + + + + + + +static quants of https://huggingface.co/theprint/TiTan-Gemma3-0.27B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#TiTan-Gemma3-0.27B-GGUF).*** + +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/TiTan-Gemma3-0.27B-GGUF/resolve/main/TiTan-Gemma3-0.27B.Q3_K_S.gguf) | Q3_K_S | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/TiTan-Gemma3-0.27B-GGUF/resolve/main/TiTan-Gemma3-0.27B.Q2_K.gguf) | Q2_K | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/TiTan-Gemma3-0.27B-GGUF/resolve/main/TiTan-Gemma3-0.27B.IQ4_XS.gguf) | IQ4_XS | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/TiTan-Gemma3-0.27B-GGUF/resolve/main/TiTan-Gemma3-0.27B.Q3_K_M.gguf) | Q3_K_M | 0.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/TiTan-Gemma3-0.27B-GGUF/resolve/main/TiTan-Gemma3-0.27B.Q3_K_L.gguf) | Q3_K_L | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/TiTan-Gemma3-0.27B-GGUF/resolve/main/TiTan-Gemma3-0.27B.Q4_K_S.gguf) | Q4_K_S | 0.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/TiTan-Gemma3-0.27B-GGUF/resolve/main/TiTan-Gemma3-0.27B.Q4_K_M.gguf) | Q4_K_M | 0.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/TiTan-Gemma3-0.27B-GGUF/resolve/main/TiTan-Gemma3-0.27B.Q5_K_S.gguf) | Q5_K_S | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/TiTan-Gemma3-0.27B-GGUF/resolve/main/TiTan-Gemma3-0.27B.Q5_K_M.gguf) | Q5_K_M | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/TiTan-Gemma3-0.27B-GGUF/resolve/main/TiTan-Gemma3-0.27B.Q6_K.gguf) | Q6_K | 0.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/TiTan-Gemma3-0.27B-GGUF/resolve/main/TiTan-Gemma3-0.27B.Q8_0.gguf) | Q8_0 | 0.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/TiTan-Gemma3-0.27B-GGUF/resolve/main/TiTan-Gemma3-0.27B.f16.gguf) | f16 | 1.0 | 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/TiTan-Gemma3-0.27B.IQ4_XS.gguf b/TiTan-Gemma3-0.27B.IQ4_XS.gguf new file mode 100644 index 0000000..6e3523a --- /dev/null +++ b/TiTan-Gemma3-0.27B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98380a13c35bfc29125a471a754a95ec7ef74f7aa6054508303a8cb7e752328e +size 335639904 diff --git a/TiTan-Gemma3-0.27B.Q2_K.gguf b/TiTan-Gemma3-0.27B.Q2_K.gguf new file mode 100644 index 0000000..27da283 --- /dev/null +++ b/TiTan-Gemma3-0.27B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eded7f66341794144b9b5ae5051a09c857dd39001d0b8c8ee1c43a57bce46ac1 +size 331451744 diff --git a/TiTan-Gemma3-0.27B.Q3_K_L.gguf b/TiTan-Gemma3-0.27B.Q3_K_L.gguf new file mode 100644 index 0000000..a1e9f3d --- /dev/null +++ b/TiTan-Gemma3-0.27B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3883200a9c43db56ec66a7290c21b1b88c0e43c5ef1f379afcd12a6a8be0d6b +size 340759904 diff --git a/TiTan-Gemma3-0.27B.Q3_K_M.gguf b/TiTan-Gemma3-0.27B.Q3_K_M.gguf new file mode 100644 index 0000000..1e8e150 --- /dev/null +++ b/TiTan-Gemma3-0.27B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0159f33fb71c3f7e50c95b27217ec2e36960be2c5820e062d829cd783d345e20 +size 336336224 diff --git a/TiTan-Gemma3-0.27B.Q3_K_S.gguf b/TiTan-Gemma3-0.27B.Q3_K_S.gguf new file mode 100644 index 0000000..44b98b3 --- /dev/null +++ b/TiTan-Gemma3-0.27B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73799011e0796df4ed14fe761ac6b2368c96787718dbc213a9dcafd939c0557f +size 331083104 diff --git a/TiTan-Gemma3-0.27B.Q4_K_M.gguf b/TiTan-Gemma3-0.27B.Q4_K_M.gguf new file mode 100644 index 0000000..fbd139f --- /dev/null +++ b/TiTan-Gemma3-0.27B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d99d417471ffac90cdaa64c84413ca56d9607cd19c2ef1c498ccd73b0f7622 +size 368459104 diff --git a/TiTan-Gemma3-0.27B.Q4_K_S.gguf b/TiTan-Gemma3-0.27B.Q4_K_S.gguf new file mode 100644 index 0000000..ae8877e --- /dev/null +++ b/TiTan-Gemma3-0.27B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561a53ef5099078edb2b30be78db16ca96b1a4db06ad40f1ccad7765989a521e +size 365233504 diff --git a/TiTan-Gemma3-0.27B.Q5_K_M.gguf b/TiTan-Gemma3-0.27B.Q5_K_M.gguf new file mode 100644 index 0000000..784df6f --- /dev/null +++ b/TiTan-Gemma3-0.27B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44efc4e0a5437a7a5c74b470c8b7047ba9a3b2620e35d4a60a659049b9aa4fdf +size 385856864 diff --git a/TiTan-Gemma3-0.27B.Q5_K_S.gguf b/TiTan-Gemma3-0.27B.Q5_K_S.gguf new file mode 100644 index 0000000..f50b9d2 --- /dev/null +++ b/TiTan-Gemma3-0.27B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f43ff746f786af51b97f29c85251b3b4e78e41db2a360756ab0317e86d81d0 +size 383829344 diff --git a/TiTan-Gemma3-0.27B.Q6_K.gguf b/TiTan-Gemma3-0.27B.Q6_K.gguf new file mode 100644 index 0000000..8b7f34a --- /dev/null +++ b/TiTan-Gemma3-0.27B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1eafb2f21028b6874ae0b5da0e19a229f6e43a140a6b7366f7165e9fd5096d5 +size 461233504 diff --git a/TiTan-Gemma3-0.27B.Q8_0.gguf b/TiTan-Gemma3-0.27B.Q8_0.gguf new file mode 100644 index 0000000..da3a174 --- /dev/null +++ b/TiTan-Gemma3-0.27B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4ec9800ea4970ff0d6b0e60165490fe42142bcf871eeeee87ea09572de5ae6 +size 469804384 diff --git a/TiTan-Gemma3-0.27B.f16.gguf b/TiTan-Gemma3-0.27B.f16.gguf new file mode 100644 index 0000000..1fb75c6 --- /dev/null +++ b/TiTan-Gemma3-0.27B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426ab4b2085285cedd99accd2e1dbc1ea5948fcf9ce807e98abef23db4eaaf22 +size 878380384