mradermacher commited on
Commit
569a7eb
1 Parent(s): 8132853

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md CHANGED
@@ -1 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/maldv/eleusis-7b-alpha
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ license: cc-by-nc-4.0
6
+ quantized_by: mradermacher
7
+ tags:
8
+ - merge
9
+ - conversational
10
+ - multi-task
11
+ ---
12
+ ## About
13
+
14
  static quants of https://huggingface.co/maldv/eleusis-7b-alpha
15
+
16
+
17
+ <!-- provided-files -->
18
+ ## Usage
19
+
20
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
21
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
22
+ more details, including on how to concatenate multi-part files.
23
+
24
+ ## Provided Quants
25
+
26
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
27
+
28
+ | Link | Type | Size/GB | Notes |
29
+ |:-----|:-----|--------:|:------|
30
+ | [GGUF](https://huggingface.co/mradermacher/eleusis-7b-alpha-GGUF/resolve/main/eleusis-7b-alpha.Q2_K.gguf) | Q2_K | 3.0 | |
31
+ | [GGUF](https://huggingface.co/mradermacher/eleusis-7b-alpha-GGUF/resolve/main/eleusis-7b-alpha.IQ3_XS.gguf) | IQ3_XS | 3.3 | |
32
+ | [GGUF](https://huggingface.co/mradermacher/eleusis-7b-alpha-GGUF/resolve/main/eleusis-7b-alpha.Q3_K_S.gguf) | Q3_K_S | 3.4 | |
33
+ | [GGUF](https://huggingface.co/mradermacher/eleusis-7b-alpha-GGUF/resolve/main/eleusis-7b-alpha.IQ3_S.gguf) | IQ3_S | 3.4 | fast, beats Q3_K* |
34
+ | [GGUF](https://huggingface.co/mradermacher/eleusis-7b-alpha-GGUF/resolve/main/eleusis-7b-alpha.IQ3_M.gguf) | IQ3_M | 3.5 | |
35
+ | [GGUF](https://huggingface.co/mradermacher/eleusis-7b-alpha-GGUF/resolve/main/eleusis-7b-alpha.Q3_K_M.gguf) | Q3_K_M | 3.8 | lower quality |
36
+ | [GGUF](https://huggingface.co/mradermacher/eleusis-7b-alpha-GGUF/resolve/main/eleusis-7b-alpha.Q3_K_L.gguf) | Q3_K_L | 4.1 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/eleusis-7b-alpha-GGUF/resolve/main/eleusis-7b-alpha.IQ4_XS.gguf) | IQ4_XS | 4.2 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/eleusis-7b-alpha-GGUF/resolve/main/eleusis-7b-alpha.Q4_K_S.gguf) | Q4_K_S | 4.4 | fast, medium quality |
39
+ | [GGUF](https://huggingface.co/mradermacher/eleusis-7b-alpha-GGUF/resolve/main/eleusis-7b-alpha.Q4_K_M.gguf) | Q4_K_M | 4.6 | fast, medium quality |
40
+ | [GGUF](https://huggingface.co/mradermacher/eleusis-7b-alpha-GGUF/resolve/main/eleusis-7b-alpha.Q5_K_S.gguf) | Q5_K_S | 5.3 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/eleusis-7b-alpha-GGUF/resolve/main/eleusis-7b-alpha.Q5_K_M.gguf) | Q5_K_M | 5.4 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/eleusis-7b-alpha-GGUF/resolve/main/eleusis-7b-alpha.Q6_K.gguf) | Q6_K | 6.2 | very good quality |
43
+ | [GGUF](https://huggingface.co/mradermacher/eleusis-7b-alpha-GGUF/resolve/main/eleusis-7b-alpha.Q8_0.gguf) | Q8_0 | 7.9 | fast, best quality |
44
+
45
+
46
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
47
+ types (lower is better):
48
+
49
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
50
+
51
+ And here are Artefact2's thoughts on the matter:
52
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
53
+
54
+ ## Thanks
55
+
56
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
57
+ me use its servers and providing upgrades to my workstation to enable
58
+ this work in my free time.
59
+
60
+ <!-- end -->