morriszms commited on
Commit
ea6afbb
·
verified ·
1 Parent(s): ab4054b

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-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SeaLLMs-v3-1.5B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SeaLLMs-v3-1.5B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SeaLLMs-v3-1.5B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SeaLLMs-v3-1.5B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SeaLLMs-v3-1.5B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SeaLLMs-v3-1.5B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SeaLLMs-v3-1.5B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SeaLLMs-v3-1.5B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SeaLLMs-v3-1.5B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SeaLLMs-v3-1.5B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SeaLLMs-v3-1.5B-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
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 - GGUF
35
+
36
+ This repo contains GGUF format model files for [SeaLLMs/SeaLLMs-v3-1.5B](https://huggingface.co/SeaLLMs/SeaLLMs-v3-1.5B).
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-Q2_K.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-GGUF/blob/main/SeaLLMs-v3-1.5B-Q2_K.gguf) | Q2_K | 0.676 GB | smallest, significant quality loss - not recommended for most purposes |
61
+ | [SeaLLMs-v3-1.5B-Q3_K_S.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-GGUF/blob/main/SeaLLMs-v3-1.5B-Q3_K_S.gguf) | Q3_K_S | 0.761 GB | very small, high quality loss |
62
+ | [SeaLLMs-v3-1.5B-Q3_K_M.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-GGUF/blob/main/SeaLLMs-v3-1.5B-Q3_K_M.gguf) | Q3_K_M | 0.824 GB | very small, high quality loss |
63
+ | [SeaLLMs-v3-1.5B-Q3_K_L.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-GGUF/blob/main/SeaLLMs-v3-1.5B-Q3_K_L.gguf) | Q3_K_L | 0.880 GB | small, substantial quality loss |
64
+ | [SeaLLMs-v3-1.5B-Q4_0.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-GGUF/blob/main/SeaLLMs-v3-1.5B-Q4_0.gguf) | Q4_0 | 0.935 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
65
+ | [SeaLLMs-v3-1.5B-Q4_K_S.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-GGUF/blob/main/SeaLLMs-v3-1.5B-Q4_K_S.gguf) | Q4_K_S | 0.940 GB | small, greater quality loss |
66
+ | [SeaLLMs-v3-1.5B-Q4_K_M.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-GGUF/blob/main/SeaLLMs-v3-1.5B-Q4_K_M.gguf) | Q4_K_M | 0.986 GB | medium, balanced quality - recommended |
67
+ | [SeaLLMs-v3-1.5B-Q5_0.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-GGUF/blob/main/SeaLLMs-v3-1.5B-Q5_0.gguf) | Q5_0 | 1.099 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
68
+ | [SeaLLMs-v3-1.5B-Q5_K_S.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-GGUF/blob/main/SeaLLMs-v3-1.5B-Q5_K_S.gguf) | Q5_K_S | 1.099 GB | large, low quality loss - recommended |
69
+ | [SeaLLMs-v3-1.5B-Q5_K_M.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-GGUF/blob/main/SeaLLMs-v3-1.5B-Q5_K_M.gguf) | Q5_K_M | 1.125 GB | large, very low quality loss - recommended |
70
+ | [SeaLLMs-v3-1.5B-Q6_K.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-GGUF/blob/main/SeaLLMs-v3-1.5B-Q6_K.gguf) | Q6_K | 1.273 GB | very large, extremely low quality loss |
71
+ | [SeaLLMs-v3-1.5B-Q8_0.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-1.5B-GGUF/blob/main/SeaLLMs-v3-1.5B-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-GGUF --include "SeaLLMs-v3-1.5B-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-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
94
+ ```
SeaLLMs-v3-1.5B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6fd28608fc0ffd4e83fbbde89879eec5c7bb64ee691f0dedcbec57aae21cd93
3
+ size 676302464
SeaLLMs-v3-1.5B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f399a8cc07fcd1df642fa17cd07b889eab1894917ea417235bf3a31f59d25bd
3
+ size 880160384
SeaLLMs-v3-1.5B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3ddd1f2e96cc5eb806c14e4a006c9b3bf9c6fa93938220767aaa2a6b4b4e597
3
+ size 824176256
SeaLLMs-v3-1.5B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:195c04eb87f43a26f5ab8675da3abe750fd7a72befe747ed103bda2537b52b26
3
+ size 760942208
SeaLLMs-v3-1.5B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:600975a40501023232948ccf5df26437edc89a473e0bf6a7ce66ff1686f1f10a
3
+ size 934952576
SeaLLMs-v3-1.5B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6853b63f5c110b3ec43150e874da45e4755dc2e6bca4fce2702070f854a127b2
3
+ size 986046080
SeaLLMs-v3-1.5B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37420fabae3e75b1d75053806ffe574257a2dcb412a80514a9ccd00038da065c
3
+ size 940310144
SeaLLMs-v3-1.5B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bd10b24d4f78ecadd28363582ff28b900a7dd2f46337bebdd9fae2082abb28a
3
+ size 1098727040
SeaLLMs-v3-1.5B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e953b6b87871874eca56bcd3a02c3b97a3a80afccab5f94fd0132bfe3541f657
3
+ size 1125047936
SeaLLMs-v3-1.5B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9be0ac567695d147d5dc2afa76a034019c3491addcc6987442cbc8e1e83bd2a2
3
+ size 1098727040
SeaLLMs-v3-1.5B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c2fbee663369ff4352b10c27dda0b58a45cdc515495a40806541e4e18daeae0
3
+ size 1272737408
SeaLLMs-v3-1.5B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5da90514be2c6ddab255347fb9d093d83eaf201b44a054864b6409779825c77e
3
+ size 1646570624