mradermacher commited on
Commit
76ab729
1 Parent(s): 8895430

auto-patch README.md

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