mradermacher commited on
Commit
f4b96f7
1 Parent(s): dd7544c

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md CHANGED
@@ -1 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/athirdpath/Harmonia-no_robots-20b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: athirdpath/Harmonia-20B
3
+ exported_from: athirdpath/Harmonia-no_robots-20b
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: cc-by-nc-4.0
8
+ quantized_by: mradermacher
9
+ tags:
10
+ - generated_from_trainer
11
+ ---
12
+ ## About
13
+
14
  static quants of https://huggingface.co/athirdpath/Harmonia-no_robots-20b
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/Harmonia-no_robots-20b-GGUF/resolve/main/Harmonia-no_robots-20b.Q2_K.gguf) | Q2_K | 7.7 | |
32
+ | [GGUF](https://huggingface.co/mradermacher/Harmonia-no_robots-20b-GGUF/resolve/main/Harmonia-no_robots-20b.Q3_K_S.gguf) | Q3_K_S | 9.0 | |
33
+ | [GGUF](https://huggingface.co/mradermacher/Harmonia-no_robots-20b-GGUF/resolve/main/Harmonia-no_robots-20b.Q3_K_M.gguf) | Q3_K_M | 10.0 | lower quality |
34
+ | [GGUF](https://huggingface.co/mradermacher/Harmonia-no_robots-20b-GGUF/resolve/main/Harmonia-no_robots-20b.Q3_K_L.gguf) | Q3_K_L | 10.9 | |
35
+ | [GGUF](https://huggingface.co/mradermacher/Harmonia-no_robots-20b-GGUF/resolve/main/Harmonia-no_robots-20b.Q4_K_S.gguf) | Q4_K_S | 11.7 | fast, recommended |
36
+ | [GGUF](https://huggingface.co/mradermacher/Harmonia-no_robots-20b-GGUF/resolve/main/Harmonia-no_robots-20b.Q4_K_M.gguf) | Q4_K_M | 12.3 | fast, recommended |
37
+ | [GGUF](https://huggingface.co/mradermacher/Harmonia-no_robots-20b-GGUF/resolve/main/Harmonia-no_robots-20b.Q5_K_S.gguf) | Q5_K_S | 14.1 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/Harmonia-no_robots-20b-GGUF/resolve/main/Harmonia-no_robots-20b.Q5_K_M.gguf) | Q5_K_M | 14.5 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/Harmonia-no_robots-20b-GGUF/resolve/main/Harmonia-no_robots-20b.Q6_K.gguf) | Q6_K | 16.7 | very good quality |
40
+ | [GGUF](https://huggingface.co/mradermacher/Harmonia-no_robots-20b-GGUF/resolve/main/Harmonia-no_robots-20b.Q8_0.gguf) | Q8_0 | 21.5 | fast, best quality |
41
+
42
+
43
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
44
+ types (lower is better):
45
+
46
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
47
+
48
+ And here are Artefact2's thoughts on the matter:
49
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
50
+
51
+ ## Thanks
52
+
53
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
54
+ me use its servers and providing upgrades to my workstation to enable
55
+ this work in my free time.
56
+
57
+ <!-- end -->