mradermacher commited on
Commit
3131533
1 Parent(s): e04e403

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -1
README.md CHANGED
@@ -1 +1,41 @@
1
- weighted/imatrix quants https://huggingface.co/mlabonne/Beyonder-4x7B-v2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ quantized_by: mradermacher
6
+ ---
7
+ ## About
8
+
9
+ weighted/imatrix quants https://huggingface.co/mlabonne/Beyonder-4x7B-v2
10
+
11
+ <!-- provided-files -->
12
+ ## Usage
13
+
14
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
15
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
16
+ more details, including on how to concatenate multi-part files.
17
+
18
+ ## Provided Quants
19
+
20
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
21
+
22
+ | Link | Type | Size/GB | Notes |
23
+ |:-----|:-----|--------:|:------|
24
+ | [GGUF](https://huggingface.co/mradermacher/Beyonder-4x7B-v2-i1-GGUF/resolve/main/Beyonder-4x7B-v2.i1-Q2_K.gguf) | i1-Q2_K | 9.1 | IQ3_XXS probably better |
25
+
26
+
27
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
28
+ types (lower is better):
29
+
30
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
31
+
32
+ And here are Artefact2's thoughts on the matter:
33
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
34
+
35
+ ## Thanks
36
+
37
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
38
+ me use its servers and providing upgrades to my workstation to enable
39
+ this work in my free time.
40
+
41
+ <!-- end -->