初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/Uni-MuMER-Qwen2.5-VL-3B-GGUF Source: Original Platform
This commit is contained in:
49
.gitattributes
vendored
Normal file
49
.gitattributes
vendored
Normal file
@@ -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
|
||||
Uni-MuMER-Qwen2.5-VL-3B.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Uni-MuMER-Qwen2.5-VL-3B.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Uni-MuMER-Qwen2.5-VL-3B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Uni-MuMER-Qwen2.5-VL-3B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Uni-MuMER-Qwen2.5-VL-3B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Uni-MuMER-Qwen2.5-VL-3B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Uni-MuMER-Qwen2.5-VL-3B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Uni-MuMER-Qwen2.5-VL-3B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Uni-MuMER-Qwen2.5-VL-3B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Uni-MuMER-Qwen2.5-VL-3B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Uni-MuMER-Qwen2.5-VL-3B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Uni-MuMER-Qwen2.5-VL-3B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Uni-MuMER-Qwen2.5-VL-3B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Uni-MuMER-Qwen2.5-VL-3B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
70
README.md
Normal file
70
README.md
Normal file
@@ -0,0 +1,70 @@
|
||||
---
|
||||
base_model: phxember/Uni-MuMER-Qwen2.5-VL-3B
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
mradermacher:
|
||||
readme_rev: 1
|
||||
quantized_by: mradermacher
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: -->
|
||||
static quants of https://huggingface.co/phxember/Uni-MuMER-Qwen2.5-VL-3B
|
||||
|
||||
<!-- provided-files -->
|
||||
|
||||
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Uni-MuMER-Qwen2.5-VL-3B-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/Uni-MuMER-Qwen2.5-VL-3B-GGUF/resolve/main/Uni-MuMER-Qwen2.5-VL-3B.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 0.9 | multi-modal supplement |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Uni-MuMER-Qwen2.5-VL-3B-GGUF/resolve/main/Uni-MuMER-Qwen2.5-VL-3B.mmproj-f16.gguf) | mmproj-f16 | 1.4 | multi-modal supplement |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Uni-MuMER-Qwen2.5-VL-3B-GGUF/resolve/main/Uni-MuMER-Qwen2.5-VL-3B.Q2_K.gguf) | Q2_K | 1.5 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Uni-MuMER-Qwen2.5-VL-3B-GGUF/resolve/main/Uni-MuMER-Qwen2.5-VL-3B.Q3_K_S.gguf) | Q3_K_S | 1.7 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Uni-MuMER-Qwen2.5-VL-3B-GGUF/resolve/main/Uni-MuMER-Qwen2.5-VL-3B.Q3_K_M.gguf) | Q3_K_M | 1.8 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Uni-MuMER-Qwen2.5-VL-3B-GGUF/resolve/main/Uni-MuMER-Qwen2.5-VL-3B.Q3_K_L.gguf) | Q3_K_L | 1.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Uni-MuMER-Qwen2.5-VL-3B-GGUF/resolve/main/Uni-MuMER-Qwen2.5-VL-3B.IQ4_XS.gguf) | IQ4_XS | 2.0 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Uni-MuMER-Qwen2.5-VL-3B-GGUF/resolve/main/Uni-MuMER-Qwen2.5-VL-3B.Q4_K_S.gguf) | Q4_K_S | 2.1 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Uni-MuMER-Qwen2.5-VL-3B-GGUF/resolve/main/Uni-MuMER-Qwen2.5-VL-3B.Q4_K_M.gguf) | Q4_K_M | 2.2 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Uni-MuMER-Qwen2.5-VL-3B-GGUF/resolve/main/Uni-MuMER-Qwen2.5-VL-3B.Q5_K_S.gguf) | Q5_K_S | 2.5 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Uni-MuMER-Qwen2.5-VL-3B-GGUF/resolve/main/Uni-MuMER-Qwen2.5-VL-3B.Q5_K_M.gguf) | Q5_K_M | 2.5 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Uni-MuMER-Qwen2.5-VL-3B-GGUF/resolve/main/Uni-MuMER-Qwen2.5-VL-3B.Q6_K.gguf) | Q6_K | 2.9 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Uni-MuMER-Qwen2.5-VL-3B-GGUF/resolve/main/Uni-MuMER-Qwen2.5-VL-3B.Q8_0.gguf) | Q8_0 | 3.7 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Uni-MuMER-Qwen2.5-VL-3B-GGUF/resolve/main/Uni-MuMER-Qwen2.5-VL-3B.f16.gguf) | f16 | 6.9 | 16 bpw, overkill |
|
||||
|
||||
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
||||
types (lower is better):
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||
<!-- end -->
|
||||
3
Uni-MuMER-Qwen2.5-VL-3B.IQ4_XS.gguf
Normal file
3
Uni-MuMER-Qwen2.5-VL-3B.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60badfaafbaace6ddbc18a3007b79fec0139b6bc4b0b4a25ef9905818c0fca9a
|
||||
size 1918490368
|
||||
3
Uni-MuMER-Qwen2.5-VL-3B.Q2_K.gguf
Normal file
3
Uni-MuMER-Qwen2.5-VL-3B.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ee78f005f3dd852caf83b76d406a489c354f1d9ce3bf79cf532d8521f3b2b59
|
||||
size 1376855808
|
||||
3
Uni-MuMER-Qwen2.5-VL-3B.Q3_K_L.gguf
Normal file
3
Uni-MuMER-Qwen2.5-VL-3B.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce522d1c6c064ccc94def8a8752c7af77f1f83c21d0105ccd2281a23810d5fea
|
||||
size 1841094400
|
||||
3
Uni-MuMER-Qwen2.5-VL-3B.Q3_K_M.gguf
Normal file
3
Uni-MuMER-Qwen2.5-VL-3B.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6f94800bb480afd1403390e5efde296069542971d4a9c7651b834ef67298087
|
||||
size 1724178176
|
||||
3
Uni-MuMER-Qwen2.5-VL-3B.Q3_K_S.gguf
Normal file
3
Uni-MuMER-Qwen2.5-VL-3B.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f51b055d467dff98881c6b2fbbd82e26a607a9ad5cfcdd2bd823d6dea05ce7fe
|
||||
size 1588059904
|
||||
3
Uni-MuMER-Qwen2.5-VL-3B.Q4_K_M.gguf
Normal file
3
Uni-MuMER-Qwen2.5-VL-3B.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bfacfecc08eb42c770091bfce6b775a7847c3a270a96e6c2eac3901261367ea
|
||||
size 2104932096
|
||||
3
Uni-MuMER-Qwen2.5-VL-3B.Q4_K_S.gguf
Normal file
3
Uni-MuMER-Qwen2.5-VL-3B.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:775b59d6d290fdd26a9f82b02601fa1dcc8cc63ad661e32daac430508def5df5
|
||||
size 2009413376
|
||||
3
Uni-MuMER-Qwen2.5-VL-3B.Q5_K_M.gguf
Normal file
3
Uni-MuMER-Qwen2.5-VL-3B.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9b28c5ffcc8313fc5efc069cf8a920b3944ec1361305fc16138b341ceea38eb
|
||||
size 2438739712
|
||||
3
Uni-MuMER-Qwen2.5-VL-3B.Q5_K_S.gguf
Normal file
3
Uni-MuMER-Qwen2.5-VL-3B.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d67f1f8337fcc6620132c857a11658198672972681bf14ccb0254a0377731cf0
|
||||
size 2383591168
|
||||
3
Uni-MuMER-Qwen2.5-VL-3B.Q6_K.gguf
Normal file
3
Uni-MuMER-Qwen2.5-VL-3B.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16324110a636aef90d84ce23a3ebfee7928e9e65a5a280bd118693a9fd607cee
|
||||
size 2793410304
|
||||
3
Uni-MuMER-Qwen2.5-VL-3B.Q8_0.gguf
Normal file
3
Uni-MuMER-Qwen2.5-VL-3B.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd323a8c9c0b3b9c0554bcba93da336c9015bc02a18dc3bc4d9395cf57f3b6e6
|
||||
size 3616087808
|
||||
3
Uni-MuMER-Qwen2.5-VL-3B.f16.gguf
Normal file
3
Uni-MuMER-Qwen2.5-VL-3B.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fd0c1372ccb732fc393e0692bd87c55a5b257fc1d5f954bc82c84de3cd78467
|
||||
size 6800645888
|
||||
3
Uni-MuMER-Qwen2.5-VL-3B.mmproj-Q8_0.gguf
Normal file
3
Uni-MuMER-Qwen2.5-VL-3B.mmproj-Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0686aaea594f64fe35f236ba423206ad981cf503e83fc5efa588dfaf8f33794f
|
||||
size 844758016
|
||||
3
Uni-MuMER-Qwen2.5-VL-3B.mmproj-f16.gguf
Normal file
3
Uni-MuMER-Qwen2.5-VL-3B.mmproj-f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a583f27872c3a2417a5503c35e4c5874639806a96bf17d1038e5bb0777af0893
|
||||
size 1338428416
|
||||
Reference in New Issue
Block a user