GGUF
multilingual
sea
sailor
sft
chat
instruction
TensorBlock
GGUF
Inference Endpoints
conversational
morriszms commited on
Commit
78b0982
1 Parent(s): 4b468b3

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-7B-Chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Sailor-7B-Chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Sailor-7B-Chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Sailor-7B-Chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Sailor-7B-Chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Sailor-7B-Chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Sailor-7B-Chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Sailor-7B-Chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Sailor-7B-Chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Sailor-7B-Chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Sailor-7B-Chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Sailor-7B-Chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-7B-Chat
38
+ ---
39
+
40
+ <div style="width: auto; margin-left: auto; margin-right: auto">
41
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
42
+ </div>
43
+ <div style="display: flex; justify-content: space-between; width: 100%;">
44
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
45
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
46
+ 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>
47
+ </p>
48
+ </div>
49
+ </div>
50
+
51
+ ## sail/Sailor-7B-Chat - GGUF
52
+
53
+ This repo contains GGUF format model files for [sail/Sailor-7B-Chat](https://huggingface.co/sail/Sailor-7B-Chat).
54
+
55
+ 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).
56
+
57
+ <div style="text-align: left; margin: 20px 0;">
58
+ <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;">
59
+ Run them on the TensorBlock client using your local machine ↗
60
+ </a>
61
+ </div>
62
+
63
+ ## Prompt template
64
+
65
+ ```
66
+ <|im_start|>system
67
+ {system_prompt}<|im_end|>
68
+ <|im_start|>user
69
+ {prompt}<|im_end|>
70
+ <|im_start|>answer
71
+ ```
72
+
73
+ ## Model file specification
74
+
75
+ | Filename | Quant type | File Size | Description |
76
+ | -------- | ---------- | --------- | ----------- |
77
+ | [Sailor-7B-Chat-Q2_K.gguf](https://huggingface.co/tensorblock/Sailor-7B-Chat-GGUF/blob/main/Sailor-7B-Chat-Q2_K.gguf) | Q2_K | 3.104 GB | smallest, significant quality loss - not recommended for most purposes |
78
+ | [Sailor-7B-Chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/Sailor-7B-Chat-GGUF/blob/main/Sailor-7B-Chat-Q3_K_S.gguf) | Q3_K_S | 3.569 GB | very small, high quality loss |
79
+ | [Sailor-7B-Chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/Sailor-7B-Chat-GGUF/blob/main/Sailor-7B-Chat-Q3_K_M.gguf) | Q3_K_M | 3.919 GB | very small, high quality loss |
80
+ | [Sailor-7B-Chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/Sailor-7B-Chat-GGUF/blob/main/Sailor-7B-Chat-Q3_K_L.gguf) | Q3_K_L | 4.218 GB | small, substantial quality loss |
81
+ | [Sailor-7B-Chat-Q4_0.gguf](https://huggingface.co/tensorblock/Sailor-7B-Chat-GGUF/blob/main/Sailor-7B-Chat-Q4_0.gguf) | Q4_0 | 4.512 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
82
+ | [Sailor-7B-Chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/Sailor-7B-Chat-GGUF/blob/main/Sailor-7B-Chat-Q4_K_S.gguf) | Q4_K_S | 4.543 GB | small, greater quality loss |
83
+ | [Sailor-7B-Chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/Sailor-7B-Chat-GGUF/blob/main/Sailor-7B-Chat-Q4_K_M.gguf) | Q4_K_M | 4.767 GB | medium, balanced quality - recommended |
84
+ | [Sailor-7B-Chat-Q5_0.gguf](https://huggingface.co/tensorblock/Sailor-7B-Chat-GGUF/blob/main/Sailor-7B-Chat-Q5_0.gguf) | Q5_0 | 5.399 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
85
+ | [Sailor-7B-Chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/Sailor-7B-Chat-GGUF/blob/main/Sailor-7B-Chat-Q5_K_S.gguf) | Q5_K_S | 5.399 GB | large, low quality loss - recommended |
86
+ | [Sailor-7B-Chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/Sailor-7B-Chat-GGUF/blob/main/Sailor-7B-Chat-Q5_K_M.gguf) | Q5_K_M | 5.531 GB | large, very low quality loss - recommended |
87
+ | [Sailor-7B-Chat-Q6_K.gguf](https://huggingface.co/tensorblock/Sailor-7B-Chat-GGUF/blob/main/Sailor-7B-Chat-Q6_K.gguf) | Q6_K | 6.342 GB | very large, extremely low quality loss |
88
+ | [Sailor-7B-Chat-Q8_0.gguf](https://huggingface.co/tensorblock/Sailor-7B-Chat-GGUF/blob/main/Sailor-7B-Chat-Q8_0.gguf) | Q8_0 | 8.212 GB | very large, extremely low quality loss - not recommended |
89
+
90
+
91
+ ## Downloading instruction
92
+
93
+ ### Command line
94
+
95
+ Firstly, install Huggingface Client
96
+
97
+ ```shell
98
+ pip install -U "huggingface_hub[cli]"
99
+ ```
100
+
101
+ Then, downoad the individual model file the a local directory
102
+
103
+ ```shell
104
+ huggingface-cli download tensorblock/Sailor-7B-Chat-GGUF --include "Sailor-7B-Chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
105
+ ```
106
+
107
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
108
+
109
+ ```shell
110
+ huggingface-cli download tensorblock/Sailor-7B-Chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
111
+ ```
Sailor-7B-Chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3770633b79b2033cbb2820549443356edf8e5366d9bcaa99b028672db1edb544
3
+ size 3103826784
Sailor-7B-Chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34f0f58d1e13e4cd39ec42701c10246055b7b5da9ab08fe588f09cfeba46dcd6
3
+ size 4217967456
Sailor-7B-Chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b10122ca8ccf3c854fa56ed81b48563b0cbb86ee6293501ca2bc99be2c2024e
3
+ size 3918861152
Sailor-7B-Chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08740c5dcca93986ca6e6cae57361175f4d80798811a188551c71eab34c12bdf
3
+ size 3569161056
Sailor-7B-Chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55556c660a012e2c64b820df3585d8baaa6979529f8d53b71951aecde1e7aa43
3
+ size 4511908704
Sailor-7B-Chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d469fb4324e924182371d29e0f7c7a6116ebb691dc71a9155340a8775d44eed1
3
+ size 4767105888
Sailor-7B-Chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e275ed56680927357652695827806581192dc370af001cd0df6f8fe08b9c26d
3
+ size 4542841696
Sailor-7B-Chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:702eff702d1190bef0487c68ecdf4eada435f65bc602a3d0263c06493a4a1f1c
3
+ size 5399200608
Sailor-7B-Chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8c99d4a9caab15b370db54e938616adbdf25980e3189569042b362bbbe6f7a2
3
+ size 5530665824
Sailor-7B-Chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e5825eb19183254e2bcee174e682d7311ec26f53b4dd411ba341cdba839fb0b
3
+ size 5399200608
Sailor-7B-Chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49db5ab27e71f489d322cdb17695ac5fd88871b3a8321bf5e163ccaa082a511c
3
+ size 6341948256
Sailor-7B-Chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f164b0a334f028a93eb897e963501d3b3d95f3a0b5936e56f4c86185d7261617
3
+ size 8211796832