Transformers
GGUF
imatrix
mradermacher commited on
Commit
7f2ed7a
·
verified ·
1 Parent(s): 337e266

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +94 -0
README.md CHANGED
@@ -1,6 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: nicoboss -->
6
  weighted/imatrix quants of https://huggingface.co/bigscience/bloomz-7b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: bigscience/bloomz-7b1
3
+ datasets:
4
+ - bigscience/xP3
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
  weighted/imatrix quants of https://huggingface.co/bigscience/bloomz-7b1
64
+
65
+ <!-- provided-files -->
66
+ static quants are available at https://huggingface.co/mradermacher/bloomz-7b1-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-i1-GGUF/resolve/main/bloomz-7b1.i1-Q2_K.gguf) | i1-Q2_K | 3.5 | IQ3_XXS probably better |
80
+
81
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
82
+ types (lower is better):
83
+
84
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
85
+
86
+ And here are Artefact2's thoughts on the matter:
87
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
88
+
89
+ ## FAQ / Model Request
90
+
91
+ See https://huggingface.co/mradermacher/model_requests for some answers to
92
+ questions you might have and/or if you want some other model quantized.
93
+
94
+ ## Thanks
95
+
96
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
97
+ me use its servers and providing upgrades to my workstation to enable
98
+ 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.
99
+
100
+ <!-- end -->