mradermacher commited on
Commit
9fa8697
·
verified ·
1 Parent(s): 83f55f1

auto-patch README.md

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