mradermacher commited on
Commit
4ef2ca5
1 Parent(s): 2114533

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/ddh0/Norocetacean-20b-10k
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ exported_from: ddh0/Norocetacean-20b-10k
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: other
7
+ license_link: https://huggingface.co/microsoft/Orca-2-13b/blob/main/LICENSE
8
+ license_name: microsoft-research-license
9
+ quantized_by: mradermacher
10
+ ---
11
+ ## About
12
+
13
  weighted/imatrix quants of https://huggingface.co/ddh0/Norocetacean-20b-10k
14
+
15
+
16
+ <!-- provided-files -->
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/Norocetacean-20b-10k-i1-GGUF/resolve/main/Norocetacean-20b-10k.i1-Q2_K.gguf) | i1-Q2_K | 7.7 | IQ3_XXS probably better |
30
+ | [GGUF](https://huggingface.co/mradermacher/Norocetacean-20b-10k-i1-GGUF/resolve/main/Norocetacean-20b-10k.i1-Q3_K_S.gguf) | i1-Q3_K_S | 9.0 | IQ3_XS probably better |
31
+ | [GGUF](https://huggingface.co/mradermacher/Norocetacean-20b-10k-i1-GGUF/resolve/main/Norocetacean-20b-10k.i1-Q3_K_M.gguf) | i1-Q3_K_M | 10.0 | IQ3_S probably better |
32
+ | [GGUF](https://huggingface.co/mradermacher/Norocetacean-20b-10k-i1-GGUF/resolve/main/Norocetacean-20b-10k.i1-Q3_K_L.gguf) | i1-Q3_K_L | 10.9 | IQ3_M probably better |
33
+ | [GGUF](https://huggingface.co/mradermacher/Norocetacean-20b-10k-i1-GGUF/resolve/main/Norocetacean-20b-10k.i1-Q4_0.gguf) | i1-Q4_0 | 11.6 | |
34
+ | [GGUF](https://huggingface.co/mradermacher/Norocetacean-20b-10k-i1-GGUF/resolve/main/Norocetacean-20b-10k.i1-Q4_K_S.gguf) | i1-Q4_K_S | 11.7 | optimal size/speed/quality |
35
+ | [GGUF](https://huggingface.co/mradermacher/Norocetacean-20b-10k-i1-GGUF/resolve/main/Norocetacean-20b-10k.i1-Q4_K_M.gguf) | i1-Q4_K_M | 12.3 | fast, recommended |
36
+ | [GGUF](https://huggingface.co/mradermacher/Norocetacean-20b-10k-i1-GGUF/resolve/main/Norocetacean-20b-10k.i1-Q5_K_S.gguf) | i1-Q5_K_S | 14.1 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/Norocetacean-20b-10k-i1-GGUF/resolve/main/Norocetacean-20b-10k.i1-Q5_K_M.gguf) | i1-Q5_K_M | 14.5 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/Norocetacean-20b-10k-i1-GGUF/resolve/main/Norocetacean-20b-10k.i1-Q6_K.gguf) | i1-Q6_K | 16.7 | practically like static Q6_K |
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 -->