mradermacher commited on
Commit
a8d6245
1 Parent(s): 67ff725

auto-patch README.md

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