rootonchair commited on
Commit
fa9900d
·
verified ·
1 Parent(s): e33f654

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ - vi
6
+ base_model:
7
+ - 5CD-AI/Vintern-3B-R-beta
8
+ pipeline_tag: image-text-to-text
9
+ library_name: transformers
10
+ ---
11
+
12
+ GGUF and static quants of https://huggingface.co/5CD-AI/Vintern-3B-R-beta
13
+
14
+ ## Usage
15
+
16
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
17
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
18
+ more details, including on how to concatenate multi-part files.
19
+
20
+ ## Provided Quants
21
+
22
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
23
+
24
+ | Link | Type | Size/GB | Notes |
25
+ |:-----|:-----|--------:|:------|
26
+ | [GGUF](./mmproj-f16.gguf) | mmproj-fp16 | 1.5 | vision supplement |
27
+ | [GGUF](./Vintern-3B-beta-Q2_K.gguf) | Q2_K | 3.1 | |
28
+ | [GGUF](./Vintern-3B-beta-Q3_K_S.gguf) | Q3_K_S | 3.6 | |
29
+ | [GGUF](./Vintern-3B-beta-Q3_K_M.gguf) | Q3_K_M | 3.9 | lower quality |
30
+ | [GGUF](./Vintern-3B-beta-Q3_K_L.gguf) | Q3_K_L | 4.2 | |
31
+ | [GGUF](./Vintern-3B-beta-IQ4_XS.gguf) | IQ4_XS | 4.4 | |
32
+ | [GGUF](./Vintern-3B-beta-Q4_K_S.gguf) | Q4_K_S | 4.6 | fast, recommended |
33
+ | [GGUF](./Vintern-3B-beta-Q4_K_M.gguf) | Q4_K_M | 4.8 | fast, recommended |
34
+ | [GGUF](./Vintern-3B-beta-Q5_K_S.gguf) | Q5_K_S | 5.4 | |
35
+ | [GGUF](./Vintern-3B-beta-Q5_K_M.gguf) | Q5_K_M | 5.5 | |
36
+ | [GGUF](./Vintern-3B-beta-Q6_K.gguf) | Q6_K | 6.4 | very good quality |
37
+ | [GGUF](./Vintern-3B-beta-Q8_0.gguf) | Q8_0 | 8.2 | fast, best quality |
38
+ | [GGUF](./Vintern-3B-beta-f16.gguf) | f16 | 15.3 | 16 bpw, overkill |