mradermacher
commited on
Commit
•
13be1c8
1
Parent(s):
a156694
auto-patch README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<!-- ### quantize_version: 1 -->
|
2 |
<!-- ### output_tensor_quantised: 1 -->
|
3 |
<!-- ### convert_type: -->
|
4 |
<!-- ### vocab_type: -->
|
5 |
static quants of https://huggingface.co/LeroyDyer/Mixtral_AI_CyberTron_Ultra
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: LeroyDyer/Mixtral_AI_CyberTron_Ultra
|
3 |
+
datasets:
|
4 |
+
- gretelai/synthetic_text_to_sql
|
5 |
+
- HuggingFaceTB/cosmopedia
|
6 |
+
- teknium/OpenHermes-2.5
|
7 |
+
- Open-Orca/SlimOrca
|
8 |
+
- Open-Orca/OpenOrca
|
9 |
+
- cognitivecomputations/dolphin-coder
|
10 |
+
- databricks/databricks-dolly-15k
|
11 |
+
- yahma/alpaca-cleaned
|
12 |
+
- uonlp/CulturaX
|
13 |
+
- mwitiderrick/SwahiliPlatypus
|
14 |
+
- swahili
|
15 |
+
- Rogendo/English-Swahili-Sentence-Pairs
|
16 |
+
- ise-uiuc/Magicoder-Evol-Instruct-110K
|
17 |
+
- meta-math/MetaMathQA
|
18 |
+
exported_from: LeroyDyer/Mixtral_AI_CyberTron_Ultra
|
19 |
+
language:
|
20 |
+
- en
|
21 |
+
library_name: transformers
|
22 |
+
license: apache-2.0
|
23 |
+
quantized_by: mradermacher
|
24 |
+
tags:
|
25 |
+
- text-generation-inference
|
26 |
+
- transformers
|
27 |
+
- unsloth
|
28 |
+
- mistral
|
29 |
+
- trl
|
30 |
+
- code
|
31 |
+
- 'medical '
|
32 |
+
- farmer
|
33 |
+
- doctor
|
34 |
+
- Mega-Series
|
35 |
+
- Cyber-Series
|
36 |
+
- Role-Play
|
37 |
+
- Self-Rag
|
38 |
+
- ThinkingBot
|
39 |
+
---
|
40 |
+
## About
|
41 |
+
|
42 |
<!-- ### quantize_version: 1 -->
|
43 |
<!-- ### output_tensor_quantised: 1 -->
|
44 |
<!-- ### convert_type: -->
|
45 |
<!-- ### vocab_type: -->
|
46 |
static quants of https://huggingface.co/LeroyDyer/Mixtral_AI_CyberTron_Ultra
|
47 |
+
|
48 |
+
|
49 |
+
<!-- provided-files -->
|
50 |
+
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.
|
51 |
+
## Usage
|
52 |
+
|
53 |
+
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
54 |
+
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
55 |
+
more details, including on how to concatenate multi-part files.
|
56 |
+
|
57 |
+
## Provided Quants
|
58 |
+
|
59 |
+
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
60 |
+
|
61 |
+
| Link | Type | Size/GB | Notes |
|
62 |
+
|:-----|:-----|--------:|:------|
|
63 |
+
| [GGUF](https://huggingface.co/mradermacher/Mixtral_AI_CyberTron_Ultra-GGUF/resolve/main/Mixtral_AI_CyberTron_Ultra.IQ3_S.gguf) | IQ3_S | 3.3 | beats Q3_K* |
|
64 |
+
| [GGUF](https://huggingface.co/mradermacher/Mixtral_AI_CyberTron_Ultra-GGUF/resolve/main/Mixtral_AI_CyberTron_Ultra.IQ3_M.gguf) | IQ3_M | 3.4 | |
|
65 |
+
| [GGUF](https://huggingface.co/mradermacher/Mixtral_AI_CyberTron_Ultra-GGUF/resolve/main/Mixtral_AI_CyberTron_Ultra.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended |
|
66 |
+
| [GGUF](https://huggingface.co/mradermacher/Mixtral_AI_CyberTron_Ultra-GGUF/resolve/main/Mixtral_AI_CyberTron_Ultra.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality |
|
67 |
+
|
68 |
+
|
69 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
70 |
+
types (lower is better):
|
71 |
+
|
72 |
+
![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
|
73 |
+
|
74 |
+
And here are Artefact2's thoughts on the matter:
|
75 |
+
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
76 |
+
|
77 |
+
## Thanks
|
78 |
+
|
79 |
+
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
80 |
+
me use its servers and providing upgrades to my workstation to enable
|
81 |
+
this work in my free time.
|
82 |
+
|
83 |
+
<!-- end -->
|