mradermacher commited on
Commit
2282654
·
verified ·
1 Parent(s): f97c8f3

auto-patch README.md

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