Transformers
GGUF
English
Inference Endpoints
mradermacher commited on
Commit
cd22bf0
1 Parent(s): e950a25

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md CHANGED
@@ -1 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/hywu/Camelidae-8x34B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-8x34B
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-8x34B
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-8x34B-GGUF/resolve/main/Camelidae-8x34B.Q2_K.gguf) | Q2_K | 13.5 | |
35
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x34B-GGUF/resolve/main/Camelidae-8x34B.IQ3_XS.gguf) | IQ3_XS | 14.8 | |
36
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x34B-GGUF/resolve/main/Camelidae-8x34B.Q3_K_S.gguf) | Q3_K_S | 15.6 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x34B-GGUF/resolve/main/Camelidae-8x34B.Q3_K_M.gguf) | Q3_K_M | 17.3 | lower quality |
38
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x34B-GGUF/resolve/main/Camelidae-8x34B.Q3_K_L.gguf) | Q3_K_L | 18.8 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x34B-GGUF/resolve/main/Camelidae-8x34B.Q4_K_S.gguf) | Q4_K_S | 20.2 | fast, recommended |
40
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x34B-GGUF/resolve/main/Camelidae-8x34B.Q4_K_M.gguf) | Q4_K_M | 21.3 | fast, recommended |
41
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x34B-GGUF/resolve/main/Camelidae-8x34B.Q5_K_S.gguf) | Q5_K_S | 24.3 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x34B-GGUF/resolve/main/Camelidae-8x34B.Q5_K_M.gguf) | Q5_K_M | 25.0 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x34B-GGUF/resolve/main/Camelidae-8x34B.Q6_K.gguf) | Q6_K | 28.9 | very good quality |
44
+ | [GGUF](https://huggingface.co/mradermacher/Camelidae-8x34B-GGUF/resolve/main/Camelidae-8x34B.Q8_0.gguf) | Q8_0 | 37.1 | fast, best quality |
45
+
46
+
47
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
48
+ types (lower is better):
49
+
50
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
51
+
52
+ And here are Artefact2's thoughts on the matter:
53
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
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 -->