mradermacher commited on
Commit
e21f0ec
1 Parent(s): 1afca03

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/sail/Sailor-1.8B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: sail/Sailor-1.8B
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
  <!-- ### tags: -->
31
  static quants of https://huggingface.co/sail/Sailor-1.8B
32
+
33
+ <!-- provided-files -->
34
+ 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.
35
+ ## Usage
36
+
37
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
38
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
39
+ more details, including on how to concatenate multi-part files.
40
+
41
+ ## Provided Quants
42
+
43
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
44
+
45
+ | Link | Type | Size/GB | Notes |
46
+ |:-----|:-----|--------:|:------|
47
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-1.8B-GGUF/resolve/main/Sailor-1.8B.IQ3_S.gguf) | IQ3_S | 1.1 | beats Q3_K* |
48
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-1.8B-GGUF/resolve/main/Sailor-1.8B.Q4_K_S.gguf) | Q4_K_S | 1.3 | fast, recommended |
49
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-1.8B-GGUF/resolve/main/Sailor-1.8B.Q8_0.gguf) | Q8_0 | 2.1 | fast, best quality |
50
+ | [GGUF](https://huggingface.co/mradermacher/Sailor-1.8B-GGUF/resolve/main/Sailor-1.8B.f16.gguf) | f16 | 3.8 | 16 bpw, overkill |
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 -->