mradermacher commited on
Commit
cd473b1
1 Parent(s): 24d79d5

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md CHANGED
@@ -1,3 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### convert_type: -->
2
  <!-- ### vocab_type: -->
3
  weighted/imatrix quants of https://huggingface.co/mlabonne/Beyonder-4x7B-v3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - mlabonne/AlphaMonarch-7B
4
+ - beowolx/CodeNinja-1.0-OpenChat-7B
5
+ - SanjiWatsuki/Kunoichi-DPO-v2-7B
6
+ - mlabonne/NeuralDaredevil-7B
7
+ exported_from: mlabonne/Beyonder-4x7B-v3
8
+ language:
9
+ - en
10
+ library_name: transformers
11
+ license: cc-by-nc-4.0
12
+ quantized_by: mradermacher
13
+ tags:
14
+ - moe
15
+ - frankenmoe
16
+ - merge
17
+ - mergekit
18
+ - lazymergekit
19
+ ---
20
+ ## About
21
+
22
  <!-- ### convert_type: -->
23
  <!-- ### vocab_type: -->
24
  weighted/imatrix quants of https://huggingface.co/mlabonne/Beyonder-4x7B-v3
25
+
26
+
27
+ <!-- provided-files -->
28
+ static quants are available at https://huggingface.co/mradermacher/Beyonder-4x7B-v3-GGUF
29
+ ## Usage
30
+
31
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
32
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
33
+ more details, including on how to concatenate multi-part files.
34
+
35
+ ## Provided Quants
36
+
37
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
38
+
39
+ | Link | Type | Size/GB | Notes |
40
+ |:-----|:-----|--------:|:------|
41
+ | [GGUF](https://huggingface.co/mradermacher/Beyonder-4x7B-v3-i1-GGUF/resolve/main/Beyonder-4x7B-v3.i1-Q2_K.gguf) | i1-Q2_K | 9.1 | IQ3_XXS probably better |
42
+ | [GGUF](https://huggingface.co/mradermacher/Beyonder-4x7B-v3-i1-GGUF/resolve/main/Beyonder-4x7B-v3.i1-Q3_K_S.gguf) | i1-Q3_K_S | 10.7 | IQ3_XS probably better |
43
+ | [GGUF](https://huggingface.co/mradermacher/Beyonder-4x7B-v3-i1-GGUF/resolve/main/Beyonder-4x7B-v3.i1-Q3_K_M.gguf) | i1-Q3_K_M | 11.8 | IQ3_S probably better |
44
+ | [GGUF](https://huggingface.co/mradermacher/Beyonder-4x7B-v3-i1-GGUF/resolve/main/Beyonder-4x7B-v3.i1-Q3_K_L.gguf) | i1-Q3_K_L | 12.8 | IQ3_M probably better |
45
+ | [GGUF](https://huggingface.co/mradermacher/Beyonder-4x7B-v3-i1-GGUF/resolve/main/Beyonder-4x7B-v3.i1-Q4_K_S.gguf) | i1-Q4_K_S | 14.0 | optimal size/speed/quality |
46
+ | [GGUF](https://huggingface.co/mradermacher/Beyonder-4x7B-v3-i1-GGUF/resolve/main/Beyonder-4x7B-v3.i1-Q4_K_M.gguf) | i1-Q4_K_M | 14.9 | fast, recommended |
47
+ | [GGUF](https://huggingface.co/mradermacher/Beyonder-4x7B-v3-i1-GGUF/resolve/main/Beyonder-4x7B-v3.i1-Q5_K_S.gguf) | i1-Q5_K_S | 16.9 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/Beyonder-4x7B-v3-i1-GGUF/resolve/main/Beyonder-4x7B-v3.i1-Q6_K.gguf) | i1-Q6_K | 20.1 | practically like static Q6_K |
49
+
50
+
51
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
52
+ types (lower is better):
53
+
54
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
55
+
56
+ And here are Artefact2's thoughts on the matter:
57
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
58
+
59
+ ## Thanks
60
+
61
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
62
+ me use its servers and providing upgrades to my workstation to enable
63
+ this work in my free time.
64
+
65
+ <!-- end -->