Transformers
GGUF
Mixture of Experts
mixtral
sharegpt
axolotl
Inference Endpoints
imatrix
conversational
mradermacher commited on
Commit
fdd3c52
·
verified ·
1 Parent(s): 410f3fd

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -1,6 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/MaziyarPanahi/Goku-8x22B-v0.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: MaziyarPanahi/Goku-8x22B-v0.2
3
+ datasets:
4
+ - MaziyarPanahi/WizardLM_evol_instruct_V2_196k
5
+ - microsoft/orca-math-word-problems-200k
6
+ - teknium/OpenHermes-2.5
7
+ language:
8
+ - fr
9
+ - it
10
+ - de
11
+ - es
12
+ - en
13
+ library_name: transformers
14
+ license: apache-2.0
15
+ model_creator: MaziyarPanahi
16
+ model_name: Goku-8x22B-v0.2
17
+ quantized_by: mradermacher
18
+ tags:
19
+ - moe
20
+ - mixtral
21
+ - sharegpt
22
+ - axolotl
23
+ ---
24
+ ## About
25
+
26
  <!-- ### quantize_version: 2 -->
27
  <!-- ### output_tensor_quantised: 1 -->
28
  <!-- ### convert_type: hf -->
29
  <!-- ### vocab_type: -->
30
  <!-- ### tags: nicoboss -->
31
  weighted/imatrix quants of https://huggingface.co/MaziyarPanahi/Goku-8x22B-v0.2
32
+
33
+ <!-- provided-files -->
34
+ static quants are available at https://huggingface.co/mradermacher/Goku-8x22B-v0.2-GGUF
35
+ ## Usage
36
+
37
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
38
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
39
+ more details, including on how to concatenate multi-part files.
40
+
41
+ ## Provided Quants
42
+
43
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
44
+
45
+ | Link | Type | Size/GB | Notes |
46
+ |:-----|:-----|--------:|:------|
47
+ | [PART 1](https://huggingface.co/mradermacher/Goku-8x22B-v0.2-i1-GGUF/resolve/main/Goku-8x22B-v0.2.i1-Q2_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Goku-8x22B-v0.2-i1-GGUF/resolve/main/Goku-8x22B-v0.2.i1-Q2_K.gguf.part2of2) | i1-Q2_K | 52.2 | IQ3_XXS probably better |
48
+ | [PART 1](https://huggingface.co/mradermacher/Goku-8x22B-v0.2-i1-GGUF/resolve/main/Goku-8x22B-v0.2.i1-IQ3_XXS.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Goku-8x22B-v0.2-i1-GGUF/resolve/main/Goku-8x22B-v0.2.i1-IQ3_XXS.gguf.part2of2) | i1-IQ3_XXS | 55.0 | lower quality |
49
+ | [PART 1](https://huggingface.co/mradermacher/Goku-8x22B-v0.2-i1-GGUF/resolve/main/Goku-8x22B-v0.2.i1-Q4_K_S.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Goku-8x22B-v0.2-i1-GGUF/resolve/main/Goku-8x22B-v0.2.i1-Q4_K_S.gguf.part2of2) | i1-Q4_K_S | 80.6 | optimal size/speed/quality |
50
+
51
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
52
+ types (lower is better):
53
+
54
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
55
+
56
+ And here are Artefact2's thoughts on the matter:
57
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
58
+
59
+ ## FAQ / Model Request
60
+
61
+ See https://huggingface.co/mradermacher/model_requests for some answers to
62
+ questions you might have and/or if you want some other model quantized.
63
+
64
+ ## Thanks
65
+
66
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
67
+ me use its servers and providing upgrades to my workstation to enable
68
+ this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his hardware for calculating the imatrix for these quants.
69
+
70
+ <!-- end -->