mradermacher commited on
Commit
43b8a93
1 Parent(s): b9d842a

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md CHANGED
@@ -1,5 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 1 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: -->
4
  <!-- ### vocab_type: -->
5
  weighted/imatrix quants of https://huggingface.co/brucethemoose/Capybara-Tess-Yi-34B-200K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ exported_from: brucethemoose/Capybara-Tess-Yi-34B-200K
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: other
7
+ license_link: https://huggingface.co/01-ai/Yi-34B/blob/main/LICENSE
8
+ license_name: yi-license
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - merge
12
+ ---
13
+ ## About
14
+
15
  <!-- ### quantize_version: 1 -->
16
  <!-- ### output_tensor_quantised: 1 -->
17
  <!-- ### convert_type: -->
18
  <!-- ### vocab_type: -->
19
  weighted/imatrix quants of https://huggingface.co/brucethemoose/Capybara-Tess-Yi-34B-200K
20
+
21
+
22
+ <!-- provided-files -->
23
+ static quants are available at https://huggingface.co/mradermacher/Capybara-Tess-Yi-34B-200K-GGUF
24
+ ## Usage
25
+
26
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
27
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
28
+ more details, including on how to concatenate multi-part files.
29
+
30
+ ## Provided Quants
31
+
32
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
33
+
34
+ | Link | Type | Size/GB | Notes |
35
+ |:-----|:-----|--------:|:------|
36
+ | [GGUF](https://huggingface.co/mradermacher/Capybara-Tess-Yi-34B-200K-i1-GGUF/resolve/main/Capybara-Tess-Yi-34B-200K.i1-IQ2_M.gguf) | i1-IQ2_M | 11.9 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/Capybara-Tess-Yi-34B-200K-i1-GGUF/resolve/main/Capybara-Tess-Yi-34B-200K.i1-Q2_K.gguf) | i1-Q2_K | 12.9 | IQ3_XXS probably better |
38
+ | [GGUF](https://huggingface.co/mradermacher/Capybara-Tess-Yi-34B-200K-i1-GGUF/resolve/main/Capybara-Tess-Yi-34B-200K.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 13.4 | lower quality |
39
+ | [GGUF](https://huggingface.co/mradermacher/Capybara-Tess-Yi-34B-200K-i1-GGUF/resolve/main/Capybara-Tess-Yi-34B-200K.i1-Q3_K_S.gguf) | i1-Q3_K_S | 15.1 | IQ3_XS probably better |
40
+ | [GGUF](https://huggingface.co/mradermacher/Capybara-Tess-Yi-34B-200K-i1-GGUF/resolve/main/Capybara-Tess-Yi-34B-200K.i1-Q3_K_M.gguf) | i1-Q3_K_M | 16.8 | IQ3_S probably better |
41
+ | [GGUF](https://huggingface.co/mradermacher/Capybara-Tess-Yi-34B-200K-i1-GGUF/resolve/main/Capybara-Tess-Yi-34B-200K.i1-IQ4_XS.gguf) | i1-IQ4_XS | 18.6 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/Capybara-Tess-Yi-34B-200K-i1-GGUF/resolve/main/Capybara-Tess-Yi-34B-200K.i1-Q4_K_S.gguf) | i1-Q4_K_S | 19.7 | optimal size/speed/quality |
43
+ | [GGUF](https://huggingface.co/mradermacher/Capybara-Tess-Yi-34B-200K-i1-GGUF/resolve/main/Capybara-Tess-Yi-34B-200K.i1-Q4_K_M.gguf) | i1-Q4_K_M | 20.8 | fast, recommended |
44
+ | [GGUF](https://huggingface.co/mradermacher/Capybara-Tess-Yi-34B-200K-i1-GGUF/resolve/main/Capybara-Tess-Yi-34B-200K.i1-Q6_K.gguf) | i1-Q6_K | 28.3 | practically like static Q6_K |
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 -->