Transformers
GGUF
7 languages
multilingual
sea
sailor
Inference Endpoints
mradermacher commited on
Commit
4893341
1 Parent(s): ba7a77f

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md CHANGED
@@ -1,5 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  static quants of https://huggingface.co/sail/Sailor-14B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: sail/Sailor-14B
3
+ datasets:
4
+ - cerebras/SlimPajama-627B
5
+ - Skywork/SkyPile-150B
6
+ - allenai/MADLAD-400
7
+ - cc100
8
+ language:
9
+ - en
10
+ - zh
11
+ - id
12
+ - th
13
+ - vi
14
+ - ms
15
+ - lo
16
+ library_name: transformers
17
+ license: apache-2.0
18
+ quantized_by: mradermacher
19
+ tags:
20
+ - multilingual
21
+ - sea
22
+ - sailor
23
+ ---
24
+ ## About
25
+
26
  <!-- ### quantize_version: 2 -->
27
  <!-- ### output_tensor_quantised: 1 -->
28
  <!-- ### convert_type: hf -->
29
  <!-- ### vocab_type: -->
30
  static quants of https://huggingface.co/sail/Sailor-14B
31
+
32
+ <!-- provided-files -->
33
+ 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.
34
+ ## Usage
35
+
36
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
37
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
38
+ more details, including on how to concatenate multi-part files.
39
+
40
+ ## Provided Quants
41
+
42
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
43
+
44
+ | Link | Type | Size/GB | Notes |
45
+ |:-----|:-----|--------:|:------|
46
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-14B-GGUF/resolve/main/Sailor-14B.Q2_K.gguf) | Q2_K | 6.0 | |
47
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-14B-GGUF/resolve/main/Sailor-14B.IQ3_XS.gguf) | IQ3_XS | 6.6 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-14B-GGUF/resolve/main/Sailor-14B.IQ3_S.gguf) | IQ3_S | 6.9 | beats Q3_K* |
49
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-14B-GGUF/resolve/main/Sailor-14B.Q3_K_S.gguf) | Q3_K_S | 6.9 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-14B-GGUF/resolve/main/Sailor-14B.IQ3_M.gguf) | IQ3_M | 7.2 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-14B-GGUF/resolve/main/Sailor-14B.Q3_K_M.gguf) | Q3_K_M | 7.5 | lower quality |
52
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-14B-GGUF/resolve/main/Sailor-14B.Q3_K_L.gguf) | Q3_K_L | 7.9 | |
53
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-14B-GGUF/resolve/main/Sailor-14B.IQ4_XS.gguf) | IQ4_XS | 8.0 | |
54
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-14B-GGUF/resolve/main/Sailor-14B.Q4_K_S.gguf) | Q4_K_S | 8.7 | fast, recommended |
55
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-14B-GGUF/resolve/main/Sailor-14B.Q4_K_M.gguf) | Q4_K_M | 9.3 | fast, recommended |
56
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-14B-GGUF/resolve/main/Sailor-14B.Q5_K_S.gguf) | Q5_K_S | 10.1 | |
57
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-14B-GGUF/resolve/main/Sailor-14B.Q5_K_M.gguf) | Q5_K_M | 10.6 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-14B-GGUF/resolve/main/Sailor-14B.Q6_K.gguf) | Q6_K | 12.4 | very good quality |
59
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-14B-GGUF/resolve/main/Sailor-14B.Q8_0.gguf) | Q8_0 | 15.2 | fast, best quality |
60
+
61
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
62
+ types (lower is better):
63
+
64
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
65
+
66
+ And here are Artefact2's thoughts on the matter:
67
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
68
+
69
+ ## FAQ / Model Request
70
+
71
+ See https://huggingface.co/mradermacher/model_requests for some answers to
72
+ questions you might have and/or if you want some other model quantized.
73
+
74
+ ## Thanks
75
+
76
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
77
+ me use its servers and providing upgrades to my workstation to enable
78
+ this work in my free time.
79
+
80
+ <!-- end -->