morriszms commited on
Commit
cf884ab
1 Parent(s): aeef959

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-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SeaLLM-7B-v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SeaLLM-7B-v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SeaLLM-7B-v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SeaLLM-7B-v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SeaLLM-7B-v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SeaLLM-7B-v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SeaLLM-7B-v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SeaLLM-7B-v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SeaLLM-7B-v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SeaLLM-7B-v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SeaLLM-7B-v2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
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 - GGUF
36
+
37
+ This repo contains GGUF format model files for [SeaLLMs/SeaLLM-7B-v2](https://huggingface.co/SeaLLMs/SeaLLM-7B-v2).
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
+ <s><|im_start|>system
45
+ {system_prompt}</s><|im_start|>user
46
+ {prompt}</s><|im_start|>assistant
47
+ ```
48
+
49
+ ## Model file specification
50
+
51
+ | Filename | Quant type | File Size | Description |
52
+ | -------- | ---------- | --------- | ----------- |
53
+ | [SeaLLM-7B-v2-Q2_K.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2-GGUF/tree/main/SeaLLM-7B-v2-Q2_K.gguf) | Q2_K | 2.605 GB | smallest, significant quality loss - not recommended for most purposes |
54
+ | [SeaLLM-7B-v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2-GGUF/tree/main/SeaLLM-7B-v2-Q3_K_S.gguf) | Q3_K_S | 3.026 GB | very small, high quality loss |
55
+ | [SeaLLM-7B-v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2-GGUF/tree/main/SeaLLM-7B-v2-Q3_K_M.gguf) | Q3_K_M | 3.356 GB | very small, high quality loss |
56
+ | [SeaLLM-7B-v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2-GGUF/tree/main/SeaLLM-7B-v2-Q3_K_L.gguf) | Q3_K_L | 3.638 GB | small, substantial quality loss |
57
+ | [SeaLLM-7B-v2-Q4_0.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2-GGUF/tree/main/SeaLLM-7B-v2-Q4_0.gguf) | Q4_0 | 3.914 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
58
+ | [SeaLLM-7B-v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2-GGUF/tree/main/SeaLLM-7B-v2-Q4_K_S.gguf) | Q4_K_S | 3.943 GB | small, greater quality loss |
59
+ | [SeaLLM-7B-v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2-GGUF/tree/main/SeaLLM-7B-v2-Q4_K_M.gguf) | Q4_K_M | 4.155 GB | medium, balanced quality - recommended |
60
+ | [SeaLLM-7B-v2-Q5_0.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2-GGUF/tree/main/SeaLLM-7B-v2-Q5_0.gguf) | Q5_0 | 4.749 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
61
+ | [SeaLLM-7B-v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2-GGUF/tree/main/SeaLLM-7B-v2-Q5_K_S.gguf) | Q5_K_S | 4.749 GB | large, low quality loss - recommended |
62
+ | [SeaLLM-7B-v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2-GGUF/tree/main/SeaLLM-7B-v2-Q5_K_M.gguf) | Q5_K_M | 4.874 GB | large, very low quality loss - recommended |
63
+ | [SeaLLM-7B-v2-Q6_K.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2-GGUF/tree/main/SeaLLM-7B-v2-Q6_K.gguf) | Q6_K | 5.637 GB | very large, extremely low quality loss |
64
+ | [SeaLLM-7B-v2-Q8_0.gguf](https://huggingface.co/tensorblock/SeaLLM-7B-v2-GGUF/tree/main/SeaLLM-7B-v2-Q8_0.gguf) | Q8_0 | 7.301 GB | very large, extremely low quality loss - not recommended |
65
+
66
+
67
+ ## Downloading instruction
68
+
69
+ ### Command line
70
+
71
+ Firstly, install Huggingface Client
72
+
73
+ ```shell
74
+ pip install -U "huggingface_hub[cli]"
75
+ ```
76
+
77
+ Then, downoad the individual model file the a local directory
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/SeaLLM-7B-v2-GGUF --include "SeaLLM-7B-v2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
81
+ ```
82
+
83
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
84
+
85
+ ```shell
86
+ huggingface-cli download tensorblock/SeaLLM-7B-v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
87
+ ```
SeaLLM-7B-v2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a773c2ad98ff5f36209c04685bda77c63acd518cdd9d32e5466a807caac05bde
3
+ size 2796714080
SeaLLM-7B-v2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dd30a2fa5a4d580254e69437fe62a8993ac7fbf330c7b82d7d09b43a722917c
3
+ size 3906312288
SeaLLM-7B-v2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7431d2338c1c27b9b81b3cbc8abb437915cddcb337bf5024c387c873a36b63ed
3
+ size 3603273824
SeaLLM-7B-v2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f148859ee29e47575364c13d884f0ccc5138f154b56d41d73039b6cde336457
3
+ size 3248855136
SeaLLM-7B-v2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28f22936b7b314b333ad3eacb7929dfe36b7c9168070c59c185eabb6c269c98d
3
+ size 4202117216
SeaLLM-7B-v2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:673272e4d92797f9ac46041cbfa828ea2b360585b866163ea6e8707de1e3bd3d
3
+ size 4461639776
SeaLLM-7B-v2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9c2f23c02f6ae41533ff0588a60140722c921e5992dfd3a5f7c49dbee8a177d
3
+ size 4233574496
SeaLLM-7B-v2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:830253bfda371eaad7d699963f3e98adc6773bab5f9e758e77d45518e6d380dd
3
+ size 5099305056
SeaLLM-7B-v2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67d5d6f654bc250c9bfa856f159139d61574b06da5fd4c1ada58afd351bbc531
3
+ size 5232998496
SeaLLM-7B-v2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30ecb9f18849117c57bf21839266cbb406dc08664f4a07a24ccdbbb15c09e3d3
3
+ size 5099305056
SeaLLM-7B-v2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12031f8d007dcaffafd040a691151cb71b98f1e4e069a2783a425ee8db6aa9a3
3
+ size 6052567136
SeaLLM-7B-v2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ca3c83bc81e135632f0d300bfbac4625479c032577f3397f1c220abdf338c40
3
+ size 7838865504