mradermacher commited on
Commit
ec4721c
·
verified ·
1 Parent(s): 468f33b

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md CHANGED
@@ -1 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/Karko/embryophagus
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ license: unknown
6
+ quantized_by: mradermacher
7
+ tags:
8
+ - merge
9
+ ---
10
+ ## About
11
+
12
  static quants of https://huggingface.co/Karko/embryophagus
13
+
14
+
15
+ <!-- provided-files -->
16
+ 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.
17
+ ## Usage
18
+
19
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
20
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
21
+ more details, including on how to concatenate multi-part files.
22
+
23
+ ## Provided Quants
24
+
25
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
26
+
27
+ | Link | Type | Size/GB | Notes |
28
+ |:-----|:-----|--------:|:------|
29
+ | [GGUF](https://huggingface.co/mradermacher/embryophagus-GGUF/resolve/main/embryophagus.Q2_K.gguf) | Q2_K | 4.9 | |
30
+ | [GGUF](https://huggingface.co/mradermacher/embryophagus-GGUF/resolve/main/embryophagus.IQ3_XS.gguf) | IQ3_XS | 5.4 | |
31
+ | [GGUF](https://huggingface.co/mradermacher/embryophagus-GGUF/resolve/main/embryophagus.Q3_K_S.gguf) | Q3_K_S | 5.7 | |
32
+ | [GGUF](https://huggingface.co/mradermacher/embryophagus-GGUF/resolve/main/embryophagus.IQ3_S.gguf) | IQ3_S | 5.7 | beats Q3_K* |
33
+ | [GGUF](https://huggingface.co/mradermacher/embryophagus-GGUF/resolve/main/embryophagus.IQ3_M.gguf) | IQ3_M | 5.9 | |
34
+ | [GGUF](https://huggingface.co/mradermacher/embryophagus-GGUF/resolve/main/embryophagus.Q3_K_M.gguf) | Q3_K_M | 6.3 | lower quality |
35
+ | [GGUF](https://huggingface.co/mradermacher/embryophagus-GGUF/resolve/main/embryophagus.Q3_K_L.gguf) | Q3_K_L | 6.8 | |
36
+ | [GGUF](https://huggingface.co/mradermacher/embryophagus-GGUF/resolve/main/embryophagus.IQ4_XS.gguf) | IQ4_XS | 7.0 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/embryophagus-GGUF/resolve/main/embryophagus.Q4_K_S.gguf) | Q4_K_S | 7.4 | fast, recommended |
38
+ | [GGUF](https://huggingface.co/mradermacher/embryophagus-GGUF/resolve/main/embryophagus.Q4_K_M.gguf) | Q4_K_M | 7.8 | fast, recommended |
39
+ | [GGUF](https://huggingface.co/mradermacher/embryophagus-GGUF/resolve/main/embryophagus.Q5_K_S.gguf) | Q5_K_S | 8.9 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/embryophagus-GGUF/resolve/main/embryophagus.Q5_K_M.gguf) | Q5_K_M | 9.1 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/embryophagus-GGUF/resolve/main/embryophagus.Q6_K.gguf) | Q6_K | 10.5 | very good quality |
42
+ | [GGUF](https://huggingface.co/mradermacher/embryophagus-GGUF/resolve/main/embryophagus.Q8_0.gguf) | Q8_0 | 13.5 | fast, best quality |
43
+
44
+
45
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
46
+ types (lower is better):
47
+
48
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
49
+
50
+ And here are Artefact2's thoughts on the matter:
51
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
52
+
53
+ ## Thanks
54
+
55
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
56
+ me use its servers and providing upgrades to my workstation to enable
57
+ this work in my free time.
58
+
59
+ <!-- end -->