mradermacher commited on
Commit
90fbe8a
·
verified ·
1 Parent(s): 10a86e6

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -1 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/chargoddard/Chronorctypus-Limarobormes-13b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ quantized_by: mradermacher
6
+ tags:
7
+ - llama
8
+ - merge
9
+ ---
10
+ ## About
11
+
12
  static quants of https://huggingface.co/chargoddard/Chronorctypus-Limarobormes-13b
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/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/Chronorctypus-Limarobormes-13b.Q2_K.gguf) | Q2_K | 5.1 | |
29
+ | [GGUF](https://huggingface.co/mradermacher/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/Chronorctypus-Limarobormes-13b.Q3_K_S.gguf) | Q3_K_S | 6.0 | |
30
+ | [GGUF](https://huggingface.co/mradermacher/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/Chronorctypus-Limarobormes-13b.Q3_K_M.gguf) | Q3_K_M | 6.6 | lower quality |
31
+ | [GGUF](https://huggingface.co/mradermacher/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/Chronorctypus-Limarobormes-13b.Q3_K_L.gguf) | Q3_K_L | 7.2 | |
32
+ | [GGUF](https://huggingface.co/mradermacher/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/Chronorctypus-Limarobormes-13b.Q4_K_S.gguf) | Q4_K_S | 7.7 | fast, medium quality |
33
+ | [GGUF](https://huggingface.co/mradermacher/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/Chronorctypus-Limarobormes-13b.Q4_K_M.gguf) | Q4_K_M | 8.2 | fast, medium quality |
34
+ | [GGUF](https://huggingface.co/mradermacher/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/Chronorctypus-Limarobormes-13b.Q6_K.gguf) | Q6_K | 11.0 | very good quality |
35
+
36
+
37
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
38
+ types (lower is better):
39
+
40
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
41
+
42
+ And here are Artefact2's thoughts on the matter:
43
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
44
+
45
+ ## Thanks
46
+
47
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
48
+ me use its servers and providing upgrades to my workstation to enable
49
+ this work in my free time.
50
+
51
+ <!-- end -->