mradermacher commited on
Commit
fd795a1
·
verified ·
1 Parent(s): 04fcb52

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -1
README.md CHANGED
@@ -1 +1,45 @@
1
- weighted/imatrix quants of https://huggingface.co/Henk717/airochronos-33B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ license: other
6
+ quantized_by: mradermacher
7
+ ---
8
+ ## About
9
+
10
+ weighted/imatrix quants of https://huggingface.co/Henk717/airochronos-33B
11
+
12
+ <!-- provided-files -->
13
+ ## Usage
14
+
15
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
16
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
17
+ more details, including on how to concatenate multi-part files.
18
+
19
+ ## Provided Quants
20
+
21
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
22
+
23
+ | Link | Type | Size/GB | Notes |
24
+ |:-----|:-----|--------:|:------|
25
+ | [GGUF](https://huggingface.co/mradermacher/airochronos-33B-i1-GGUF/resolve/main/airochronos-33B.i1-Q2_K.gguf) | i1-Q2_K | 12.4 | IQ3_XXS probably better |
26
+ | [GGUF](https://huggingface.co/mradermacher/airochronos-33B-i1-GGUF/resolve/main/airochronos-33B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 16.1 | IQ3_S probably better |
27
+ | [GGUF](https://huggingface.co/mradermacher/airochronos-33B-i1-GGUF/resolve/main/airochronos-33B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 20.0 | fast, medium quality |
28
+ | [PART 1](https://huggingface.co/mradermacher/airochronos-33B-i1-GGUF/resolve/main/airochronos-33B.SOURCE.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/airochronos-33B-i1-GGUF/resolve/main/airochronos-33B.SOURCE.gguf.part2of2) | SOURCE | 65.2 | source gguf, only provided when it was hard to come by |
29
+
30
+
31
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
32
+ types (lower is better):
33
+
34
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
35
+
36
+ And here are Artefact2's thoughts on the matter:
37
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
38
+
39
+ ## Thanks
40
+
41
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
42
+ me use its servers and providing upgrades to my workstation to enable
43
+ this work in my free time.
44
+
45
+ <!-- end -->