mradermacher commited on
Commit
0ee6e39
1 Parent(s): fe17bba

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md CHANGED
@@ -1 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/rAIfle/0x01-8x7b-hf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: []
3
+ exported_from: rAIfle/0x01-8x7b-hf
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ quantized_by: mradermacher
8
+ tags:
9
+ - mergekit
10
+ - merge
11
+ ---
12
+ ## About
13
+
14
  static quants of https://huggingface.co/rAIfle/0x01-8x7b-hf
15
+
16
+
17
+ <!-- provided-files -->
18
+ weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
19
+ ## Usage
20
+
21
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
22
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
23
+ more details, including on how to concatenate multi-part files.
24
+
25
+ ## Provided Quants
26
+
27
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
28
+
29
+ | Link | Type | Size/GB | Notes |
30
+ |:-----|:-----|--------:|:------|
31
+ | [GGUF](https://huggingface.co/mradermacher/0x01-8x7b-hf-GGUF/resolve/main/0x01-8x7b-hf.Q2_K.gguf) | Q2_K | 17.6 | |
32
+ | [GGUF](https://huggingface.co/mradermacher/0x01-8x7b-hf-GGUF/resolve/main/0x01-8x7b-hf.Q3_K_S.gguf) | Q3_K_S | 20.7 | |
33
+ | [GGUF](https://huggingface.co/mradermacher/0x01-8x7b-hf-GGUF/resolve/main/0x01-8x7b-hf.Q3_K_M.gguf) | Q3_K_M | 22.8 | lower quality |
34
+ | [GGUF](https://huggingface.co/mradermacher/0x01-8x7b-hf-GGUF/resolve/main/0x01-8x7b-hf.Q3_K_L.gguf) | Q3_K_L | 24.4 | |
35
+ | [GGUF](https://huggingface.co/mradermacher/0x01-8x7b-hf-GGUF/resolve/main/0x01-8x7b-hf.Q4_K_S.gguf) | Q4_K_S | 27.0 | fast, recommended |
36
+ | [GGUF](https://huggingface.co/mradermacher/0x01-8x7b-hf-GGUF/resolve/main/0x01-8x7b-hf.Q6_K.gguf) | Q6_K | 38.6 | very good quality |
37
+ | [PART 1](https://huggingface.co/mradermacher/0x01-8x7b-hf-GGUF/resolve/main/0x01-8x7b-hf.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/0x01-8x7b-hf-GGUF/resolve/main/0x01-8x7b-hf.Q8_0.gguf.part2of2) | Q8_0 | 49.8 | fast, best quality |
38
+
39
+
40
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
41
+ types (lower is better):
42
+
43
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
44
+
45
+ And here are Artefact2's thoughts on the matter:
46
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
47
+
48
+ ## Thanks
49
+
50
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
51
+ me use its servers and providing upgrades to my workstation to enable
52
+ this work in my free time.
53
+
54
+ <!-- end -->