morriszms commited on
Commit
dd8e3f2
1 Parent(s): 9a14013

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
+ SeaLLM-7B-v2.5-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SeaLLM-7B-v2.5-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SeaLLM-7B-v2.5-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SeaLLM-7B-v2.5-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SeaLLM-7B-v2.5-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SeaLLM-7B-v2.5-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SeaLLM-7B-v2.5-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SeaLLM-7B-v2.5-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SeaLLM-7B-v2.5-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SeaLLM-7B-v2.5-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SeaLLM-7B-v2.5-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SeaLLM-7B-v2.5-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - vi
9
+ - id
10
+ - th
11
+ - ms
12
+ - km
13
+ - lo
14
+ - my
15
+ - tl
16
+ tags:
17
+ - multilingual
18
+ - sea
19
+ - TensorBlock
20
+ - GGUF
21
+ base_model: SeaLLMs/SeaLLM-7B-v2.5
22
+ ---
23
+
24
+ <div style="width: auto; margin-left: auto; margin-right: auto">
25
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
26
+ </div>
27
+ <div style="display: flex; justify-content: space-between; width: 100%;">
28
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
29
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
30
+ 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>
31
+ </p>
32
+ </div>
33
+ </div>
34
+
35
+ ## SeaLLMs/SeaLLM-7B-v2.5 - GGUF
36
+
37
+ This repo contains GGUF format model files for [SeaLLMs/SeaLLM-7B-v2.5](https://huggingface.co/SeaLLMs/SeaLLM-7B-v2.5).
38
+
39
+ 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).
40
+
41
+ ## Prompt template
42
+
43
+ ```
44
+ <bos><|im_start|>system
45
+ {system_prompt}<eos>
46
+ <|im_start|>user
47
+ {prompt}<eos>
48
+ <|im_start|>assistant
49
+ ```
50
+
51
+ ## Model file specification
52
+
53
+ | Filename | Quant type | File Size | Description |
54
+ | -------- | ---------- | --------- | ----------- |
55
+ | [SeaLLM-7B-v2.5-Q2_K.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2.5-GGUF/tree/main/SeaLLM-7B-v2.5-Q2_K.gguf) | Q2_K | 3.242 GB | smallest, significant quality loss - not recommended for most purposes |
56
+ | [SeaLLM-7B-v2.5-Q3_K_S.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2.5-GGUF/tree/main/SeaLLM-7B-v2.5-Q3_K_S.gguf) | Q3_K_S | 3.709 GB | very small, high quality loss |
57
+ | [SeaLLM-7B-v2.5-Q3_K_M.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2.5-GGUF/tree/main/SeaLLM-7B-v2.5-Q3_K_M.gguf) | Q3_K_M | 4.069 GB | very small, high quality loss |
58
+ | [SeaLLM-7B-v2.5-Q3_K_L.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2.5-GGUF/tree/main/SeaLLM-7B-v2.5-Q3_K_L.gguf) | Q3_K_L | 4.386 GB | small, substantial quality loss |
59
+ | [SeaLLM-7B-v2.5-Q4_0.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2.5-GGUF/tree/main/SeaLLM-7B-v2.5-Q4_0.gguf) | Q4_0 | 4.668 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
60
+ | [SeaLLM-7B-v2.5-Q4_K_S.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2.5-GGUF/tree/main/SeaLLM-7B-v2.5-Q4_K_S.gguf) | Q4_K_S | 4.700 GB | small, greater quality loss |
61
+ | [SeaLLM-7B-v2.5-Q4_K_M.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2.5-GGUF/tree/main/SeaLLM-7B-v2.5-Q4_K_M.gguf) | Q4_K_M | 4.964 GB | medium, balanced quality - recommended |
62
+ | [SeaLLM-7B-v2.5-Q5_0.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2.5-GGUF/tree/main/SeaLLM-7B-v2.5-Q5_0.gguf) | Q5_0 | 5.570 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
63
+ | [SeaLLM-7B-v2.5-Q5_K_S.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2.5-GGUF/tree/main/SeaLLM-7B-v2.5-Q5_K_S.gguf) | Q5_K_S | 5.570 GB | large, low quality loss - recommended |
64
+ | [SeaLLM-7B-v2.5-Q5_K_M.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2.5-GGUF/tree/main/SeaLLM-7B-v2.5-Q5_K_M.gguf) | Q5_K_M | 5.723 GB | large, very low quality loss - recommended |
65
+ | [SeaLLM-7B-v2.5-Q6_K.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2.5-GGUF/tree/main/SeaLLM-7B-v2.5-Q6_K.gguf) | Q6_K | 6.529 GB | very large, extremely low quality loss |
66
+ | [SeaLLM-7B-v2.5-Q8_0.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2.5-GGUF/tree/main/SeaLLM-7B-v2.5-Q8_0.gguf) | Q8_0 | 8.454 GB | very large, extremely low quality loss - not recommended |
67
+
68
+
69
+ ## Downloading instruction
70
+
71
+ ### Command line
72
+
73
+ Firstly, install Huggingface Client
74
+
75
+ ```shell
76
+ pip install -U "huggingface_hub[cli]"
77
+ ```
78
+
79
+ Then, downoad the individual model file the a local directory
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/SeaLLM-7B-v2.5-GGUF --include "SeaLLM-7B-v2.5-Q2_K.gguf" --local-dir MY_LOCAL_DIR
83
+ ```
84
+
85
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
86
+
87
+ ```shell
88
+ huggingface-cli download tensorblock/SeaLLM-7B-v2.5-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
89
+ ```
SeaLLM-7B-v2.5-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e83bed0c07ff212db709dbb294ff70146b3f3c1bf76d343150639e44c14913a5
3
+ size 3481447808
SeaLLM-7B-v2.5-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01cc1a5ad6c9a99452ab1d303323af52163e99a8ac85a906132dfa0a79f43eb3
3
+ size 4709068160
SeaLLM-7B-v2.5-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10b1c1e31412dca7cad11538781cb6e84a6823191abe45391da3b065bb9ff44d
3
+ size 4369329536
SeaLLM-7B-v2.5-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70f1e64857f9fb5d3c583a046779db1d35c7d9efa37aae4c3a849f17e04651d9
3
+ size 3982404992
SeaLLM-7B-v2.5-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10cf79d2440c40fbaad081f469457ece8edd37a0a71a8014b6b3d1170fab98a3
3
+ size 5011844480
SeaLLM-7B-v2.5-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dca2fafa8db76aa2a9e47c153aa2f3266fef1184ebb981f4b6bcfb98da3160a
3
+ size 5329759616
SeaLLM-7B-v2.5-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0d4e3548a41e629d8740ab4fd715fe9ca25afc136a037c5f99c21e5a5376540
3
+ size 5046447488
SeaLLM-7B-v2.5-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3db2e73232347cdc2dbeb9f07d74385e1cfad2f65393199996c694737f0a5656
3
+ size 5980728704
SeaLLM-7B-v2.5-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a95f79b7cb4d4560bd77bf8946d090aeea498ee1490d79c99cccb525a5c36b87
3
+ size 6144503168
SeaLLM-7B-v2.5-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1d66fb32f958bd8fa491634bfe09131baa289768ccc9308ab674fa8a8728526
3
+ size 5980728704
SeaLLM-7B-v2.5-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fba11ae2c1959f4f6f0a78a7e7fa3988700253a476c9dd65226bd4ff696d0ff2
3
+ size 7010168192
SeaLLM-7B-v2.5-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f82a9da1caf917073eae3e8a7cd3dc76e539229d3b4b79651c9c4b9fd9996c32
3
+ size 9077845376