mradermacher commited on
Commit
5d50e56
·
verified ·
1 Parent(s): 9985862

auto-patch README.md

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