morriszms commited on
Commit
0bd1b22
·
verified ·
1 Parent(s): 67ae942

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-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SeaLLMs-v3-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SeaLLMs-v3-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SeaLLMs-v3-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SeaLLMs-v3-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SeaLLMs-v3-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SeaLLMs-v3-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SeaLLMs-v3-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SeaLLMs-v3-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SeaLLMs-v3-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SeaLLMs-v3-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SeaLLMs-v3-7B-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
+ tags:
13
+ - sea
14
+ - multilingual
15
+ - TensorBlock
16
+ - GGUF
17
+ base_model: SeaLLMs/SeaLLMs-v3-7B
18
+ ---
19
+
20
+ <div style="width: auto; margin-left: auto; margin-right: auto">
21
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
22
+ </div>
23
+ <div style="display: flex; justify-content: space-between; width: 100%;">
24
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
25
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
26
+ 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>
27
+ </p>
28
+ </div>
29
+ </div>
30
+
31
+ ## SeaLLMs/SeaLLMs-v3-7B - GGUF
32
+
33
+ This repo contains GGUF format model files for [SeaLLMs/SeaLLMs-v3-7B](https://huggingface.co/SeaLLMs/SeaLLMs-v3-7B).
34
+
35
+ 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).
36
+
37
+ <div style="text-align: left; margin: 20px 0;">
38
+ <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;">
39
+ Run them on the TensorBlock client using your local machine ↗
40
+ </a>
41
+ </div>
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-Q2_K.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-GGUF/blob/main/SeaLLMs-v3-7B-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
58
+ | [SeaLLMs-v3-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-GGUF/blob/main/SeaLLMs-v3-7B-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
59
+ | [SeaLLMs-v3-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-GGUF/blob/main/SeaLLMs-v3-7B-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
60
+ | [SeaLLMs-v3-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-GGUF/blob/main/SeaLLMs-v3-7B-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
61
+ | [SeaLLMs-v3-7B-Q4_0.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-GGUF/blob/main/SeaLLMs-v3-7B-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
62
+ | [SeaLLMs-v3-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-GGUF/blob/main/SeaLLMs-v3-7B-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
63
+ | [SeaLLMs-v3-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-GGUF/blob/main/SeaLLMs-v3-7B-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
64
+ | [SeaLLMs-v3-7B-Q5_0.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-GGUF/blob/main/SeaLLMs-v3-7B-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
65
+ | [SeaLLMs-v3-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-GGUF/blob/main/SeaLLMs-v3-7B-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
66
+ | [SeaLLMs-v3-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-GGUF/blob/main/SeaLLMs-v3-7B-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
67
+ | [SeaLLMs-v3-7B-Q6_K.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-GGUF/blob/main/SeaLLMs-v3-7B-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
68
+ | [SeaLLMs-v3-7B-Q8_0.gguf](https://huggingface.co/tensorblock/SeaLLMs-v3-7B-GGUF/blob/main/SeaLLMs-v3-7B-Q8_0.gguf) | Q8_0 | 8.099 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-GGUF --include "SeaLLMs-v3-7B-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-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
91
+ ```
SeaLLMs-v3-7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2f1a0257321c65709939319e43ae6cc49bfb3a0a4ac86f3735b75f64888836e
3
+ size 3015938048
SeaLLMs-v3-7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4db31487b551a3d4c040a6f624842eb37e8b0eb0525beaed85165db4564d2ab
3
+ size 4088457216
SeaLLMs-v3-7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3551f262e13f3159557f5913078baae3ce3290ad24f0a622874a7c2a80549dcd
3
+ size 3808389120
SeaLLMs-v3-7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27c0fe53fd843670745e86414245e4a9c5a9a4590e6875efe95d6a9e3a4035e4
3
+ size 3492366336
SeaLLMs-v3-7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a63966715ac9795dc8e9d3e9cb77141aa9d0831d0d3c0b6b2570fb040acc0ab
3
+ size 4431388672
SeaLLMs-v3-7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c9b2aef01ecfc6481c6e9e3dc1c7506a7e8327889692cd9915ded1fab326b6c
3
+ size 4683071488
SeaLLMs-v3-7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c1f9344b38bd117a35099e44dad621befce7dcbc808a19e9a74b91dc6a0eb88
3
+ size 4457766912
SeaLLMs-v3-7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:353e3091c47a09815c48da0eb29b9f86fa0173cf57aace11a9a6de0e95b4c670
3
+ size 5315174400
SeaLLMs-v3-7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ee5a850dd98688eb789a997260ed18b8e404f71d7c694139e6dee11a8a1deee
3
+ size 5444829184
SeaLLMs-v3-7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f97e5301ac1c63f910c84291eaef4dc95aeb74216d3605d2df637397feabc40
3
+ size 5315174400
SeaLLMs-v3-7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a7b147a747144154f14fc7bbf574b5130aa56ec3d451d61451aad11c82c673d
3
+ size 6254196736
SeaLLMs-v3-7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b77f7221db35231f2ae241adf817e3e4d5396e96cf638880e9cebc8a1172d3cf
3
+ size 8098523136