mradermacher commited on
Commit
b60f970
1 Parent(s): 83cfd6c

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md CHANGED
@@ -1 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/arcee-ai/Clown-DPO-Extended
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - CorticalStack/pastiche-crown-clown-7b-dare-dpo
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: apache-2.0
8
+ quantized_by: mradermacher
9
+ tags:
10
+ - mergekit
11
+ - merge
12
+ - CorticalStack/pastiche-crown-clown-7b-dare-dpo
13
+ ---
14
+ ## About
15
+
16
  static quants of https://huggingface.co/arcee-ai/Clown-DPO-Extended
17
+
18
+
19
+ <!-- provided-files -->
20
+ weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
21
+ ## Usage
22
+
23
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
24
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
25
+ more details, including on how to concatenate multi-part files.
26
+
27
+ ## Provided Quants
28
+
29
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
30
+
31
+ | Link | Type | Size/GB | Notes |
32
+ |:-----|:-----|--------:|:------|
33
+ | [GGUF](https://huggingface.co/mradermacher/Clown-DPO-Extended-GGUF/resolve/main/Clown-DPO-Extended.Q2_K.gguf) | Q2_K | 3.6 | |
34
+ | [GGUF](https://huggingface.co/mradermacher/Clown-DPO-Extended-GGUF/resolve/main/Clown-DPO-Extended.Q3_K_S.gguf) | Q3_K_S | 4.2 | |
35
+ | [GGUF](https://huggingface.co/mradermacher/Clown-DPO-Extended-GGUF/resolve/main/Clown-DPO-Extended.Q3_K_M.gguf) | Q3_K_M | 4.6 | lower quality |
36
+ | [GGUF](https://huggingface.co/mradermacher/Clown-DPO-Extended-GGUF/resolve/main/Clown-DPO-Extended.Q3_K_L.gguf) | Q3_K_L | 5.0 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/Clown-DPO-Extended-GGUF/resolve/main/Clown-DPO-Extended.Q4_K_S.gguf) | Q4_K_S | 5.4 | fast, recommended |
38
+ | [GGUF](https://huggingface.co/mradermacher/Clown-DPO-Extended-GGUF/resolve/main/Clown-DPO-Extended.Q4_K_M.gguf) | Q4_K_M | 5.7 | fast, recommended |
39
+ | [GGUF](https://huggingface.co/mradermacher/Clown-DPO-Extended-GGUF/resolve/main/Clown-DPO-Extended.Q5_K_S.gguf) | Q5_K_S | 6.5 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/Clown-DPO-Extended-GGUF/resolve/main/Clown-DPO-Extended.Q5_K_M.gguf) | Q5_K_M | 6.6 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/Clown-DPO-Extended-GGUF/resolve/main/Clown-DPO-Extended.Q6_K.gguf) | Q6_K | 7.6 | very good quality |
42
+ | [GGUF](https://huggingface.co/mradermacher/Clown-DPO-Extended-GGUF/resolve/main/Clown-DPO-Extended.Q8_0.gguf) | Q8_0 | 9.8 | fast, best quality |
43
+
44
+
45
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
46
+ types (lower is better):
47
+
48
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
49
+
50
+ And here are Artefact2's thoughts on the matter:
51
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
52
+
53
+ ## Thanks
54
+
55
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
56
+ me use its servers and providing upgrades to my workstation to enable
57
+ this work in my free time.
58
+
59
+ <!-- end -->