mradermacher commited on
Commit
f7a9854
1 Parent(s): b83bc85

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md CHANGED
@@ -1 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
1
  weighted/imatrix 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
  weighted/imatrix quants of https://huggingface.co/dreamgen/opus-v1-34b
13
+
14
+
15
+ <!-- provided-files -->
16
+ static quants are available at https://huggingface.co/mradermacher/opus-v1-34b-GGUF
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/opus-v1-34b-i1-GGUF/resolve/main/opus-v1-34b.i1-Q2_K.gguf) | i1-Q2_K | 13.5 | IQ3_XXS probably better |
30
+ | [GGUF](https://huggingface.co/mradermacher/opus-v1-34b-i1-GGUF/resolve/main/opus-v1-34b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 17.3 | IQ3_S probably better |
31
+ | [GGUF](https://huggingface.co/mradermacher/opus-v1-34b-i1-GGUF/resolve/main/opus-v1-34b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 20.2 | optimal size/speed/quality |
32
+
33
+
34
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
35
+ types (lower is better):
36
+
37
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
38
+
39
+ And here are Artefact2's thoughts on the matter:
40
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
41
+
42
+ ## Thanks
43
+
44
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
45
+ me use its servers and providing upgrades to my workstation to enable
46
+ this work in my free time.
47
+
48
+ <!-- end -->