From 4ffbaa53bb4c7ddba4997853c1820ad1dc7c96f0 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 26 Jun 2026 07:08: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/UnitDeSTA-8B-base-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++++++++ README.md | 64 +++++++++++++++++++++++++++++++++++ UnitDeSTA-8B-base.IQ4_XS.gguf | 3 ++ UnitDeSTA-8B-base.Q2_K.gguf | 3 ++ UnitDeSTA-8B-base.Q3_K_L.gguf | 3 ++ UnitDeSTA-8B-base.Q3_K_M.gguf | 3 ++ UnitDeSTA-8B-base.Q3_K_S.gguf | 3 ++ UnitDeSTA-8B-base.Q4_K_M.gguf | 3 ++ UnitDeSTA-8B-base.Q4_K_S.gguf | 3 ++ UnitDeSTA-8B-base.Q5_K_M.gguf | 3 ++ UnitDeSTA-8B-base.Q5_K_S.gguf | 3 ++ UnitDeSTA-8B-base.Q6_K.gguf | 3 ++ UnitDeSTA-8B-base.Q8_0.gguf | 3 ++ UnitDeSTA-8B-base.f16.gguf | 3 ++ 14 files changed, 147 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 UnitDeSTA-8B-base.IQ4_XS.gguf create mode 100644 UnitDeSTA-8B-base.Q2_K.gguf create mode 100644 UnitDeSTA-8B-base.Q3_K_L.gguf create mode 100644 UnitDeSTA-8B-base.Q3_K_M.gguf create mode 100644 UnitDeSTA-8B-base.Q3_K_S.gguf create mode 100644 UnitDeSTA-8B-base.Q4_K_M.gguf create mode 100644 UnitDeSTA-8B-base.Q4_K_S.gguf create mode 100644 UnitDeSTA-8B-base.Q5_K_M.gguf create mode 100644 UnitDeSTA-8B-base.Q5_K_S.gguf create mode 100644 UnitDeSTA-8B-base.Q6_K.gguf create mode 100644 UnitDeSTA-8B-base.Q8_0.gguf create mode 100644 UnitDeSTA-8B-base.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fa45a98 --- /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 +UnitDeSTA-8B-base.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +UnitDeSTA-8B-base.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +UnitDeSTA-8B-base.f16.gguf filter=lfs diff=lfs merge=lfs -text +UnitDeSTA-8B-base.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +UnitDeSTA-8B-base.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +UnitDeSTA-8B-base.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +UnitDeSTA-8B-base.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +UnitDeSTA-8B-base.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +UnitDeSTA-8B-base.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +UnitDeSTA-8B-base.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +UnitDeSTA-8B-base.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +UnitDeSTA-8B-base.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..94b2432 --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ +--- +base_model: voidful/UnitDeSTA-3.0-8B-base +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: [] +--- +## About + + + + + + +static quants of https://huggingface.co/voidful/UnitDeSTA-3.0-8B-base + + +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/UnitDeSTA-8B-base-GGUF/resolve/main/UnitDeSTA-8B-base.Q2_K.gguf) | Q2_K | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/UnitDeSTA-8B-base-GGUF/resolve/main/UnitDeSTA-8B-base.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/UnitDeSTA-8B-base-GGUF/resolve/main/UnitDeSTA-8B-base.Q3_K_M.gguf) | Q3_K_M | 4.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/UnitDeSTA-8B-base-GGUF/resolve/main/UnitDeSTA-8B-base.Q3_K_L.gguf) | Q3_K_L | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/UnitDeSTA-8B-base-GGUF/resolve/main/UnitDeSTA-8B-base.IQ4_XS.gguf) | IQ4_XS | 4.7 | | +| [GGUF](https://huggingface.co/mradermacher/UnitDeSTA-8B-base-GGUF/resolve/main/UnitDeSTA-8B-base.Q4_K_S.gguf) | Q4_K_S | 4.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/UnitDeSTA-8B-base-GGUF/resolve/main/UnitDeSTA-8B-base.Q4_K_M.gguf) | Q4_K_M | 5.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/UnitDeSTA-8B-base-GGUF/resolve/main/UnitDeSTA-8B-base.Q5_K_S.gguf) | Q5_K_S | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/UnitDeSTA-8B-base-GGUF/resolve/main/UnitDeSTA-8B-base.Q5_K_M.gguf) | Q5_K_M | 5.9 | | +| [GGUF](https://huggingface.co/mradermacher/UnitDeSTA-8B-base-GGUF/resolve/main/UnitDeSTA-8B-base.Q6_K.gguf) | Q6_K | 6.8 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/UnitDeSTA-8B-base-GGUF/resolve/main/UnitDeSTA-8B-base.Q8_0.gguf) | Q8_0 | 8.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/UnitDeSTA-8B-base-GGUF/resolve/main/UnitDeSTA-8B-base.f16.gguf) | f16 | 16.4 | 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/UnitDeSTA-8B-base.IQ4_XS.gguf b/UnitDeSTA-8B-base.IQ4_XS.gguf new file mode 100644 index 0000000..b313408 --- /dev/null +++ b/UnitDeSTA-8B-base.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c9038654a416c90feb86099e292a9a420cdc435464788aab93eb3ffb21247b +size 4575430816 diff --git a/UnitDeSTA-8B-base.Q2_K.gguf b/UnitDeSTA-8B-base.Q2_K.gguf new file mode 100644 index 0000000..f2d85cd --- /dev/null +++ b/UnitDeSTA-8B-base.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0723220e3e505e9d071de843b2ad5841412803138c9289f06c62a19ab133ef +size 3256567968 diff --git a/UnitDeSTA-8B-base.Q3_K_L.gguf b/UnitDeSTA-8B-base.Q3_K_L.gguf new file mode 100644 index 0000000..5a4e7ea --- /dev/null +++ b/UnitDeSTA-8B-base.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea3e84924abee52b25f36496a37cf5ea35685f32b7c0c09facd723197f86ea4 +size 4406208672 diff --git a/UnitDeSTA-8B-base.Q3_K_M.gguf b/UnitDeSTA-8B-base.Q3_K_M.gguf new file mode 100644 index 0000000..4c0eb7d --- /dev/null +++ b/UnitDeSTA-8B-base.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7304b83ad14b47846f78f9667e6f71273cc6715b8eb39f1d56fd5b487200a304 +size 4103170208 diff --git a/UnitDeSTA-8B-base.Q3_K_S.gguf b/UnitDeSTA-8B-base.Q3_K_S.gguf new file mode 100644 index 0000000..61dc008 --- /dev/null +++ b/UnitDeSTA-8B-base.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3b7aa001c94224bfa144d0ba34a144442779c0a33e9514823777ea5ee94fc9 +size 3748751520 diff --git a/UnitDeSTA-8B-base.Q4_K_M.gguf b/UnitDeSTA-8B-base.Q4_K_M.gguf new file mode 100644 index 0000000..e53bdca --- /dev/null +++ b/UnitDeSTA-8B-base.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535a58ad0bac3ab8aea58c12125a59cc74d4e3ecf191beb08a1a7037c92971f8 +size 5013899424 diff --git a/UnitDeSTA-8B-base.Q4_K_S.gguf b/UnitDeSTA-8B-base.Q4_K_S.gguf new file mode 100644 index 0000000..fa89f2e --- /dev/null +++ b/UnitDeSTA-8B-base.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c159c0bc9885397314ff43ea13956822672e9800e2b0598dee40cd07b400376 +size 4785834144 diff --git a/UnitDeSTA-8B-base.Q5_K_M.gguf b/UnitDeSTA-8B-base.Q5_K_M.gguf new file mode 100644 index 0000000..5a2b557 --- /dev/null +++ b/UnitDeSTA-8B-base.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0979605810d319ce05a79ebad03a7abb7a9e84abe3c3074377272d32017db909 +size 5834541216 diff --git a/UnitDeSTA-8B-base.Q5_K_S.gguf b/UnitDeSTA-8B-base.Q5_K_S.gguf new file mode 100644 index 0000000..c7bf104 --- /dev/null +++ b/UnitDeSTA-8B-base.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92d2fc374db87bccc41d5981df67bebd8a0ef40662b66d2b7e5dc0069c815df +size 5700847776 diff --git a/UnitDeSTA-8B-base.Q6_K.gguf b/UnitDeSTA-8B-base.Q6_K.gguf new file mode 100644 index 0000000..45ffe82 --- /dev/null +++ b/UnitDeSTA-8B-base.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4f6d474edbd62c9e38f6f6e9b4108c6c32bddc0ccf620a6e5cfc6f7523815a +size 6706473120 diff --git a/UnitDeSTA-8B-base.Q8_0.gguf b/UnitDeSTA-8B-base.Q8_0.gguf new file mode 100644 index 0000000..42db652 --- /dev/null +++ b/UnitDeSTA-8B-base.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8815331fd1bee2730327bfed8a5188de7864f0d04d74f30fc2b44879ce5392ce +size 8683743392 diff --git a/UnitDeSTA-8B-base.f16.gguf b/UnitDeSTA-8B-base.f16.gguf new file mode 100644 index 0000000..b2348a5 --- /dev/null +++ b/UnitDeSTA-8B-base.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf20b5a5fd308416c2518478c7a5317e2cdde8b894fb63c0bec947d2f0338513 +size 16337692832