mradermacher commited on
Commit
6955169
1 Parent(s): 127ca1c

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -1 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/LeroyDyer/Mixtral_AI_Cyber_4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - LeroyDyer/Mixtral_AI_Cyber_3.m1
4
+ - LeroyDyer/Mixtral_AI_Cyber_3.1_SFT
5
+ - LeroyDyer/Mixtral_AI_Cyber_2.0
6
+ - LeroyDyer/Mixtral_AI_Cyber_1.0
7
+ - LeroyDyer/Mixtral_AI_Cyber_3.m2
8
+ - LeroyDyer/Mixtral_AI_Cyber_3.0
9
+ exported_from: LeroyDyer/Mixtral_AI_Cyber_4.0
10
+ language:
11
+ - en
12
+ library_name: transformers
13
+ license: mit
14
+ quantized_by: mradermacher
15
+ tags:
16
+ - biology
17
+ - chemistry
18
+ - medical
19
+ ---
20
+ ## About
21
+
22
  static quants of https://huggingface.co/LeroyDyer/Mixtral_AI_Cyber_4.0
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/Mixtral_AI_Cyber_4.0-GGUF/resolve/main/Mixtral_AI_Cyber_4.0.Q4_K_S.gguf) | Q4_K_S | 4.4 | fast, recommended |
40
+
41
+
42
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
43
+ types (lower is better):
44
+
45
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
46
+
47
+ And here are Artefact2's thoughts on the matter:
48
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
49
+
50
+ ## Thanks
51
+
52
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
53
+ me use its servers and providing upgrades to my workstation to enable
54
+ this work in my free time.
55
+
56
+ <!-- end -->