mradermacher commited on
Commit
5ec8f30
·
verified ·
1 Parent(s): 0a88dec

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md CHANGED
@@ -1,6 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: nicoboss -->
6
  weighted/imatrix 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: nicoboss -->
33
  weighted/imatrix quants of https://huggingface.co/VAGOsolutions/SauerkrautLM-Mixtral-8x7B
34
+
35
+ <!-- provided-files -->
36
+ static quants are available at https://huggingface.co/mradermacher/SauerkrautLM-Mixtral-8x7B-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-i1-GGUF/resolve/main/SauerkrautLM-Mixtral-8x7B.i1-Q2_K.gguf) | i1-Q2_K | 17.4 | IQ3_XXS probably better |
50
+ | [GGUF](https://huggingface.co/mradermacher/SauerkrautLM-Mixtral-8x7B-i1-GGUF/resolve/main/SauerkrautLM-Mixtral-8x7B.i1-IQ3_M.gguf) | i1-IQ3_M | 21.5 | |
51
+
52
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
53
+ types (lower is better):
54
+
55
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
56
+
57
+ And here are Artefact2's thoughts on the matter:
58
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
59
+
60
+ ## FAQ / Model Request
61
+
62
+ See https://huggingface.co/mradermacher/model_requests for some answers to
63
+ questions you might have and/or if you want some other model quantized.
64
+
65
+ ## Thanks
66
+
67
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
68
+ me use its servers and providing upgrades to my workstation to enable
69
+ this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
70
+
71
+ <!-- end -->