From 6faeeed965365820221d29dc57b2357045947fef Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 27 Apr 2026 21:14:06 +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/vietnamese_handwriting-GGUF Source: Original Platform --- .gitattributes | 49 +++++++++++++++ README.md | 79 +++++++++++++++++++++++++ vietnamese_handwriting.IQ4_XS.gguf | 3 + vietnamese_handwriting.Q2_K.gguf | 3 + vietnamese_handwriting.Q3_K_L.gguf | 3 + vietnamese_handwriting.Q3_K_M.gguf | 3 + vietnamese_handwriting.Q3_K_S.gguf | 3 + vietnamese_handwriting.Q4_K_M.gguf | 3 + vietnamese_handwriting.Q4_K_S.gguf | 3 + vietnamese_handwriting.Q5_K_M.gguf | 3 + vietnamese_handwriting.Q5_K_S.gguf | 3 + vietnamese_handwriting.Q6_K.gguf | 3 + vietnamese_handwriting.Q8_0.gguf | 3 + vietnamese_handwriting.f16.gguf | 3 + vietnamese_handwriting.mmproj-Q8_0.gguf | 3 + vietnamese_handwriting.mmproj-f16.gguf | 3 + 16 files changed, 170 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 vietnamese_handwriting.IQ4_XS.gguf create mode 100644 vietnamese_handwriting.Q2_K.gguf create mode 100644 vietnamese_handwriting.Q3_K_L.gguf create mode 100644 vietnamese_handwriting.Q3_K_M.gguf create mode 100644 vietnamese_handwriting.Q3_K_S.gguf create mode 100644 vietnamese_handwriting.Q4_K_M.gguf create mode 100644 vietnamese_handwriting.Q4_K_S.gguf create mode 100644 vietnamese_handwriting.Q5_K_M.gguf create mode 100644 vietnamese_handwriting.Q5_K_S.gguf create mode 100644 vietnamese_handwriting.Q6_K.gguf create mode 100644 vietnamese_handwriting.Q8_0.gguf create mode 100644 vietnamese_handwriting.f16.gguf create mode 100644 vietnamese_handwriting.mmproj-Q8_0.gguf create mode 100644 vietnamese_handwriting.mmproj-f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3e76a50 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,49 @@ +*.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 +vietnamese_handwriting.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +vietnamese_handwriting.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text +vietnamese_handwriting.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +vietnamese_handwriting.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +vietnamese_handwriting.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +vietnamese_handwriting.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +vietnamese_handwriting.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +vietnamese_handwriting.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +vietnamese_handwriting.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +vietnamese_handwriting.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +vietnamese_handwriting.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +vietnamese_handwriting.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +vietnamese_handwriting.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +vietnamese_handwriting.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..e212e42 --- /dev/null +++ b/README.md @@ -0,0 +1,79 @@ +--- +base_model: longmaba/vietnamese_handwriting +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- gemma3 +--- +## About + + + + + + + + + +static quants of https://huggingface.co/longmaba/vietnamese_handwriting + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#vietnamese_handwriting-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/vietnamese_handwriting-GGUF/resolve/main/vietnamese_handwriting.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 0.7 | multi-modal supplement | +| [GGUF](https://huggingface.co/mradermacher/vietnamese_handwriting-GGUF/resolve/main/vietnamese_handwriting.mmproj-f16.gguf) | mmproj-f16 | 1.0 | multi-modal supplement | +| [GGUF](https://huggingface.co/mradermacher/vietnamese_handwriting-GGUF/resolve/main/vietnamese_handwriting.Q2_K.gguf) | Q2_K | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/vietnamese_handwriting-GGUF/resolve/main/vietnamese_handwriting.Q3_K_S.gguf) | Q3_K_S | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/vietnamese_handwriting-GGUF/resolve/main/vietnamese_handwriting.Q3_K_M.gguf) | Q3_K_M | 2.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/vietnamese_handwriting-GGUF/resolve/main/vietnamese_handwriting.Q3_K_L.gguf) | Q3_K_L | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/vietnamese_handwriting-GGUF/resolve/main/vietnamese_handwriting.IQ4_XS.gguf) | IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/vietnamese_handwriting-GGUF/resolve/main/vietnamese_handwriting.Q4_K_S.gguf) | Q4_K_S | 2.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/vietnamese_handwriting-GGUF/resolve/main/vietnamese_handwriting.Q4_K_M.gguf) | Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/vietnamese_handwriting-GGUF/resolve/main/vietnamese_handwriting.Q5_K_S.gguf) | Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/vietnamese_handwriting-GGUF/resolve/main/vietnamese_handwriting.Q5_K_M.gguf) | Q5_K_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/vietnamese_handwriting-GGUF/resolve/main/vietnamese_handwriting.Q6_K.gguf) | Q6_K | 3.3 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/vietnamese_handwriting-GGUF/resolve/main/vietnamese_handwriting.Q8_0.gguf) | Q8_0 | 4.2 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/vietnamese_handwriting-GGUF/resolve/main/vietnamese_handwriting.f16.gguf) | f16 | 7.9 | 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/vietnamese_handwriting.IQ4_XS.gguf b/vietnamese_handwriting.IQ4_XS.gguf new file mode 100644 index 0000000..e25e875 --- /dev/null +++ b/vietnamese_handwriting.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d853ae559fd41b6285af6380d1af101b2f6c74450a93bd469b09d66ebe65e30 +size 2279626400 diff --git a/vietnamese_handwriting.Q2_K.gguf b/vietnamese_handwriting.Q2_K.gguf new file mode 100644 index 0000000..61e4e7c --- /dev/null +++ b/vietnamese_handwriting.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5dfe87d3e35d052c5fafe6a0f799b055ba0a1c82e4bf682d82416a68023cf1 +size 1729164960 diff --git a/vietnamese_handwriting.Q3_K_L.gguf b/vietnamese_handwriting.Q3_K_L.gguf new file mode 100644 index 0000000..ade0c73 --- /dev/null +++ b/vietnamese_handwriting.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b53b29e913027f73fb4cd376342d08387afc5625b241b3f06c9a0861f70d53 +size 2236085920 diff --git a/vietnamese_handwriting.Q3_K_M.gguf b/vietnamese_handwriting.Q3_K_M.gguf new file mode 100644 index 0000000..06e91db --- /dev/null +++ b/vietnamese_handwriting.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbf19d14855c606b2167884a205feb9319ee00221e0ddef12f2166dfee753a1 +size 2098460320 diff --git a/vietnamese_handwriting.Q3_K_S.gguf b/vietnamese_handwriting.Q3_K_S.gguf new file mode 100644 index 0000000..56c4b2e --- /dev/null +++ b/vietnamese_handwriting.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695c2b522a9575e91a2f218668b55551f1f9c3ca896a4fd0bdba2db4913365f8 +size 1937364640 diff --git a/vietnamese_handwriting.Q4_K_M.gguf b/vietnamese_handwriting.Q4_K_M.gguf new file mode 100644 index 0000000..db3b692 --- /dev/null +++ b/vietnamese_handwriting.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf222fcdc514671e099cff31ab4e3e0f4a06eee60e7adb5940312900635d7698 +size 2489894560 diff --git a/vietnamese_handwriting.Q4_K_S.gguf b/vietnamese_handwriting.Q4_K_S.gguf new file mode 100644 index 0000000..b64fe04 --- /dev/null +++ b/vietnamese_handwriting.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07931ead610f02381e2f17be392681cde684b36f7c62f237259fc3e451ba525a +size 2377930400 diff --git a/vietnamese_handwriting.Q5_K_M.gguf b/vietnamese_handwriting.Q5_K_M.gguf new file mode 100644 index 0000000..607e2db --- /dev/null +++ b/vietnamese_handwriting.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b465b4cbc51e9f2e44f9f37987bc5959c7225b76aeb067e970379837e7f3a5b2 +size 2829698720 diff --git a/vietnamese_handwriting.Q5_K_S.gguf b/vietnamese_handwriting.Q5_K_S.gguf new file mode 100644 index 0000000..4beb972 --- /dev/null +++ b/vietnamese_handwriting.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d9ff1530a9bb09351e36130d98d6bedd8840fe441e0e5e03ee783080e61756 +size 2764592800 diff --git a/vietnamese_handwriting.Q6_K.gguf b/vietnamese_handwriting.Q6_K.gguf new file mode 100644 index 0000000..623bf14 --- /dev/null +++ b/vietnamese_handwriting.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc8d83decf1cc54fcc2f7c207a75358f9e33724136b2c1acaef41b683003c28 +size 3190740640 diff --git a/vietnamese_handwriting.Q8_0.gguf b/vietnamese_handwriting.Q8_0.gguf new file mode 100644 index 0000000..e8d9efe --- /dev/null +++ b/vietnamese_handwriting.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5529247a7b096d037d7a8f09107f180337d4fc59f31a7d8c0a80f4edfba5da +size 4130402720 diff --git a/vietnamese_handwriting.f16.gguf b/vietnamese_handwriting.f16.gguf new file mode 100644 index 0000000..3c070e3 --- /dev/null +++ b/vietnamese_handwriting.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4f879dd6324655adfceb4f932e84084096360fc2d439f6ccfcccb107a509f7 +size 7767804320 diff --git a/vietnamese_handwriting.mmproj-Q8_0.gguf b/vietnamese_handwriting.mmproj-Q8_0.gguf new file mode 100644 index 0000000..b902b06 --- /dev/null +++ b/vietnamese_handwriting.mmproj-Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d105c5276386945d562a827d0d413280d54e1812278d8da4bd9d967b0d1b0fa3 +size 591377824 diff --git a/vietnamese_handwriting.mmproj-f16.gguf b/vietnamese_handwriting.mmproj-f16.gguf new file mode 100644 index 0000000..4bc7478 --- /dev/null +++ b/vietnamese_handwriting.mmproj-f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15c6eaefcebaddd6f11e80fcd9192d79134d0824af00a23a775ab1a1b57adac +size 851251744