mradermacher commited on
Commit
cfcd73b
1 Parent(s): ae81e89

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md CHANGED
@@ -1,6 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: -->
6
  static quants of https://huggingface.co/VAGOsolutions/SauerkrautLM-Mixtral-8x7B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: VAGOsolutions/SauerkrautLM-Mixtral-8x7B
3
+ datasets:
4
+ - Open-Orca/SlimOrca
5
+ - argilla/distilabel-math-preference-dpo
6
+ language:
7
+ - en
8
+ - de
9
+ - fr
10
+ - it
11
+ - es
12
+ library_name: transformers
13
+ license: apache-2.0
14
+ quantized_by: mradermacher
15
+ tags:
16
+ - mistral
17
+ - finetune
18
+ - sft
19
+ - dpo
20
+ - chatml
21
+ - augmentation
22
+ - german
23
+ - mixtral
24
+ - moe
25
+ ---
26
+ ## About
27
+
28
  <!-- ### quantize_version: 2 -->
29
  <!-- ### output_tensor_quantised: 1 -->
30
  <!-- ### convert_type: hf -->
31
  <!-- ### vocab_type: -->
32
  <!-- ### tags: -->
33
  static quants of https://huggingface.co/VAGOsolutions/SauerkrautLM-Mixtral-8x7B
34
+
35
+ <!-- provided-files -->
36
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/SauerkrautLM-Mixtral-8x7B-i1-GGUF
37
+ ## Usage
38
+
39
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
40
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
41
+ more details, including on how to concatenate multi-part files.
42
+
43
+ ## Provided Quants
44
+
45
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
46
+
47
+ | Link | Type | Size/GB | Notes |
48
+ |:-----|:-----|--------:|:------|
49
+ | [GGUF](https://huggingface.co/mradermacher/SauerkrautLM-Mixtral-8x7B-GGUF/resolve/main/SauerkrautLM-Mixtral-8x7B.Q2_K.gguf) | Q2_K | 17.4 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/SauerkrautLM-Mixtral-8x7B-GGUF/resolve/main/SauerkrautLM-Mixtral-8x7B.Q3_K_S.gguf) | Q3_K_S | 20.5 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/SauerkrautLM-Mixtral-8x7B-GGUF/resolve/main/SauerkrautLM-Mixtral-8x7B.Q3_K_M.gguf) | Q3_K_M | 22.6 | lower quality |
52
+ | [GGUF](https://huggingface.co/mradermacher/SauerkrautLM-Mixtral-8x7B-GGUF/resolve/main/SauerkrautLM-Mixtral-8x7B.Q3_K_L.gguf) | Q3_K_L | 24.3 | |
53
+ | [GGUF](https://huggingface.co/mradermacher/SauerkrautLM-Mixtral-8x7B-GGUF/resolve/main/SauerkrautLM-Mixtral-8x7B.IQ4_XS.gguf) | IQ4_XS | 25.5 | |
54
+ | [GGUF](https://huggingface.co/mradermacher/SauerkrautLM-Mixtral-8x7B-GGUF/resolve/main/SauerkrautLM-Mixtral-8x7B.Q4_K_S.gguf) | Q4_K_S | 26.8 | fast, recommended |
55
+ | [GGUF](https://huggingface.co/mradermacher/SauerkrautLM-Mixtral-8x7B-GGUF/resolve/main/SauerkrautLM-Mixtral-8x7B.Q4_K_M.gguf) | Q4_K_M | 28.5 | fast, recommended |
56
+ | [GGUF](https://huggingface.co/mradermacher/SauerkrautLM-Mixtral-8x7B-GGUF/resolve/main/SauerkrautLM-Mixtral-8x7B.Q5_K_S.gguf) | Q5_K_S | 32.3 | |
57
+ | [GGUF](https://huggingface.co/mradermacher/SauerkrautLM-Mixtral-8x7B-GGUF/resolve/main/SauerkrautLM-Mixtral-8x7B.Q5_K_M.gguf) | Q5_K_M | 33.3 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/SauerkrautLM-Mixtral-8x7B-GGUF/resolve/main/SauerkrautLM-Mixtral-8x7B.Q6_K.gguf) | Q6_K | 38.5 | very good quality |
59
+ | [GGUF](https://huggingface.co/mradermacher/SauerkrautLM-Mixtral-8x7B-GGUF/resolve/main/SauerkrautLM-Mixtral-8x7B.Q8_0.gguf) | Q8_0 | 49.7 | fast, best quality |
60
+
61
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
62
+ types (lower is better):
63
+
64
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
65
+
66
+ And here are Artefact2's thoughts on the matter:
67
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
68
+
69
+ ## FAQ / Model Request
70
+
71
+ See https://huggingface.co/mradermacher/model_requests for some answers to
72
+ questions you might have and/or if you want some other model quantized.
73
+
74
+ ## Thanks
75
+
76
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
77
+ me use its servers and providing upgrades to my workstation to enable
78
+ this work in my free time.
79
+
80
+ <!-- end -->