GGUF
multilingual
sea
sailor
sft
chat
instruction
TensorBlock
GGUF
conversational
morriszms commited on
Commit
f893763
1 Parent(s): 434d464

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Sailor-1.8B-Chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Sailor-1.8B-Chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Sailor-1.8B-Chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Sailor-1.8B-Chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Sailor-1.8B-Chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Sailor-1.8B-Chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Sailor-1.8B-Chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Sailor-1.8B-Chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Sailor-1.8B-Chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Sailor-1.8B-Chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Sailor-1.8B-Chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Sailor-1.8B-Chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - zh
5
+ - id
6
+ - th
7
+ - vi
8
+ - ms
9
+ - lo
10
+ datasets:
11
+ - CohereForAI/aya_dataset
12
+ - CohereForAI/aya_collection
13
+ - Open-Orca/OpenOrca
14
+ tags:
15
+ - multilingual
16
+ - sea
17
+ - sailor
18
+ - sft
19
+ - chat
20
+ - instruction
21
+ - TensorBlock
22
+ - GGUF
23
+ widget:
24
+ - text: 如何制作烤鱼?
25
+ example_title: Chinese
26
+ - text: How to bake fish?
27
+ example_title: English
28
+ - text: Bagaimana cara memanggang ikan?
29
+ example_title: Malay
30
+ - text: วิธีย่างปลา?
31
+ example_title: Thai
32
+ - text: Bagaimana membuat bakaran ikan?
33
+ example_title: Indonesian
34
+ - text: Làm thế nào để nướng cá?
35
+ example_title: Vietnamese
36
+ license: apache-2.0
37
+ base_model: sail/Sailor-1.8B-Chat
38
+ inference: false
39
+ ---
40
+
41
+ <div style="width: auto; margin-left: auto; margin-right: auto">
42
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
43
+ </div>
44
+ <div style="display: flex; justify-content: space-between; width: 100%;">
45
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
46
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
47
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
48
+ </p>
49
+ </div>
50
+ </div>
51
+
52
+ ## sail/Sailor-1.8B-Chat - GGUF
53
+
54
+ This repo contains GGUF format model files for [sail/Sailor-1.8B-Chat](https://huggingface.co/sail/Sailor-1.8B-Chat).
55
+
56
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
57
+
58
+ <div style="text-align: left; margin: 20px 0;">
59
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
60
+ Run them on the TensorBlock client using your local machine ↗
61
+ </a>
62
+ </div>
63
+
64
+ ## Prompt template
65
+
66
+ ```
67
+ <|im_start|>system
68
+ {system_prompt}<|im_end|>
69
+ <|im_start|>user
70
+ {prompt}<|im_end|>
71
+ <|im_start|>answer
72
+ ```
73
+
74
+ ## Model file specification
75
+
76
+ | Filename | Quant type | File Size | Description |
77
+ | -------- | ---------- | --------- | ----------- |
78
+ | [Sailor-1.8B-Chat-Q2_K.gguf](https://huggingface.co/tensorblock/Sailor-1.8B-Chat-GGUF/blob/main/Sailor-1.8B-Chat-Q2_K.gguf) | Q2_K | 0.847 GB | smallest, significant quality loss - not recommended for most purposes |
79
+ | [Sailor-1.8B-Chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/Sailor-1.8B-Chat-GGUF/blob/main/Sailor-1.8B-Chat-Q3_K_S.gguf) | Q3_K_S | 0.954 GB | very small, high quality loss |
80
+ | [Sailor-1.8B-Chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/Sailor-1.8B-Chat-GGUF/blob/main/Sailor-1.8B-Chat-Q3_K_M.gguf) | Q3_K_M | 1.016 GB | very small, high quality loss |
81
+ | [Sailor-1.8B-Chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/Sailor-1.8B-Chat-GGUF/blob/main/Sailor-1.8B-Chat-Q3_K_L.gguf) | Q3_K_L | 1.056 GB | small, substantial quality loss |
82
+ | [Sailor-1.8B-Chat-Q4_0.gguf](https://huggingface.co/tensorblock/Sailor-1.8B-Chat-GGUF/blob/main/Sailor-1.8B-Chat-Q4_0.gguf) | Q4_0 | 1.120 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
83
+ | [Sailor-1.8B-Chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/Sailor-1.8B-Chat-GGUF/blob/main/Sailor-1.8B-Chat-Q4_K_S.gguf) | Q4_K_S | 1.158 GB | small, greater quality loss |
84
+ | [Sailor-1.8B-Chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/Sailor-1.8B-Chat-GGUF/blob/main/Sailor-1.8B-Chat-Q4_K_M.gguf) | Q4_K_M | 1.218 GB | medium, balanced quality - recommended |
85
+ | [Sailor-1.8B-Chat-Q5_0.gguf](https://huggingface.co/tensorblock/Sailor-1.8B-Chat-GGUF/blob/main/Sailor-1.8B-Chat-Q5_0.gguf) | Q5_0 | 1.311 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
86
+ | [Sailor-1.8B-Chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/Sailor-1.8B-Chat-GGUF/blob/main/Sailor-1.8B-Chat-Q5_K_S.gguf) | Q5_K_S | 1.328 GB | large, low quality loss - recommended |
87
+ | [Sailor-1.8B-Chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/Sailor-1.8B-Chat-GGUF/blob/main/Sailor-1.8B-Chat-Q5_K_M.gguf) | Q5_K_M | 1.377 GB | large, very low quality loss - recommended |
88
+ | [Sailor-1.8B-Chat-Q6_K.gguf](https://huggingface.co/tensorblock/Sailor-1.8B-Chat-GGUF/blob/main/Sailor-1.8B-Chat-Q6_K.gguf) | Q6_K | 1.579 GB | very large, extremely low quality loss |
89
+ | [Sailor-1.8B-Chat-Q8_0.gguf](https://huggingface.co/tensorblock/Sailor-1.8B-Chat-GGUF/blob/main/Sailor-1.8B-Chat-Q8_0.gguf) | Q8_0 | 1.958 GB | very large, extremely low quality loss - not recommended |
90
+
91
+
92
+ ## Downloading instruction
93
+
94
+ ### Command line
95
+
96
+ Firstly, install Huggingface Client
97
+
98
+ ```shell
99
+ pip install -U "huggingface_hub[cli]"
100
+ ```
101
+
102
+ Then, downoad the individual model file the a local directory
103
+
104
+ ```shell
105
+ huggingface-cli download tensorblock/Sailor-1.8B-Chat-GGUF --include "Sailor-1.8B-Chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
106
+ ```
107
+
108
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
109
+
110
+ ```shell
111
+ huggingface-cli download tensorblock/Sailor-1.8B-Chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
112
+ ```
Sailor-1.8B-Chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b510feda5db765f016814197444c69ab41d49b53a171110177e7d93018ac9f5c
3
+ size 846571008
Sailor-1.8B-Chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bd22a433b34a4177be26d2cfa2314b13f3259cfaa3050d67c693f0de03a6e68
3
+ size 1056202240
Sailor-1.8B-Chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8eaf8d290ca6b922bb4bef5b58a833017d6df41d3988103f00692fe8ba1e541
3
+ size 1015881216
Sailor-1.8B-Chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:015f08a28177750e69bacae809c75a36932b5be3a5f6aa81fbe7da841aa5c281
3
+ size 953572864
Sailor-1.8B-Chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03d4fa2c704e5fd66784f4464e2bf881f78bae66349591971ff5e436448e86b7
3
+ size 1120237056
Sailor-1.8B-Chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82f48c8ac2f0162c135aabc2f26cf6450c139dac463b06ff550102007bd5c345
3
+ size 1217754624
Sailor-1.8B-Chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:380acaef114d44892d68393923776951ecc5e12e57e94e130cec5d30add49082
3
+ size 1158264320
Sailor-1.8B-Chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb8cba584bc810c0d0494559a27d2dea8080c096a4c7b2ff5c072717776fb519
3
+ size 1310914048
Sailor-1.8B-Chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea50a1fd80fcc1d6a082ddb92871cd084bddd3ca39430e4d37d7db9a07f3e6d6
3
+ size 1376777728
Sailor-1.8B-Chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f94620296310919877debd9c41f9b7c74280456d2a5aa5f652a57c5f33c670f9
3
+ size 1327822336
Sailor-1.8B-Chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d3f87f05389349d42660ec6e74d89f661d370fbbfe43639667edf171a578da7
3
+ size 1579027968
Sailor-1.8B-Chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:652b81ac75bee0fdc3b515dab48282b44b423300825acb8b687333d41b6a8dc9
3
+ size 1958305280