mradermacher commited on
Commit
e191bc8
1 Parent(s): 96b93af

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md CHANGED
@@ -1 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  weighted/imatrix quants of https://huggingface.co/rhplus0831/maid-yuzu-v8-alter
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - mistralai/Mixtral-8x7B-v0.1
4
+ - mistralai/Mixtral-8x7B-Instruct-v0.1
5
+ - jondurbin/bagel-dpo-8x7b-v0.2
6
+ - cognitivecomputations/dolphin-2.7-mixtral-8x7b
7
+ - NeverSleep/Noromaid-v0.4-Mixtral-Instruct-8x7b-Zloss
8
+ - ycros/BagelMIsteryTour-v2-8x7B
9
+ - smelborp/MixtralOrochi8x7B
10
+ language:
11
+ - en
12
+ library_name: transformers
13
+ quantized_by: mradermacher
14
+ tags:
15
+ - mergekit
16
+ - merge
17
+ ---
18
+ ## About
19
+
20
  weighted/imatrix quants of https://huggingface.co/rhplus0831/maid-yuzu-v8-alter
21
+
22
+
23
+ <!-- provided-files -->
24
+ static quants are available at https://huggingface.co/mradermacher/maid-yuzu-v8-alter-GGUF
25
+ ## Usage
26
+
27
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
28
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
29
+ more details, including on how to concatenate multi-part files.
30
+
31
+ ## Provided Quants
32
+
33
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
34
+
35
+ | Link | Type | Size/GB | Notes |
36
+ |:-----|:-----|--------:|:------|
37
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-i1-GGUF/resolve/main/maid-yuzu-v8-alter.i1-Q2_K.gguf) | i1-Q2_K | 17.6 | IQ3_XXS probably better |
38
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-i1-GGUF/resolve/main/maid-yuzu-v8-alter.i1-Q3_K_S.gguf) | i1-Q3_K_S | 20.7 | IQ3_XS probably better |
39
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-i1-GGUF/resolve/main/maid-yuzu-v8-alter.i1-Q3_K_M.gguf) | i1-Q3_K_M | 22.8 | IQ3_S probably better |
40
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-i1-GGUF/resolve/main/maid-yuzu-v8-alter.i1-Q3_K_L.gguf) | i1-Q3_K_L | 24.4 | IQ3_M probably better |
41
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-i1-GGUF/resolve/main/maid-yuzu-v8-alter.i1-Q4_K_S.gguf) | i1-Q4_K_S | 27.0 | optimal size/speed/quality |
42
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-i1-GGUF/resolve/main/maid-yuzu-v8-alter.i1-Q4_K_M.gguf) | i1-Q4_K_M | 28.7 | fast, medium quality |
43
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-i1-GGUF/resolve/main/maid-yuzu-v8-alter.i1-Q5_K_S.gguf) | i1-Q5_K_S | 32.5 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-i1-GGUF/resolve/main/maid-yuzu-v8-alter.i1-Q5_K_M.gguf) | i1-Q5_K_M | 33.5 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-i1-GGUF/resolve/main/maid-yuzu-v8-alter.i1-Q6_K.gguf) | i1-Q6_K | 38.6 | practically like static Q6_K |
46
+
47
+
48
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
49
+ types (lower is better):
50
+
51
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
52
+
53
+ And here are Artefact2's thoughts on the matter:
54
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
55
+
56
+ ## Thanks
57
+
58
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
59
+ me use its servers and providing upgrades to my workstation to enable
60
+ this work in my free time.
61
+
62
+ <!-- end -->