morriszms commited on
Commit
787525e
·
verified ·
1 Parent(s): 8babd17

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
+ SeaLLMs-v3-1.5B-Chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SeaLLMs-v3-1.5B-Chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SeaLLMs-v3-1.5B-Chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SeaLLMs-v3-1.5B-Chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SeaLLMs-v3-1.5B-Chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SeaLLMs-v3-1.5B-Chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SeaLLMs-v3-1.5B-Chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SeaLLMs-v3-1.5B-Chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SeaLLMs-v3-1.5B-Chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SeaLLMs-v3-1.5B-Chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SeaLLMs-v3-1.5B-Chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SeaLLMs-v3-1.5B-Chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: seallms
4
+ license_link: https://huggingface.co/SeaLLMs/SeaLLM-13B-Chat/blob/main/LICENSE
5
+ language:
6
+ - en
7
+ - zh
8
+ - id
9
+ - vi
10
+ - th
11
+ - ms
12
+ - tl
13
+ - ta
14
+ - jv
15
+ tags:
16
+ - sea
17
+ - multilingual
18
+ - TensorBlock
19
+ - GGUF
20
+ base_model: SeaLLMs/SeaLLMs-v3-1.5B-Chat
21
+ ---
22
+
23
+ <div style="width: auto; margin-left: auto; margin-right: auto">
24
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
25
+ </div>
26
+ <div style="display: flex; justify-content: space-between; width: 100%;">
27
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
28
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
29
+ 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>
30
+ </p>
31
+ </div>
32
+ </div>
33
+
34
+ ## SeaLLMs/SeaLLMs-v3-1.5B-Chat - GGUF
35
+
36
+ This repo contains GGUF format model files for [SeaLLMs/SeaLLMs-v3-1.5B-Chat](https://huggingface.co/SeaLLMs/SeaLLMs-v3-1.5B-Chat).
37
+
38
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
39
+
40
+ <div style="text-align: left; margin: 20px 0;">
41
+ <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;">
42
+ Run them on the TensorBlock client using your local machine ↗
43
+ </a>
44
+ </div>
45
+
46
+ ## Prompt template
47
+
48
+ ```
49
+ <|im_start|>system
50
+ {system_prompt}<|im_end|>
51
+ <|im_start|>user
52
+ {prompt}<|im_end|>
53
+ <|im_start|>assistant
54
+ ```
55
+
56
+ ## Model file specification
57
+
58
+ | Filename | Quant type | File Size | Description |
59
+ | -------- | ---------- | --------- | ----------- |
60
+ | [SeaLLMs-v3-1.5B-Chat-Q2_K.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-Chat-GGUF/blob/main/SeaLLMs-v3-1.5B-Chat-Q2_K.gguf) | Q2_K | 0.676 GB | smallest, significant quality loss - not recommended for most purposes |
61
+ | [SeaLLMs-v3-1.5B-Chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-Chat-GGUF/blob/main/SeaLLMs-v3-1.5B-Chat-Q3_K_S.gguf) | Q3_K_S | 0.761 GB | very small, high quality loss |
62
+ | [SeaLLMs-v3-1.5B-Chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-Chat-GGUF/blob/main/SeaLLMs-v3-1.5B-Chat-Q3_K_M.gguf) | Q3_K_M | 0.824 GB | very small, high quality loss |
63
+ | [SeaLLMs-v3-1.5B-Chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-Chat-GGUF/blob/main/SeaLLMs-v3-1.5B-Chat-Q3_K_L.gguf) | Q3_K_L | 0.880 GB | small, substantial quality loss |
64
+ | [SeaLLMs-v3-1.5B-Chat-Q4_0.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-Chat-GGUF/blob/main/SeaLLMs-v3-1.5B-Chat-Q4_0.gguf) | Q4_0 | 0.935 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
65
+ | [SeaLLMs-v3-1.5B-Chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-Chat-GGUF/blob/main/SeaLLMs-v3-1.5B-Chat-Q4_K_S.gguf) | Q4_K_S | 0.940 GB | small, greater quality loss |
66
+ | [SeaLLMs-v3-1.5B-Chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-Chat-GGUF/blob/main/SeaLLMs-v3-1.5B-Chat-Q4_K_M.gguf) | Q4_K_M | 0.986 GB | medium, balanced quality - recommended |
67
+ | [SeaLLMs-v3-1.5B-Chat-Q5_0.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-Chat-GGUF/blob/main/SeaLLMs-v3-1.5B-Chat-Q5_0.gguf) | Q5_0 | 1.099 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
68
+ | [SeaLLMs-v3-1.5B-Chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-Chat-GGUF/blob/main/SeaLLMs-v3-1.5B-Chat-Q5_K_S.gguf) | Q5_K_S | 1.099 GB | large, low quality loss - recommended |
69
+ | [SeaLLMs-v3-1.5B-Chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-Chat-GGUF/blob/main/SeaLLMs-v3-1.5B-Chat-Q5_K_M.gguf) | Q5_K_M | 1.125 GB | large, very low quality loss - recommended |
70
+ | [SeaLLMs-v3-1.5B-Chat-Q6_K.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-Chat-GGUF/blob/main/SeaLLMs-v3-1.5B-Chat-Q6_K.gguf) | Q6_K | 1.273 GB | very large, extremely low quality loss |
71
+ | [SeaLLMs-v3-1.5B-Chat-Q8_0.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-Chat-GGUF/blob/main/SeaLLMs-v3-1.5B-Chat-Q8_0.gguf) | Q8_0 | 1.647 GB | very large, extremely low quality loss - not recommended |
72
+
73
+
74
+ ## Downloading instruction
75
+
76
+ ### Command line
77
+
78
+ Firstly, install Huggingface Client
79
+
80
+ ```shell
81
+ pip install -U "huggingface_hub[cli]"
82
+ ```
83
+
84
+ Then, downoad the individual model file the a local directory
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/SeaLLMs-v3-1.5B-Chat-GGUF --include "SeaLLMs-v3-1.5B-Chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
88
+ ```
89
+
90
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
91
+
92
+ ```shell
93
+ huggingface-cli download tensorblock/SeaLLMs-v3-1.5B-Chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
94
+ ```
SeaLLMs-v3-1.5B-Chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eb1186564cfa058054b50d32dd2abaa290b8551ab28aa0bded2b0860d647a10
3
+ size 676302688
SeaLLMs-v3-1.5B-Chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41d23d8a9bb4d8f3c05ffc9b34177c268b1e9ac6550c9dbd25b6756994134c1e
3
+ size 880160608
SeaLLMs-v3-1.5B-Chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6a35f6bb598a0de640182897ce091eb185e2b2b42f3a747cc2ff9d95c25bac3
3
+ size 824176480
SeaLLMs-v3-1.5B-Chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87344be58429d69ad5397e69446a176d0d491b3732318a5fd9b553f95d8091c9
3
+ size 760942432
SeaLLMs-v3-1.5B-Chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7092702203e08691b34708f8a1e8e158193c601918c0fc1c24c82f0b99973b14
3
+ size 934952800
SeaLLMs-v3-1.5B-Chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:408b62753325a74d133d77e77ab2d9e98870740923438034d5bdbd37268cf8c7
3
+ size 986046304
SeaLLMs-v3-1.5B-Chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52a62e2fddaf63dcf0f50b10aeabfec4d3db281b22ef76f28ba8ce00fb758bc9
3
+ size 940310368
SeaLLMs-v3-1.5B-Chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b80edcb14ed7d5cd989aac4694fd25eaeb6fd0685b8aaf53647c132a042743df
3
+ size 1098727264
SeaLLMs-v3-1.5B-Chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a404ea43d6813becfa0270b456326d9e55f65abca4618b26b2eb7c31813b8f93
3
+ size 1125048160
SeaLLMs-v3-1.5B-Chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c4d43cb212a2e9b530f1eba3cdfec6e0e2d11d7072591c32db9434eeab0f340
3
+ size 1098727264
SeaLLMs-v3-1.5B-Chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c21039ae8f6aebbf99a503f687b953960916399302853865a590ee27e2771452
3
+ size 1272737632
SeaLLMs-v3-1.5B-Chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e79888718c001def2fa3a19031e10b81654aca93a07cf156e7fd9e6bf470e13
3
+ size 1646570848