morriszms commited on
Commit
f6bd6e0
1 Parent(s): 1139ee7

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-7B-Chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SeaLLMs-v3-7B-Chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SeaLLMs-v3-7B-Chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SeaLLMs-v3-7B-Chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SeaLLMs-v3-7B-Chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SeaLLMs-v3-7B-Chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SeaLLMs-v3-7B-Chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SeaLLMs-v3-7B-Chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SeaLLMs-v3-7B-Chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SeaLLMs-v3-7B-Chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SeaLLMs-v3-7B-Chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SeaLLMs-v3-7B-Chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - lo
16
+ - km
17
+ - my
18
+ tags:
19
+ - sea
20
+ - multilingual
21
+ - TensorBlock
22
+ - GGUF
23
+ base_model: SeaLLMs/SeaLLMs-v3-7B-Chat
24
+ ---
25
+
26
+ <div style="width: auto; margin-left: auto; margin-right: auto">
27
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
28
+ </div>
29
+ <div style="display: flex; justify-content: space-between; width: 100%;">
30
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
31
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
32
+ 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>
33
+ </p>
34
+ </div>
35
+ </div>
36
+
37
+ ## SeaLLMs/SeaLLMs-v3-7B-Chat - GGUF
38
+
39
+ This repo contains GGUF format model files for [SeaLLMs/SeaLLMs-v3-7B-Chat](https://huggingface.co/SeaLLMs/SeaLLMs-v3-7B-Chat).
40
+
41
+ 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).
42
+
43
+ ## Prompt template
44
+
45
+ ```
46
+ <|im_start|>system
47
+ {system_prompt}<|im_end|>
48
+ <|im_start|>user
49
+ {prompt}<|im_end|>
50
+ <|im_start|>assistant
51
+ ```
52
+
53
+ ## Model file specification
54
+
55
+ | Filename | Quant type | File Size | Description |
56
+ | -------- | ---------- | --------- | ----------- |
57
+ | [SeaLLMs-v3-7B-Chat-Q2_K.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-Chat-GGUF/tree/main/SeaLLMs-v3-7B-Chat-Q2_K.gguf) | Q2_K | 2.809 GB | smallest, significant quality loss - not recommended for most purposes |
58
+ | [SeaLLMs-v3-7B-Chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-Chat-GGUF/tree/main/SeaLLMs-v3-7B-Chat-Q3_K_S.gguf) | Q3_K_S | 3.253 GB | very small, high quality loss |
59
+ | [SeaLLMs-v3-7B-Chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-Chat-GGUF/tree/main/SeaLLMs-v3-7B-Chat-Q3_K_M.gguf) | Q3_K_M | 3.547 GB | very small, high quality loss |
60
+ | [SeaLLMs-v3-7B-Chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-Chat-GGUF/tree/main/SeaLLMs-v3-7B-Chat-Q3_K_L.gguf) | Q3_K_L | 3.808 GB | small, substantial quality loss |
61
+ | [SeaLLMs-v3-7B-Chat-Q4_0.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-Chat-GGUF/tree/main/SeaLLMs-v3-7B-Chat-Q4_0.gguf) | Q4_0 | 4.127 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
62
+ | [SeaLLMs-v3-7B-Chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-Chat-GGUF/tree/main/SeaLLMs-v3-7B-Chat-Q4_K_S.gguf) | Q4_K_S | 4.152 GB | small, greater quality loss |
63
+ | [SeaLLMs-v3-7B-Chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-Chat-GGUF/tree/main/SeaLLMs-v3-7B-Chat-Q4_K_M.gguf) | Q4_K_M | 4.361 GB | medium, balanced quality - recommended |
64
+ | [SeaLLMs-v3-7B-Chat-Q5_0.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-Chat-GGUF/tree/main/SeaLLMs-v3-7B-Chat-Q5_0.gguf) | Q5_0 | 4.950 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
65
+ | [SeaLLMs-v3-7B-Chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-Chat-GGUF/tree/main/SeaLLMs-v3-7B-Chat-Q5_K_S.gguf) | Q5_K_S | 4.950 GB | large, low quality loss - recommended |
66
+ | [SeaLLMs-v3-7B-Chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-Chat-GGUF/tree/main/SeaLLMs-v3-7B-Chat-Q5_K_M.gguf) | Q5_K_M | 5.071 GB | large, very low quality loss - recommended |
67
+ | [SeaLLMs-v3-7B-Chat-Q6_K.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-Chat-GGUF/tree/main/SeaLLMs-v3-7B-Chat-Q6_K.gguf) | Q6_K | 5.825 GB | very large, extremely low quality loss |
68
+ | [SeaLLMs-v3-7B-Chat-Q8_0.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-Chat-GGUF/tree/main/SeaLLMs-v3-7B-Chat-Q8_0.gguf) | Q8_0 | 7.542 GB | very large, extremely low quality loss - not recommended |
69
+
70
+
71
+ ## Downloading instruction
72
+
73
+ ### Command line
74
+
75
+ Firstly, install Huggingface Client
76
+
77
+ ```shell
78
+ pip install -U "huggingface_hub[cli]"
79
+ ```
80
+
81
+ Then, downoad the individual model file the a local directory
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/SeaLLMs-v3-7B-Chat-GGUF --include "SeaLLMs-v3-7B-Chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
85
+ ```
86
+
87
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
88
+
89
+ ```shell
90
+ huggingface-cli download tensorblock/SeaLLMs-v3-7B-Chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
91
+ ```
SeaLLMs-v3-7B-Chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdc413ce76b4e944f174e592bfe6ea7ac5459ab17b14266139e65ac1c24b7aea
3
+ size 3015938368
SeaLLMs-v3-7B-Chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a67e11559366af1ee3bdb41e151e178383036271377febc3eeca666b0dac92b7
3
+ size 4088457536
SeaLLMs-v3-7B-Chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:047f8c67cd71b9b9de77235c55bb88d147d506151db226f8c17fc13296074f49
3
+ size 3808389440
SeaLLMs-v3-7B-Chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89756489e9916cf0d47610bab16b0ac0d5b58a18cb1326a8104d84950224edee
3
+ size 3492366656
SeaLLMs-v3-7B-Chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f26ee183e3dc3603d3e389225fdc0dad6e27cd73c6050fae18a80576f30a00e
3
+ size 4431388992
SeaLLMs-v3-7B-Chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1c2ce59d001792fdbfbf45b7f308d296c0849486d898fb58d97d7ed5510988e
3
+ size 4683071808
SeaLLMs-v3-7B-Chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d14be07fc97d065395b3f6b2b814afd817bb8b2e7cd377dacd0be8dd28ba794
3
+ size 4457767232
SeaLLMs-v3-7B-Chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1063144c9b1f843d38e08452eeac742da26bf2b683aeab3239f7e3e8d87a9e3
3
+ size 5315174720
SeaLLMs-v3-7B-Chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27544436708692eeda1cd5970372c11c181769a3457655e8836d189c7f075651
3
+ size 5444829504
SeaLLMs-v3-7B-Chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81c23b311494fe9b2d89c8b2357e1370a11ee29fd1602329dc9f6ed4211ec028
3
+ size 5315174720
SeaLLMs-v3-7B-Chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:167ce5274f1b2b25be9de8b6ff6bc069759d1c5ce3226ca7f4c30f163d971279
3
+ size 6254197056
SeaLLMs-v3-7B-Chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8711b491fd824bff0ed8a7183486824887b067206e0d6532c990726dc2b8e433
3
+ size 8098523456