mradermacher commited on
Commit
4a4242b
1 Parent(s): 145011d

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/hywu/Camelidae-8x13B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ arxiv: 2401.02731
3
+ datasets:
4
+ - Open-Orca/SlimOrca
5
+ - ise-uiuc/Magicoder-OSS-Instruct-75K
6
+ - ise-uiuc/Magicoder-Evol-Instruct-110K
7
+ - meta-math/MetaMathQA
8
+ exported_from: hywu/Camelidae-8x13B
9
+ language:
10
+ - en
11
+ library_name: transformers
12
+ license: apache-2.0
13
+ quantized_by: mradermacher
14
+ ---
15
+ ## About
16
+
17
  static quants of https://huggingface.co/hywu/Camelidae-8x13B
18
+
19
+
20
+ <!-- provided-files -->
21
+ 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.
22
+ ## Usage
23
+
24
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
25
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
26
+ more details, including on how to concatenate multi-part files.
27
+
28
+ ## Provided Quants
29
+
30
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
31
+
32
+ | Link | Type | Size/GB | Notes |
33
+ |:-----|:-----|--------:|:------|
34
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x13B-GGUF/resolve/main/Camelidae-8x13B.Q2_K.gguf) | Q2_K | 5.1 | |
35
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x13B-GGUF/resolve/main/Camelidae-8x13B.Q3_K_S.gguf) | Q3_K_S | 6.0 | |
36
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x13B-GGUF/resolve/main/Camelidae-8x13B.Q3_K_M.gguf) | Q3_K_M | 6.6 | lower quality |
37
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x13B-GGUF/resolve/main/Camelidae-8x13B.Q3_K_L.gguf) | Q3_K_L | 7.2 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x13B-GGUF/resolve/main/Camelidae-8x13B.Q4_K_S.gguf) | Q4_K_S | 7.7 | fast, recommended |
39
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x13B-GGUF/resolve/main/Camelidae-8x13B.Q4_K_M.gguf) | Q4_K_M | 8.2 | fast, recommended |
40
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x13B-GGUF/resolve/main/Camelidae-8x13B.Q6_K.gguf) | Q6_K | 11.0 | very good quality |
41
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x13B-GGUF/resolve/main/Camelidae-8x13B.Q8_0.gguf) | Q8_0 | 14.1 | 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 -->