mradermacher commited on
Commit
a60010b
·
verified ·
1 Parent(s): a4796e6

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md CHANGED
@@ -1,3 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### convert_type: -->
2
  <!-- ### vocab_type: -->
3
  static quants of https://huggingface.co/Undi95/Miqu-MS-70B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - migtissera/Tess-70B-v1.6
4
+ - 152334H/miqu-1-70b-sf
5
+ - NeverSleep/MiquMaid-v2-70B
6
+ - sophosympatheia/Midnight-Miqu-70B-v1.0
7
+ exported_from: Undi95/Miqu-MS-70B
8
+ language:
9
+ - en
10
+ library_name: transformers
11
+ license: cc-by-nc-4.0
12
+ quantized_by: mradermacher
13
+ tags:
14
+ - mergekit
15
+ - merge
16
+ ---
17
+ ## About
18
+
19
  <!-- ### convert_type: -->
20
  <!-- ### vocab_type: -->
21
  static quants of https://huggingface.co/Undi95/Miqu-MS-70B
22
+
23
+
24
+ <!-- provided-files -->
25
+ 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.
26
+ ## Usage
27
+
28
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
29
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
30
+ more details, including on how to concatenate multi-part files.
31
+
32
+ ## Provided Quants
33
+
34
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
35
+
36
+ | Link | Type | Size/GB | Notes |
37
+ |:-----|:-----|--------:|:------|
38
+ | [GGUF](https://huggingface.co/mradermacher/Miqu-MS-70B-GGUF/resolve/main/Miqu-MS-70B.Q3_K_M.gguf) | Q3_K_M | 33.7 | lower quality |
39
+ | [GGUF](https://huggingface.co/mradermacher/Miqu-MS-70B-GGUF/resolve/main/Miqu-MS-70B.Q4_K_S.gguf) | Q4_K_S | 39.7 | fast, recommended |
40
+ | [PART 1](https://huggingface.co/mradermacher/Miqu-MS-70B-GGUF/resolve/main/Miqu-MS-70B.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Miqu-MS-70B-GGUF/resolve/main/Miqu-MS-70B.Q8_0.gguf.part2of2) | Q8_0 | 73.6 | fast, best quality |
41
+
42
+
43
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
44
+ types (lower is better):
45
+
46
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
47
+
48
+ And here are Artefact2's thoughts on the matter:
49
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
50
+
51
+ ## Thanks
52
+
53
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
54
+ me use its servers and providing upgrades to my workstation to enable
55
+ this work in my free time.
56
+
57
+ <!-- end -->