Clevyby commited on
Commit
6408a45
·
verified ·
1 Parent(s): de5ced9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -52
README.md CHANGED
@@ -6,56 +6,8 @@ library_name: transformers
6
  license: other
7
  quantized_by: mradermacher
8
  ---
9
- ## About
10
 
11
- static quants of https://huggingface.co/Gryphe/MythoMax-L2-13b
12
-
13
- <!-- provided-files -->
14
- weighted/imatrix quants are available at https://huggingface.co/mradermacher/MythoMax-L2-13b-i1-GGUF
15
- ## Usage
16
-
17
- If you are unsure how to use GGUF files, refer to one of [TheBloke's
18
- READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
19
- more details, including on how to concatenate multi-part files.
20
-
21
- ## Provided Quants
22
-
23
- (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
24
-
25
- | Link | Type | Size/GB | Notes |
26
- |:-----|:-----|--------:|:------|
27
- | [GGUF](https://huggingface.co/mradermacher/MythoMax-L2-13b-GGUF/resolve/main/MythoMax-L2-13b.Q2_K.gguf) | Q2_K | 5.1 | |
28
- | [GGUF](https://huggingface.co/mradermacher/MythoMax-L2-13b-GGUF/resolve/main/MythoMax-L2-13b.IQ3_XS.gguf) | IQ3_XS | 5.7 | |
29
- | [GGUF](https://huggingface.co/mradermacher/MythoMax-L2-13b-GGUF/resolve/main/MythoMax-L2-13b.IQ3_S.gguf) | IQ3_S | 6.0 | beats Q3_K* |
30
- | [GGUF](https://huggingface.co/mradermacher/MythoMax-L2-13b-GGUF/resolve/main/MythoMax-L2-13b.Q3_K_S.gguf) | Q3_K_S | 6.0 | |
31
- | [GGUF](https://huggingface.co/mradermacher/MythoMax-L2-13b-GGUF/resolve/main/MythoMax-L2-13b.IQ3_M.gguf) | IQ3_M | 6.3 | |
32
- | [GGUF](https://huggingface.co/mradermacher/MythoMax-L2-13b-GGUF/resolve/main/MythoMax-L2-13b.Q3_K_M.gguf) | Q3_K_M | 6.6 | lower quality |
33
- | [GGUF](https://huggingface.co/mradermacher/MythoMax-L2-13b-GGUF/resolve/main/MythoMax-L2-13b.Q3_K_L.gguf) | Q3_K_L | 7.2 | |
34
- | [GGUF](https://huggingface.co/mradermacher/MythoMax-L2-13b-GGUF/resolve/main/MythoMax-L2-13b.IQ4_XS.gguf) | IQ4_XS | 7.3 | |
35
- | [GGUF](https://huggingface.co/mradermacher/MythoMax-L2-13b-GGUF/resolve/main/MythoMax-L2-13b.Q4_K_S.gguf) | Q4_K_S | 7.7 | fast, recommended |
36
- | [GGUF](https://huggingface.co/mradermacher/MythoMax-L2-13b-GGUF/resolve/main/MythoMax-L2-13b.Q4_K_M.gguf) | Q4_K_M | 8.2 | fast, recommended |
37
- | [GGUF](https://huggingface.co/mradermacher/MythoMax-L2-13b-GGUF/resolve/main/MythoMax-L2-13b.Q5_K_S.gguf) | Q5_K_S | 9.3 | |
38
- | [GGUF](https://huggingface.co/mradermacher/MythoMax-L2-13b-GGUF/resolve/main/MythoMax-L2-13b.Q5_K_M.gguf) | Q5_K_M | 9.5 | |
39
- | [GGUF](https://huggingface.co/mradermacher/MythoMax-L2-13b-GGUF/resolve/main/MythoMax-L2-13b.Q6_K.gguf) | Q6_K | 11.0 | very good quality |
40
- | [GGUF](https://huggingface.co/mradermacher/MythoMax-L2-13b-GGUF/resolve/main/MythoMax-L2-13b.Q8_0.gguf) | Q8_0 | 14.1 | fast, best quality |
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
- ## FAQ / Model Request
51
-
52
- See https://huggingface.co/mradermacher/model_requests for some answers to
53
- questions you might have and/or if you want some other model quantized.
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 -->
 
6
  license: other
7
  quantized_by: mradermacher
8
  ---
9
+ ## Note:
10
 
11
+ This repo hosts only a Q4_K_M of [Mythomax L2 13b](https://huggingface.co/Gryphe/MythoMax-L2-13b).
12
+ GGUF quant is from [mradermacher/MythoMax-L2-13b-GGUF](https://huggingface.co/mradermacher/MythoMax-L2-13b-GGUF).
13
+ The additional files in this GGUF repo is for personal usage using Text Gen Webui with llamacpp_hf.