mradermacher commited on
Commit
66ef846
·
verified ·
1 Parent(s): e4c73e9

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md CHANGED
@@ -1,6 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: -->
6
  static quants of https://huggingface.co/HelpingAI/Cipher-20B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: HelpingAI/Cipher-20B
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: other
7
+ license_link: https://helpingai.co/license
8
+ license_name: helpingai
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - HelpingAI
12
+ - Cipher
13
+ - Code Generation
14
+ - Programming
15
+ - AI Assistant
16
+ ---
17
+ ## About
18
+
19
  <!-- ### quantize_version: 2 -->
20
  <!-- ### output_tensor_quantised: 1 -->
21
  <!-- ### convert_type: hf -->
22
  <!-- ### vocab_type: -->
23
  <!-- ### tags: -->
24
  static quants of https://huggingface.co/HelpingAI/Cipher-20B
25
+
26
+ <!-- provided-files -->
27
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Cipher-20B-i1-GGUF
28
+ ## Usage
29
+
30
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
31
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
32
+ more details, including on how to concatenate multi-part files.
33
+
34
+ ## Provided Quants
35
+
36
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
37
+
38
+ | Link | Type | Size/GB | Notes |
39
+ |:-----|:-----|--------:|:------|
40
+ | [GGUF](https://huggingface.co/mradermacher/Cipher-20B-GGUF/resolve/main/Cipher-20B.Q2_K.gguf) | Q2_K | 8.0 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/Cipher-20B-GGUF/resolve/main/Cipher-20B.Q3_K_S.gguf) | Q3_K_S | 9.2 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/Cipher-20B-GGUF/resolve/main/Cipher-20B.Q3_K_M.gguf) | Q3_K_M | 10.2 | lower quality |
43
+ | [GGUF](https://huggingface.co/mradermacher/Cipher-20B-GGUF/resolve/main/Cipher-20B.Q3_K_L.gguf) | Q3_K_L | 11.1 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/Cipher-20B-GGUF/resolve/main/Cipher-20B.IQ4_XS.gguf) | IQ4_XS | 11.4 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/Cipher-20B-GGUF/resolve/main/Cipher-20B.Q4_K_S.gguf) | Q4_K_S | 11.9 | fast, recommended |
46
+ | [GGUF](https://huggingface.co/mradermacher/Cipher-20B-GGUF/resolve/main/Cipher-20B.Q4_K_M.gguf) | Q4_K_M | 12.5 | fast, recommended |
47
+ | [GGUF](https://huggingface.co/mradermacher/Cipher-20B-GGUF/resolve/main/Cipher-20B.Q5_K_S.gguf) | Q5_K_S | 14.3 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/Cipher-20B-GGUF/resolve/main/Cipher-20B.Q5_K_M.gguf) | Q5_K_M | 14.7 | |
49
+ | [GGUF](https://huggingface.co/mradermacher/Cipher-20B-GGUF/resolve/main/Cipher-20B.Q6_K.gguf) | Q6_K | 17.0 | very good quality |
50
+ | [GGUF](https://huggingface.co/mradermacher/Cipher-20B-GGUF/resolve/main/Cipher-20B.Q8_0.gguf) | Q8_0 | 21.9 | fast, best quality |
51
+
52
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
53
+ types (lower is better):
54
+
55
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
56
+
57
+ And here are Artefact2's thoughts on the matter:
58
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
59
+
60
+ ## FAQ / Model Request
61
+
62
+ See https://huggingface.co/mradermacher/model_requests for some answers to
63
+ questions you might have and/or if you want some other model quantized.
64
+
65
+ ## Thanks
66
+
67
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
68
+ me use its servers and providing upgrades to my workstation to enable
69
+ this work in my free time.
70
+
71
+ <!-- end -->