Transformers
GGUF
Inference Endpoints
mradermacher commited on
Commit
de07e33
·
verified ·
1 Parent(s): 7a416f3

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +102 -0
README.md CHANGED
@@ -1,6 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: nicoboss -->
6
  static quants of https://huggingface.co/bigscience/bloomz-7b1-p3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: bigscience/bloomz-7b1-p3
3
+ datasets:
4
+ - Muennighoff/P3
5
+ language:
6
+ - ak
7
+ - ar
8
+ - as
9
+ - bm
10
+ - bn
11
+ - ca
12
+ - code
13
+ - en
14
+ - es
15
+ - eu
16
+ - fon
17
+ - fr
18
+ - gu
19
+ - hi
20
+ - id
21
+ - ig
22
+ - ki
23
+ - kn
24
+ - lg
25
+ - ln
26
+ - ml
27
+ - mr
28
+ - ne
29
+ - nso
30
+ - ny
31
+ - or
32
+ - pa
33
+ - pt
34
+ - rn
35
+ - rw
36
+ - sn
37
+ - st
38
+ - sw
39
+ - ta
40
+ - te
41
+ - tn
42
+ - ts
43
+ - tum
44
+ - tw
45
+ - ur
46
+ - vi
47
+ - wo
48
+ - xh
49
+ - yo
50
+ - zh
51
+ - zu
52
+ library_name: transformers
53
+ license: bigscience-bloom-rail-1.0
54
+ quantized_by: mradermacher
55
+ ---
56
+ ## About
57
+
58
  <!-- ### quantize_version: 2 -->
59
  <!-- ### output_tensor_quantised: 1 -->
60
  <!-- ### convert_type: hf -->
61
  <!-- ### vocab_type: -->
62
  <!-- ### tags: nicoboss -->
63
  static quants of https://huggingface.co/bigscience/bloomz-7b1-p3
64
+
65
+ <!-- provided-files -->
66
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/bloomz-7b1-p3-i1-GGUF
67
+ ## Usage
68
+
69
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
70
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
71
+ more details, including on how to concatenate multi-part files.
72
+
73
+ ## Provided Quants
74
+
75
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
76
+
77
+ | Link | Type | Size/GB | Notes |
78
+ |:-----|:-----|--------:|:------|
79
+ | [GGUF](https://huggingface.co/mradermacher/bloomz-7b1-p3-GGUF/resolve/main/bloomz-7b1-p3.Q2_K.gguf) | Q2_K | 3.5 | |
80
+ | [GGUF](https://huggingface.co/mradermacher/bloomz-7b1-p3-GGUF/resolve/main/bloomz-7b1-p3.Q3_K_S.gguf) | Q3_K_S | 4.0 | |
81
+ | [GGUF](https://huggingface.co/mradermacher/bloomz-7b1-p3-GGUF/resolve/main/bloomz-7b1-p3.Q3_K_M.gguf) | Q3_K_M | 4.5 | lower quality |
82
+ | [GGUF](https://huggingface.co/mradermacher/bloomz-7b1-p3-GGUF/resolve/main/bloomz-7b1-p3.Q3_K_L.gguf) | Q3_K_L | 4.8 | |
83
+ | [GGUF](https://huggingface.co/mradermacher/bloomz-7b1-p3-GGUF/resolve/main/bloomz-7b1-p3.Q4_K_S.gguf) | Q4_K_S | 5.0 | fast, recommended |
84
+ | [GGUF](https://huggingface.co/mradermacher/bloomz-7b1-p3-GGUF/resolve/main/bloomz-7b1-p3.Q4_K_M.gguf) | Q4_K_M | 5.4 | fast, recommended |
85
+ | [GGUF](https://huggingface.co/mradermacher/bloomz-7b1-p3-GGUF/resolve/main/bloomz-7b1-p3.Q6_K.gguf) | Q6_K | 6.8 | very good quality |
86
+ | [GGUF](https://huggingface.co/mradermacher/bloomz-7b1-p3-GGUF/resolve/main/bloomz-7b1-p3.Q8_0.gguf) | Q8_0 | 8.7 | fast, best quality |
87
+ | [GGUF](https://huggingface.co/mradermacher/bloomz-7b1-p3-GGUF/resolve/main/bloomz-7b1-p3.f16.gguf) | f16 | 16.3 | 16 bpw, overkill |
88
+
89
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
90
+ types (lower is better):
91
+
92
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
93
+
94
+ And here are Artefact2's thoughts on the matter:
95
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
96
+
97
+ ## FAQ / Model Request
98
+
99
+ See https://huggingface.co/mradermacher/model_requests for some answers to
100
+ questions you might have and/or if you want some other model quantized.
101
+
102
+ ## Thanks
103
+
104
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
105
+ me use its servers and providing upgrades to my workstation to enable
106
+ this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
107
+
108
+ <!-- end -->