mradermacher commited on
Commit
a90f4b7
1 Parent(s): ff7ff30

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -1 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/Steelskull/VerA-Etheria-55b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - brucethemoose/Yi-34B-200K-DARE-megamerge-v8
4
+ exported_from: Steelskull/VerA-Etheria-55b
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ license: apache-2.0
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - merge
12
+ - mergekit
13
+ - Etheria
14
+ ---
15
+ ## About
16
+
17
  static quants of https://huggingface.co/Steelskull/VerA-Etheria-55b
18
+
19
+
20
+ <!-- provided-files -->
21
+ 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.
22
+ ## Usage
23
+
24
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
25
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
26
+ more details, including on how to concatenate multi-part files.
27
+
28
+ ## Provided Quants
29
+
30
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
31
+
32
+ | Link | Type | Size/GB | Notes |
33
+ |:-----|:-----|--------:|:------|
34
+ | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q2_K.gguf) | Q2_K | 21.3 | |
35
+ | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q3_K_S.gguf) | Q3_K_S | 24.7 | |
36
+ | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q3_K_M.gguf) | Q3_K_M | 27.5 | lower quality |
37
+ | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q4_K_S.gguf) | Q4_K_S | 32.3 | fast, recommended |
38
+ | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q6_K.gguf) | Q6_K | 46.2 | very good quality |
39
+ | [PART 1](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q8_0.gguf.part2of2) | Q8_0 | 59.6 | fast, best quality |
40
+
41
+
42
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
43
+ types (lower is better):
44
+
45
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
46
+
47
+ And here are Artefact2's thoughts on the matter:
48
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
49
+
50
+ ## Thanks
51
+
52
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
53
+ me use its servers and providing upgrades to my workstation to enable
54
+ this work in my free time.
55
+
56
+ <!-- end -->