mradermacher commited on
Commit
90e0a57
·
verified ·
1 Parent(s): 2e28d2b

auto-patch README.md

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