mradermacher commited on
Commit
3ce677d
1 Parent(s): 2bddedc

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md CHANGED
@@ -1 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static 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
  static quants of https://huggingface.co/rhplus0831/maid-yuzu-v8-alter
21
+
22
+
23
+ <!-- provided-files -->
24
+ ## Usage
25
+
26
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
27
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
28
+ more details, including on how to concatenate multi-part files.
29
+
30
+ ## Provided Quants
31
+
32
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
33
+
34
+ | Link | Type | Size/GB | Notes |
35
+ |:-----|:-----|--------:|:------|
36
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-GGUF/resolve/main/maid-yuzu-v8-alter.Q2_K.gguf) | Q2_K | 17.6 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-GGUF/resolve/main/maid-yuzu-v8-alter.Q3_K_S.gguf) | Q3_K_S | 20.7 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-GGUF/resolve/main/maid-yuzu-v8-alter.Q3_K_M.gguf) | Q3_K_M | 22.8 | lower quality |
39
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-GGUF/resolve/main/maid-yuzu-v8-alter.Q3_K_L.gguf) | Q3_K_L | 24.4 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-GGUF/resolve/main/maid-yuzu-v8-alter.Q4_K_S.gguf) | Q4_K_S | 27.0 | fast, medium quality |
41
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-GGUF/resolve/main/maid-yuzu-v8-alter.Q4_K_M.gguf) | Q4_K_M | 28.7 | fast, medium quality |
42
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-GGUF/resolve/main/maid-yuzu-v8-alter.Q5_K_M.gguf) | Q5_K_M | 33.5 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-GGUF/resolve/main/maid-yuzu-v8-alter.Q6_K.gguf) | Q6_K | 38.6 | very good quality |
44
+ | [PART 1](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-GGUF/resolve/main/maid-yuzu-v8-alter.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/maid-yuzu-v8-alter-GGUF/resolve/main/maid-yuzu-v8-alter.Q8_0.gguf.part2of2) | Q8_0 | 49.8 | fast, best quality |
45
+
46
+
47
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
48
+ types (lower is better):
49
+
50
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
51
+
52
+ And here are Artefact2's thoughts on the matter:
53
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
54
+
55
+ ## Thanks
56
+
57
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
58
+ me use its servers and providing upgrades to my workstation to enable
59
+ this work in my free time.
60
+
61
+ <!-- end -->