mradermacher commited on
Commit
3176802
·
verified ·
1 Parent(s): 8441bb8

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -1 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/ichigoberry/MonarchPipe-7B-slerp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - OpenPipe/mistral-ft-optimized-1227
4
+ - mlabonne/AlphaMonarch-7B
5
+ exported_from: ichigoberry/MonarchPipe-7B-slerp
6
+ language:
7
+ - en
8
+ library_name: transformers
9
+ license: cc-by-nc-2.0
10
+ quantized_by: mradermacher
11
+ tags:
12
+ - merge
13
+ - mergekit
14
+ - lazymergekit
15
+ - OpenPipe/mistral-ft-optimized-1227
16
+ - mlabonne/AlphaMonarch-7B
17
+ ---
18
+ ## About
19
+
20
  static quants of https://huggingface.co/ichigoberry/MonarchPipe-7B-slerp
21
+
22
+
23
+ <!-- provided-files -->
24
+ 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.
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/MonarchPipe-7B-slerp-GGUF/resolve/main/MonarchPipe-7B-slerp.Q3_K_M.gguf) | Q3_K_M | 3.8 | lower quality |
38
+ | [GGUF](https://huggingface.co/mradermacher/MonarchPipe-7B-slerp-GGUF/resolve/main/MonarchPipe-7B-slerp.Q4_K_S.gguf) | Q4_K_S | 4.4 | fast, recommended |
39
+ | [GGUF](https://huggingface.co/mradermacher/MonarchPipe-7B-slerp-GGUF/resolve/main/MonarchPipe-7B-slerp.Q8_0.gguf) | Q8_0 | 7.9 | fast, best quality |
40
+
41
+
42
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
43
+ types (lower is better):
44
+
45
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
46
+
47
+ And here are Artefact2's thoughts on the matter:
48
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
49
+
50
+ ## Thanks
51
+
52
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
53
+ me use its servers and providing upgrades to my workstation to enable
54
+ this work in my free time.
55
+
56
+ <!-- end -->