mradermacher commited on
Commit
734fcf8
1 Parent(s): 4b30d5a

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md CHANGED
@@ -1,5 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 1 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: -->
4
  <!-- ### vocab_type: -->
5
  weighted/imatrix quants of https://huggingface.co/Weyaxi/Bagel-Hermes-2x34B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ exported_from: Weyaxi/Bagel-Hermes-2x34B
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: other
7
+ license_link: https://huggingface.co/01-ai/Yi-34B-200K/blob/main/LICENSE
8
+ license_name: yi-license
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - yi
12
+ - moe
13
+ ---
14
+ ## About
15
+
16
  <!-- ### quantize_version: 1 -->
17
  <!-- ### output_tensor_quantised: 1 -->
18
  <!-- ### convert_type: -->
19
  <!-- ### vocab_type: -->
20
  weighted/imatrix quants of https://huggingface.co/Weyaxi/Bagel-Hermes-2x34B
21
+
22
+
23
+ <!-- provided-files -->
24
+ static quants are available at https://huggingface.co/mradermacher/Bagel-Hermes-2x34B-GGUF
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/Bagel-Hermes-2x34B-i1-GGUF/resolve/main/Bagel-Hermes-2x34B.i1-IQ2_M.gguf) | i1-IQ2_M | 20.5 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/Bagel-Hermes-2x34B-i1-GGUF/resolve/main/Bagel-Hermes-2x34B.i1-Q2_K.gguf) | i1-Q2_K | 22.5 | IQ3_XXS probably better |
39
+ | [GGUF](https://huggingface.co/mradermacher/Bagel-Hermes-2x34B-i1-GGUF/resolve/main/Bagel-Hermes-2x34B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 23.6 | lower quality |
40
+ | [GGUF](https://huggingface.co/mradermacher/Bagel-Hermes-2x34B-i1-GGUF/resolve/main/Bagel-Hermes-2x34B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 26.4 | IQ3_XS probably better |
41
+ | [GGUF](https://huggingface.co/mradermacher/Bagel-Hermes-2x34B-i1-GGUF/resolve/main/Bagel-Hermes-2x34B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 29.3 | IQ3_S probably better |
42
+ | [GGUF](https://huggingface.co/mradermacher/Bagel-Hermes-2x34B-i1-GGUF/resolve/main/Bagel-Hermes-2x34B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 31.9 | IQ3_M probably better |
43
+ | [GGUF](https://huggingface.co/mradermacher/Bagel-Hermes-2x34B-i1-GGUF/resolve/main/Bagel-Hermes-2x34B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 32.6 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/Bagel-Hermes-2x34B-i1-GGUF/resolve/main/Bagel-Hermes-2x34B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 34.7 | optimal size/speed/quality |
45
+ | [GGUF](https://huggingface.co/mradermacher/Bagel-Hermes-2x34B-i1-GGUF/resolve/main/Bagel-Hermes-2x34B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 36.8 | fast, recommended |
46
+ | [GGUF](https://huggingface.co/mradermacher/Bagel-Hermes-2x34B-i1-GGUF/resolve/main/Bagel-Hermes-2x34B.i1-Q6_K.gguf) | i1-Q6_K | 50.0 | practically like static Q6_K |
47
+
48
+
49
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
50
+ types (lower is better):
51
+
52
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
53
+
54
+ And here are Artefact2's thoughts on the matter:
55
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
56
+
57
+ ## Thanks
58
+
59
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
60
+ me use its servers and providing upgrades to my workstation to enable
61
+ this work in my free time.
62
+
63
+ <!-- end -->