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