mradermacher commited on
Commit
a62d512
1 Parent(s): d7909ba

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md CHANGED
@@ -1,6 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/adamo1139/aya-expanse-8b-ungated
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: adamo1139/aya-expanse-8b-ungated
3
+ language:
4
+ - en
5
+ - fr
6
+ - de
7
+ - es
8
+ - it
9
+ - pt
10
+ - ja
11
+ - ko
12
+ - zh
13
+ - ar
14
+ - el
15
+ - fa
16
+ - pl
17
+ - id
18
+ - cs
19
+ - he
20
+ - hi
21
+ - nl
22
+ - ro
23
+ - ru
24
+ - tr
25
+ - uk
26
+ - vi
27
+ library_name: transformers
28
+ license: cc-by-nc-4.0
29
+ quantized_by: mradermacher
30
+ ---
31
+ ## About
32
+
33
  <!-- ### quantize_version: 2 -->
34
  <!-- ### output_tensor_quantised: 1 -->
35
  <!-- ### convert_type: hf -->
36
  <!-- ### vocab_type: -->
37
  <!-- ### tags: -->
38
  static quants of https://huggingface.co/adamo1139/aya-expanse-8b-ungated
39
+
40
+ <!-- provided-files -->
41
+ 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.
42
+ ## Usage
43
+
44
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
45
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
46
+ more details, including on how to concatenate multi-part files.
47
+
48
+ ## Provided Quants
49
+
50
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
51
+
52
+ | Link | Type | Size/GB | Notes |
53
+ |:-----|:-----|--------:|:------|
54
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-8b-ungated-GGUF/resolve/main/aya-expanse-8b-ungated.Q2_K.gguf) | Q2_K | 3.5 | |
55
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-8b-ungated-GGUF/resolve/main/aya-expanse-8b-ungated.Q3_K_S.gguf) | Q3_K_S | 4.0 | |
56
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-8b-ungated-GGUF/resolve/main/aya-expanse-8b-ungated.Q3_K_M.gguf) | Q3_K_M | 4.3 | lower quality |
57
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-8b-ungated-GGUF/resolve/main/aya-expanse-8b-ungated.Q3_K_L.gguf) | Q3_K_L | 4.6 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-8b-ungated-GGUF/resolve/main/aya-expanse-8b-ungated.IQ4_XS.gguf) | IQ4_XS | 4.7 | |
59
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-8b-ungated-GGUF/resolve/main/aya-expanse-8b-ungated.Q4_K_S.gguf) | Q4_K_S | 4.9 | fast, recommended |
60
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-8b-ungated-GGUF/resolve/main/aya-expanse-8b-ungated.Q4_K_M.gguf) | Q4_K_M | 5.2 | fast, recommended |
61
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-8b-ungated-GGUF/resolve/main/aya-expanse-8b-ungated.Q5_K_S.gguf) | Q5_K_S | 5.8 | |
62
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-8b-ungated-GGUF/resolve/main/aya-expanse-8b-ungated.Q5_K_M.gguf) | Q5_K_M | 5.9 | |
63
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-8b-ungated-GGUF/resolve/main/aya-expanse-8b-ungated.Q6_K.gguf) | Q6_K | 6.7 | very good quality |
64
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-8b-ungated-GGUF/resolve/main/aya-expanse-8b-ungated.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
65
+ | [GGUF](https://huggingface.co/mradermacher/aya-expanse-8b-ungated-GGUF/resolve/main/aya-expanse-8b-ungated.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
66
+
67
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
68
+ types (lower is better):
69
+
70
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
71
+
72
+ And here are Artefact2's thoughts on the matter:
73
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
74
+
75
+ ## FAQ / Model Request
76
+
77
+ See https://huggingface.co/mradermacher/model_requests for some answers to
78
+ questions you might have and/or if you want some other model quantized.
79
+
80
+ ## Thanks
81
+
82
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
83
+ me use its servers and providing upgrades to my workstation to enable
84
+ this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
85
+
86
+ <!-- end -->