mradermacher commited on
Commit
cdc1ab6
·
verified ·
1 Parent(s): d086558

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md CHANGED
@@ -1,3 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +29,44 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/prithivMLmods/Qwen3-VisionCaption-2B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: prithivMLmods/Qwen3-VisionCaption-2B
3
+ datasets:
4
+ - prithivMLmods/blip3o-caption-mini-arrow
5
+ - prithivMLmods/Caption3o-Opt-v2
6
+ language:
7
+ - en
8
+ - zh
9
+ library_name: transformers
10
+ license: apache-2.0
11
+ mradermacher:
12
+ readme_rev: 1
13
+ quantized_by: mradermacher
14
+ tags:
15
+ - text-generation-inference
16
+ - image-caption
17
+ - abliterated
18
+ - uncensored
19
+ - llama.cpp
20
+ ---
21
+ ## About
22
+
23
  <!-- ### quantize_version: 2 -->
24
  <!-- ### output_tensor_quantised: 1 -->
25
  <!-- ### convert_type: hf -->
 
29
  <!-- ### quants_skip: -->
30
  <!-- ### skip_mmproj: -->
31
  static quants of https://huggingface.co/prithivMLmods/Qwen3-VisionCaption-2B
32
+
33
+ <!-- provided-files -->
34
+
35
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-VisionCaption-2B-GGUF).***
36
+
37
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Qwen3-VisionCaption-2B-i1-GGUF
38
+ ## Usage
39
+
40
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
41
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
42
+ more details, including on how to concatenate multi-part files.
43
+
44
+ ## Provided Quants
45
+
46
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
47
+
48
+ | Link | Type | Size/GB | Notes |
49
+ |:-----|:-----|--------:|:------|
50
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-VisionCaption-2B-GGUF/resolve/main/Qwen3-VisionCaption-2B.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 0.5 | multi-modal supplement |
51
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-VisionCaption-2B-GGUF/resolve/main/Qwen3-VisionCaption-2B.mmproj-f16.gguf) | mmproj-f16 | 0.9 | multi-modal supplement |
52
+
53
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
54
+ types (lower is better):
55
+
56
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
57
+
58
+ And here are Artefact2's thoughts on the matter:
59
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
60
+
61
+ ## FAQ / Model Request
62
+
63
+ See https://huggingface.co/mradermacher/model_requests for some answers to
64
+ questions you might have and/or if you want some other model quantized.
65
+
66
+ ## Thanks
67
+
68
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
69
+ me use its servers and providing upgrades to my workstation to enable
70
+ this work in my free time.
71
+
72
+ <!-- end -->