初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/SmolVLM-Instruct-GGUF Source: Original Platform
This commit is contained in:
47
.gitattributes
vendored
Normal file
47
.gitattributes
vendored
Normal file
@@ -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
|
||||||
|
SmolVLM-Instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SmolVLM-Instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SmolVLM-Instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SmolVLM-Instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SmolVLM-Instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SmolVLM-Instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SmolVLM-Instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SmolVLM-Instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SmolVLM-Instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SmolVLM-Instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SmolVLM-Instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SmolVLM-Instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
72
README.md
Normal file
72
README.md
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
---
|
||||||
|
base_model: HuggingFaceTB/SmolVLM-Instruct
|
||||||
|
datasets:
|
||||||
|
- HuggingFaceM4/the_cauldron
|
||||||
|
- HuggingFaceM4/Docmatix
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
library_name: transformers
|
||||||
|
license: apache-2.0
|
||||||
|
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/HuggingFaceTB/SmolVLM-Instruct
|
||||||
|
|
||||||
|
<!-- provided-files -->
|
||||||
|
|
||||||
|
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#SmolVLM-Instruct-GGUF).***
|
||||||
|
|
||||||
|
weighted/imatrix quants are available at https://huggingface.co/mradermacher/SmolVLM-Instruct-i1-GGUF
|
||||||
|
## 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/SmolVLM-Instruct-GGUF/resolve/main/SmolVLM-Instruct.Q2_K.gguf) | Q2_K | 0.8 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SmolVLM-Instruct-GGUF/resolve/main/SmolVLM-Instruct.Q3_K_S.gguf) | Q3_K_S | 0.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SmolVLM-Instruct-GGUF/resolve/main/SmolVLM-Instruct.Q3_K_M.gguf) | Q3_K_M | 1.0 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SmolVLM-Instruct-GGUF/resolve/main/SmolVLM-Instruct.Q3_K_L.gguf) | Q3_K_L | 1.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SmolVLM-Instruct-GGUF/resolve/main/SmolVLM-Instruct.IQ4_XS.gguf) | IQ4_XS | 1.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SmolVLM-Instruct-GGUF/resolve/main/SmolVLM-Instruct.Q4_K_S.gguf) | Q4_K_S | 1.2 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SmolVLM-Instruct-GGUF/resolve/main/SmolVLM-Instruct.Q4_K_M.gguf) | Q4_K_M | 1.2 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SmolVLM-Instruct-GGUF/resolve/main/SmolVLM-Instruct.Q5_K_S.gguf) | Q5_K_S | 1.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SmolVLM-Instruct-GGUF/resolve/main/SmolVLM-Instruct.Q5_K_M.gguf) | Q5_K_M | 1.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SmolVLM-Instruct-GGUF/resolve/main/SmolVLM-Instruct.Q6_K.gguf) | Q6_K | 1.6 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SmolVLM-Instruct-GGUF/resolve/main/SmolVLM-Instruct.Q8_0.gguf) | Q8_0 | 2.0 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SmolVLM-Instruct-GGUF/resolve/main/SmolVLM-Instruct.f16.gguf) | f16 | 3.7 | 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
SmolVLM-Instruct.IQ4_XS.gguf
Normal file
3
SmolVLM-Instruct.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fe6c78847a6a6c9ea15ba609141598997da9b4d8914be3762cdbeebe6d07af94
|
||||||
|
size 1001748928
|
||||||
3
SmolVLM-Instruct.Q2_K.gguf
Normal file
3
SmolVLM-Instruct.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:716861f6a67617772090595068d64a3b8f21b19e633757d1435734d2445f7923
|
||||||
|
size 707622112
|
||||||
3
SmolVLM-Instruct.Q3_K_L.gguf
Normal file
3
SmolVLM-Instruct.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0e6b3e6244161114a299975bdf05b3f2d5af781f5141e249f1bd146b2785e5b
|
||||||
|
size 975796064
|
||||||
3
SmolVLM-Instruct.Q3_K_M.gguf
Normal file
3
SmolVLM-Instruct.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:45124575d9ff832152b62e34fbc55c65b3df715b2ddfa0a6cdfb59e13d619310
|
||||||
|
size 903444320
|
||||||
3
SmolVLM-Instruct.Q3_K_S.gguf
Normal file
3
SmolVLM-Instruct.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:be4877c434a99138743c91afa2322c2fef5d18eda4652e5e3cc1a1275ad6524a
|
||||||
|
size 820082528
|
||||||
3
SmolVLM-Instruct.Q4_K_M.gguf
Normal file
3
SmolVLM-Instruct.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f9f910de20975f4b39a42c37faf147cfb7a994bb833f7b5cad993b1daf3d8ecb
|
||||||
|
size 1112242816
|
||||||
3
SmolVLM-Instruct.Q4_K_S.gguf
Normal file
3
SmolVLM-Instruct.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a4b644bbcec23c87d9e03721844c04fcedb785a360f519eb2c16a155fa199c9e
|
||||||
|
size 1055750784
|
||||||
3
SmolVLM-Instruct.Q5_K_M.gguf
Normal file
3
SmolVLM-Instruct.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:542fd11122e25e7ddc6d21430f7fd60d0803431b40372d9e79b9df8fcae018ea
|
||||||
|
size 1294695808
|
||||||
3
SmolVLM-Instruct.Q5_K_S.gguf
Normal file
3
SmolVLM-Instruct.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d02d754cd3bd44c756a480ee5140a8f984e2035fee85fe9701e5218b148b3a6
|
||||||
|
size 1261272448
|
||||||
3
SmolVLM-Instruct.Q6_K.gguf
Normal file
3
SmolVLM-Instruct.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:561a83aeec5c6defbf1d215c275f0d14b962f97b13435f4a3030568d356ebe3f
|
||||||
|
size 1488552128
|
||||||
3
SmolVLM-Instruct.Q8_0.gguf
Normal file
3
SmolVLM-Instruct.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5451025851f609dffe0992aebd336b893a1d214180ebfd20f6d5ef7999b892bc
|
||||||
|
size 1927384128
|
||||||
3
SmolVLM-Instruct.f16.gguf
Normal file
3
SmolVLM-Instruct.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:85be272ef8ea5ff0a7ca27da4668435b4d5d940b4ba905250db28ab3d3f9bebd
|
||||||
|
size 3626088768
|
||||||
Reference in New Issue
Block a user