mradermacher commited on
Commit
a39994d
1 Parent(s): 8cb41c3

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md CHANGED
@@ -1,6 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/Andrewwwwww/aya-expanse-32b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Andrewwwwww/aya-expanse-32b
3
+ extra_gated_fields:
4
+ Affiliation: text
5
+ Country: country
6
+ I agree to use this model for non-commercial use ONLY: checkbox
7
+ Name: text
8
+ extra_gated_prompt: By submitting this form, you agree to the [License Agreement](https://cohere.com/c4ai-cc-by-nc-license) and
9
+ acknowledge that the information you provide will be collected, used, and shared
10
+ in accordance with Cohere’s [Privacy Policy]( https://cohere.com/privacy). You’ll
11
+ receive email updates about C4AI and Cohere research, events, products and services.
12
+ You can unsubscribe at any time.
13
+ language:
14
+ - en
15
+ - fr
16
+ - de
17
+ - es
18
+ - it
19
+ - pt
20
+ - ja
21
+ - ko
22
+ - zh
23
+ - ar
24
+ - el
25
+ - fa
26
+ - pl
27
+ - id
28
+ - cs
29
+ - he
30
+ - hi
31
+ - nl
32
+ - ro
33
+ - ru
34
+ - tr
35
+ - uk
36
+ - vi
37
+ library_name: transformers
38
+ license: cc-by-nc-4.0
39
+ quantized_by: mradermacher
40
+ ---
41
+ ## About
42
+
43
  <!-- ### quantize_version: 2 -->
44
  <!-- ### output_tensor_quantised: 1 -->
45
  <!-- ### convert_type: hf -->
46
  <!-- ### vocab_type: -->
47
  <!-- ### tags: -->
48
  static quants of https://huggingface.co/Andrewwwwww/aya-expanse-32b
49
+
50
+ <!-- provided-files -->
51
+ 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.
52
+ ## Usage
53
+
54
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
55
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
56
+ more details, including on how to concatenate multi-part files.
57
+
58
+ ## Provided Quants
59
+
60
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
61
+
62
+ | Link | Type | Size/GB | Notes |
63
+ |:-----|:-----|--------:|:------|
64
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-32b-GGUF/resolve/main/aya-expanse-32b.Q2_K.gguf) | Q2_K | 12.9 | |
65
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-32b-GGUF/resolve/main/aya-expanse-32b.Q3_K_S.gguf) | Q3_K_S | 14.8 | |
66
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-32b-GGUF/resolve/main/aya-expanse-32b.Q3_K_M.gguf) | Q3_K_M | 16.3 | lower quality |
67
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-32b-GGUF/resolve/main/aya-expanse-32b.Q3_K_L.gguf) | Q3_K_L | 17.7 | |
68
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-32b-GGUF/resolve/main/aya-expanse-32b.IQ4_XS.gguf) | IQ4_XS | 18.1 | |
69
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-32b-GGUF/resolve/main/aya-expanse-32b.Q4_K_S.gguf) | Q4_K_S | 18.9 | fast, recommended |
70
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-32b-GGUF/resolve/main/aya-expanse-32b.Q4_K_M.gguf) | Q4_K_M | 19.9 | fast, recommended |
71
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-32b-GGUF/resolve/main/aya-expanse-32b.Q5_K_S.gguf) | Q5_K_S | 22.6 | |
72
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-32b-GGUF/resolve/main/aya-expanse-32b.Q5_K_M.gguf) | Q5_K_M | 23.2 | |
73
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-32b-GGUF/resolve/main/aya-expanse-32b.Q6_K.gguf) | Q6_K | 26.6 | very good quality |
74
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-32b-GGUF/resolve/main/aya-expanse-32b.Q8_0.gguf) | Q8_0 | 34.4 | fast, best quality |
75
+
76
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
77
+ types (lower is better):
78
+
79
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
80
+
81
+ And here are Artefact2's thoughts on the matter:
82
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
83
+
84
+ ## FAQ / Model Request
85
+
86
+ See https://huggingface.co/mradermacher/model_requests for some answers to
87
+ questions you might have and/or if you want some other model quantized.
88
+
89
+ ## Thanks
90
+
91
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
92
+ me use its servers and providing upgrades to my workstation to enable
93
+ this work in my free time.
94
+
95
+ <!-- end -->