mradermacher commited on
Commit
a0ed0de
1 Parent(s): 9d4983b

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md CHANGED
@@ -1 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  weighted/imatrix quants of https://huggingface.co/abideen/Liberated-Miqu-70B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: 152334H/miqu-1-70b-sf
3
+ datasets:
4
+ - abacusai/SystemChat
5
+ exported_from: abideen/Liberated-Miqu-70B
6
+ language:
7
+ - en
8
+ library_name: transformers
9
+ license: apache-2.0
10
+ quantized_by: mradermacher
11
+ tags:
12
+ - Miqu
13
+ - Liberated
14
+ - Uncensored
15
+ - 70B
16
+ ---
17
+ ## About
18
+
19
  weighted/imatrix quants of https://huggingface.co/abideen/Liberated-Miqu-70B
20
+
21
+
22
+ <!-- provided-files -->
23
+ static quants are available at https://huggingface.co/mradermacher/Liberated-Miqu-70B-GGUF
24
+ ## Usage
25
+
26
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
27
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
28
+ more details, including on how to concatenate multi-part files.
29
+
30
+ ## Provided Quants
31
+
32
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
33
+
34
+ | Link | Type | Size/GB | Notes |
35
+ |:-----|:-----|--------:|:------|
36
+ | [GGUF](https://huggingface.co/mradermacher/Liberated-Miqu-70B-i1-GGUF/resolve/main/Liberated-Miqu-70B.i1-Q2_K.gguf) | i1-Q2_K | 25.9 | IQ3_XXS probably better |
37
+ | [GGUF](https://huggingface.co/mradermacher/Liberated-Miqu-70B-i1-GGUF/resolve/main/Liberated-Miqu-70B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 33.7 | IQ3_S probably better |
38
+ | [GGUF](https://huggingface.co/mradermacher/Liberated-Miqu-70B-i1-GGUF/resolve/main/Liberated-Miqu-70B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 39.7 | optimal size/speed/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 -->