mradermacher commited on
Commit
0324868
1 Parent(s): 489f544

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md CHANGED
@@ -1 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/rhplus0831/maid-yuzu-v7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - ycros/BagelMIsteryTour-v2-8x7B
4
+ - smelborp/MixtralOrochi8x7B
5
+ - cognitivecomputations/dolphin-2.7-mixtral-8x7b
6
+ language:
7
+ - en
8
+ library_name: transformers
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - mergekit
12
+ - merge
13
+ ---
14
+ ## About
15
+
16
  static quants of https://huggingface.co/rhplus0831/maid-yuzu-v7
17
+
18
+
19
+ <!-- provided-files -->
20
+ ## Usage
21
+
22
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
23
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
24
+ more details, including on how to concatenate multi-part files.
25
+
26
+ ## Provided Quants
27
+
28
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
29
+
30
+ | Link | Type | Size/GB | Notes |
31
+ |:-----|:-----|--------:|:------|
32
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v7-GGUF/resolve/main/maid-yuzu-v7.Q2_K.gguf) | Q2_K | 17.6 | |
33
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v7-GGUF/resolve/main/maid-yuzu-v7.Q3_K_S.gguf) | Q3_K_S | 20.7 | |
34
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v7-GGUF/resolve/main/maid-yuzu-v7.Q3_K_M.gguf) | Q3_K_M | 22.8 | lower quality |
35
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v7-GGUF/resolve/main/maid-yuzu-v7.Q3_K_L.gguf) | Q3_K_L | 24.4 | |
36
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v7-GGUF/resolve/main/maid-yuzu-v7.Q4_K_S.gguf) | Q4_K_S | 27.0 | fast, medium quality |
37
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v7-GGUF/resolve/main/maid-yuzu-v7.Q4_K_M.gguf) | Q4_K_M | 28.7 | fast, medium quality |
38
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v7-GGUF/resolve/main/maid-yuzu-v7.Q5_K_S.gguf) | Q5_K_S | 32.5 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v7-GGUF/resolve/main/maid-yuzu-v7.Q5_K_M.gguf) | Q5_K_M | 33.5 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/maid-yuzu-v7-GGUF/resolve/main/maid-yuzu-v7.Q6_K.gguf) | Q6_K | 38.6 | very good quality |
41
+ | [PART 1](https://huggingface.co/mradermacher/maid-yuzu-v7-GGUF/resolve/main/maid-yuzu-v7.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/maid-yuzu-v7-GGUF/resolve/main/maid-yuzu-v7.Q8_0.gguf.part2of2) | Q8_0 | 49.8 | 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 -->