mradermacher commited on
Commit
e327c91
1 Parent(s): e3f7b78

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md CHANGED
@@ -1 +1,54 @@
 
 
 
 
 
 
 
 
 
 
1
  weighted/imatrix quants of https://huggingface.co/Gryphe/MythoLogic-L2-13b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ exported_from: Gryphe/MythoLogic-L2-13b
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: other
7
+ quantized_by: mradermacher
8
+ ---
9
+ ## About
10
+
11
  weighted/imatrix quants of https://huggingface.co/Gryphe/MythoLogic-L2-13b
12
+
13
+
14
+ <!-- provided-files -->
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/MythoLogic-L2-13b-i1-GGUF/resolve/main/MythoLogic-L2-13b.i1-Q2_K.gguf) | i1-Q2_K | 5.1 | IQ3_XXS probably better |
28
+ | [GGUF](https://huggingface.co/mradermacher/MythoLogic-L2-13b-i1-GGUF/resolve/main/MythoLogic-L2-13b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 5.3 | lower quality |
29
+ | [GGUF](https://huggingface.co/mradermacher/MythoLogic-L2-13b-i1-GGUF/resolve/main/MythoLogic-L2-13b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 6.0 | IQ3_XS probably better |
30
+ | [GGUF](https://huggingface.co/mradermacher/MythoLogic-L2-13b-i1-GGUF/resolve/main/MythoLogic-L2-13b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 6.6 | IQ3_S probably better |
31
+ | [GGUF](https://huggingface.co/mradermacher/MythoLogic-L2-13b-i1-GGUF/resolve/main/MythoLogic-L2-13b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 7.2 | IQ3_M probably better |
32
+ | [GGUF](https://huggingface.co/mradermacher/MythoLogic-L2-13b-i1-GGUF/resolve/main/MythoLogic-L2-13b.i1-Q4_0.gguf) | i1-Q4_0 | 7.7 | |
33
+ | [GGUF](https://huggingface.co/mradermacher/MythoLogic-L2-13b-i1-GGUF/resolve/main/MythoLogic-L2-13b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 7.7 | optimal size/speed/quality |
34
+ | [GGUF](https://huggingface.co/mradermacher/MythoLogic-L2-13b-i1-GGUF/resolve/main/MythoLogic-L2-13b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 8.2 | fast, recommended |
35
+ | [GGUF](https://huggingface.co/mradermacher/MythoLogic-L2-13b-i1-GGUF/resolve/main/MythoLogic-L2-13b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 9.3 | |
36
+ | [GGUF](https://huggingface.co/mradermacher/MythoLogic-L2-13b-i1-GGUF/resolve/main/MythoLogic-L2-13b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 9.5 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/MythoLogic-L2-13b-i1-GGUF/resolve/main/MythoLogic-L2-13b.i1-Q6_K.gguf) | i1-Q6_K | 11.0 | practically like static Q6_K |
38
+
39
+
40
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
41
+ types (lower is better):
42
+
43
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
44
+
45
+ And here are Artefact2's thoughts on the matter:
46
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
47
+
48
+ ## Thanks
49
+
50
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
51
+ me use its servers and providing upgrades to my workstation to enable
52
+ this work in my free time.
53
+
54
+ <!-- end -->