commit 9f14af5d4c776af0df0480a8a862a9adfe7f1475 Author: ModelHub XC Date: Wed Jun 10 04:28:16 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/UniFER-7B-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2e969f8 --- /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 +UniFER-7B.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +UniFER-7B.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text +UniFER-7B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +UniFER-7B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +UniFER-7B.f16.gguf filter=lfs diff=lfs merge=lfs -text +UniFER-7B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +UniFER-7B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +UniFER-7B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +UniFER-7B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +UniFER-7B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +UniFER-7B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +UniFER-7B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +UniFER-7B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +UniFER-7B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c3c44b --- /dev/null +++ b/README.md @@ -0,0 +1,74 @@ +--- +base_model: Karl28/UniFER-7B +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +static quants of https://huggingface.co/Karl28/UniFER-7B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#UniFER-7B-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/UniFER-7B-GGUF/resolve/main/UniFER-7B.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 1.0 | multi-modal supplement | +| [GGUF](https://huggingface.co/mradermacher/UniFER-7B-GGUF/resolve/main/UniFER-7B.mmproj-f16.gguf) | mmproj-f16 | 1.5 | multi-modal supplement | +| [GGUF](https://huggingface.co/mradermacher/UniFER-7B-GGUF/resolve/main/UniFER-7B.Q2_K.gguf) | Q2_K | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/UniFER-7B-GGUF/resolve/main/UniFER-7B.Q3_K_S.gguf) | Q3_K_S | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/UniFER-7B-GGUF/resolve/main/UniFER-7B.Q3_K_M.gguf) | Q3_K_M | 3.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/UniFER-7B-GGUF/resolve/main/UniFER-7B.Q3_K_L.gguf) | Q3_K_L | 4.2 | | +| [GGUF](https://huggingface.co/mradermacher/UniFER-7B-GGUF/resolve/main/UniFER-7B.IQ4_XS.gguf) | IQ4_XS | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/UniFER-7B-GGUF/resolve/main/UniFER-7B.Q4_K_S.gguf) | Q4_K_S | 4.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/UniFER-7B-GGUF/resolve/main/UniFER-7B.Q4_K_M.gguf) | Q4_K_M | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/UniFER-7B-GGUF/resolve/main/UniFER-7B.Q5_K_S.gguf) | Q5_K_S | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/UniFER-7B-GGUF/resolve/main/UniFER-7B.Q5_K_M.gguf) | Q5_K_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/UniFER-7B-GGUF/resolve/main/UniFER-7B.Q6_K.gguf) | Q6_K | 6.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/UniFER-7B-GGUF/resolve/main/UniFER-7B.Q8_0.gguf) | Q8_0 | 8.2 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/UniFER-7B-GGUF/resolve/main/UniFER-7B.f16.gguf) | f16 | 15.3 | 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/UniFER-7B.IQ4_XS.gguf b/UniFER-7B.IQ4_XS.gguf new file mode 100644 index 0000000..703e1ce --- /dev/null +++ b/UniFER-7B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da798a545fbdba38b20166fa781384bade78cceaa9001b278a1e53f5a8de1db2 +size 4250297280 diff --git a/UniFER-7B.Q2_K.gguf b/UniFER-7B.Q2_K.gguf new file mode 100644 index 0000000..443fab0 --- /dev/null +++ b/UniFER-7B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fac98000ba4847152ac26a31ea6e6ca14b58f2e89a5f7dcf27c2362219eb6d4 +size 3015939008 diff --git a/UniFER-7B.Q3_K_L.gguf b/UniFER-7B.Q3_K_L.gguf new file mode 100644 index 0000000..4a60d25 --- /dev/null +++ b/UniFER-7B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b15d5135b4f0d8cdbbe805d3ee895be43c0ac318a9ecd8a9f4ebf21ba5ac149 +size 4088458176 diff --git a/UniFER-7B.Q3_K_M.gguf b/UniFER-7B.Q3_K_M.gguf new file mode 100644 index 0000000..41e25e0 --- /dev/null +++ b/UniFER-7B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d24eb1e904def7fcb2b548419f71920935c1142bfe2687d24323a3f3e05a0f +size 3808390080 diff --git a/UniFER-7B.Q3_K_S.gguf b/UniFER-7B.Q3_K_S.gguf new file mode 100644 index 0000000..56fe879 --- /dev/null +++ b/UniFER-7B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226eed0090f28ae5b3666f4eeb2d3dab056a49dd293378647f05625d89b90ac0 +size 3492367296 diff --git a/UniFER-7B.Q4_K_M.gguf b/UniFER-7B.Q4_K_M.gguf new file mode 100644 index 0000000..818cf0a --- /dev/null +++ b/UniFER-7B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29517234340edd619dac8dd4dae0450eabaa057a4a2c4dcf82e945fe7acf432 +size 4683072448 diff --git a/UniFER-7B.Q4_K_S.gguf b/UniFER-7B.Q4_K_S.gguf new file mode 100644 index 0000000..684f355 --- /dev/null +++ b/UniFER-7B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8c1c851967a321e2dbd790d00d85deca644298a03864d3fd85dc42822d9537 +size 4457767872 diff --git a/UniFER-7B.Q5_K_M.gguf b/UniFER-7B.Q5_K_M.gguf new file mode 100644 index 0000000..6dc12a8 --- /dev/null +++ b/UniFER-7B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b68e53303aa0cfdf22aaac4d5eabd2ceccfa7fe11a93f95c0b2cfb42edc849 +size 5444830144 diff --git a/UniFER-7B.Q5_K_S.gguf b/UniFER-7B.Q5_K_S.gguf new file mode 100644 index 0000000..efc6821 --- /dev/null +++ b/UniFER-7B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e882924caa5d8db06b1ee2bd28d9186c4ffecf414bdc2e2a582d6ae191c6e16 +size 5315175360 diff --git a/UniFER-7B.Q6_K.gguf b/UniFER-7B.Q6_K.gguf new file mode 100644 index 0000000..0e85786 --- /dev/null +++ b/UniFER-7B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74a2f21e8965a849b2c31c0721079030ca68f5f4e82bc3a9148052c75e89641 +size 6254197696 diff --git a/UniFER-7B.Q8_0.gguf b/UniFER-7B.Q8_0.gguf new file mode 100644 index 0000000..79d8ddb --- /dev/null +++ b/UniFER-7B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f508f20a6ce98110b113fd8d4446a537b8e53ea574bad6584cad46902d1e1faa +size 8098524096 diff --git a/UniFER-7B.f16.gguf b/UniFER-7B.f16.gguf new file mode 100644 index 0000000..9954d58 --- /dev/null +++ b/UniFER-7B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374d401a1f51cb886f58282c1b7d533185ef86fce363611afd4fed6c270823b0 +size 15237852096 diff --git a/UniFER-7B.mmproj-Q8_0.gguf b/UniFER-7B.mmproj-Q8_0.gguf new file mode 100644 index 0000000..49c7c7b --- /dev/null +++ b/UniFER-7B.mmproj-Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3c15dface36d8c3482d8f8bc5f34cbc1f90da6eb0be398d120ce2edf557f10 +size 856130272 diff --git a/UniFER-7B.mmproj-f16.gguf b/UniFER-7B.mmproj-f16.gguf new file mode 100644 index 0000000..d28511b --- /dev/null +++ b/UniFER-7B.mmproj-f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70bc801f398bce5c617e17681c0c3d651e9aa7f24064d039cbaca0cb52e2e8c +size 1354162912