Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +99 -0
- llama3.1-8b-cpt-sea-lionv3-instruct-Q2_K.gguf +3 -0
- llama3.1-8b-cpt-sea-lionv3-instruct-Q3_K_L.gguf +3 -0
- llama3.1-8b-cpt-sea-lionv3-instruct-Q3_K_M.gguf +3 -0
- llama3.1-8b-cpt-sea-lionv3-instruct-Q3_K_S.gguf +3 -0
- llama3.1-8b-cpt-sea-lionv3-instruct-Q4_0.gguf +3 -0
- llama3.1-8b-cpt-sea-lionv3-instruct-Q4_K_M.gguf +3 -0
- llama3.1-8b-cpt-sea-lionv3-instruct-Q4_K_S.gguf +3 -0
- llama3.1-8b-cpt-sea-lionv3-instruct-Q5_0.gguf +3 -0
- llama3.1-8b-cpt-sea-lionv3-instruct-Q5_K_M.gguf +3 -0
- llama3.1-8b-cpt-sea-lionv3-instruct-Q5_K_S.gguf +3 -0
- llama3.1-8b-cpt-sea-lionv3-instruct-Q6_K.gguf +3 -0
- llama3.1-8b-cpt-sea-lionv3-instruct-Q8_0.gguf +3 -0
.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 |
+
llama3.1-8b-cpt-sea-lionv3-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
llama3.1-8b-cpt-sea-lionv3-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
llama3.1-8b-cpt-sea-lionv3-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
llama3.1-8b-cpt-sea-lionv3-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
llama3.1-8b-cpt-sea-lionv3-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
llama3.1-8b-cpt-sea-lionv3-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
llama3.1-8b-cpt-sea-lionv3-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
llama3.1-8b-cpt-sea-lionv3-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
llama3.1-8b-cpt-sea-lionv3-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
llama3.1-8b-cpt-sea-lionv3-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
llama3.1-8b-cpt-sea-lionv3-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
llama3.1-8b-cpt-sea-lionv3-instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
base_model: aisingapore/llama3.1-8b-cpt-sea-lionv3-instruct
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- zh
|
8 |
+
- vi
|
9 |
+
- id
|
10 |
+
- th
|
11 |
+
- fil
|
12 |
+
- ta
|
13 |
+
- ms
|
14 |
+
- km
|
15 |
+
- lo
|
16 |
+
- my
|
17 |
+
- jv
|
18 |
+
- su
|
19 |
+
license: llama3.1
|
20 |
+
tags:
|
21 |
+
- TensorBlock
|
22 |
+
- GGUF
|
23 |
+
---
|
24 |
+
|
25 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
26 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
27 |
+
</div>
|
28 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
29 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
30 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
31 |
+
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>
|
32 |
+
</p>
|
33 |
+
</div>
|
34 |
+
</div>
|
35 |
+
|
36 |
+
## aisingapore/llama3.1-8b-cpt-sea-lionv3-instruct - GGUF
|
37 |
+
|
38 |
+
This repo contains GGUF format model files for [aisingapore/llama3.1-8b-cpt-sea-lionv3-instruct](https://huggingface.co/aisingapore/llama3.1-8b-cpt-sea-lionv3-instruct).
|
39 |
+
|
40 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4823](https://github.com/ggml-org/llama.cpp/commit/5bbe6a9fe9a8796a9389c85accec89dbc4d91e39).
|
41 |
+
|
42 |
+
<div style="text-align: left; margin: 20px 0;">
|
43 |
+
<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;">
|
44 |
+
Run them on the TensorBlock client using your local machine ↗
|
45 |
+
</a>
|
46 |
+
</div>
|
47 |
+
|
48 |
+
## Prompt template
|
49 |
+
|
50 |
+
```
|
51 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
52 |
+
|
53 |
+
Cutting Knowledge Date: December 2023
|
54 |
+
Today Date: 26 Jul 2024
|
55 |
+
|
56 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
57 |
+
|
58 |
+
{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
59 |
+
```
|
60 |
+
|
61 |
+
## Model file specification
|
62 |
+
|
63 |
+
| Filename | Quant type | File Size | Description |
|
64 |
+
| -------- | ---------- | --------- | ----------- |
|
65 |
+
| [llama3.1-8b-cpt-sea-lionv3-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/llama3.1-8b-cpt-sea-lionv3-instruct-GGUF/blob/main/llama3.1-8b-cpt-sea-lionv3-instruct-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
|
66 |
+
| [llama3.1-8b-cpt-sea-lionv3-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama3.1-8b-cpt-sea-lionv3-instruct-GGUF/blob/main/llama3.1-8b-cpt-sea-lionv3-instruct-Q3_K_S.gguf) | Q3_K_S | 3.665 GB | very small, high quality loss |
|
67 |
+
| [llama3.1-8b-cpt-sea-lionv3-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama3.1-8b-cpt-sea-lionv3-instruct-GGUF/blob/main/llama3.1-8b-cpt-sea-lionv3-instruct-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
|
68 |
+
| [llama3.1-8b-cpt-sea-lionv3-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama3.1-8b-cpt-sea-lionv3-instruct-GGUF/blob/main/llama3.1-8b-cpt-sea-lionv3-instruct-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
|
69 |
+
| [llama3.1-8b-cpt-sea-lionv3-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/llama3.1-8b-cpt-sea-lionv3-instruct-GGUF/blob/main/llama3.1-8b-cpt-sea-lionv3-instruct-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
70 |
+
| [llama3.1-8b-cpt-sea-lionv3-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama3.1-8b-cpt-sea-lionv3-instruct-GGUF/blob/main/llama3.1-8b-cpt-sea-lionv3-instruct-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
|
71 |
+
| [llama3.1-8b-cpt-sea-lionv3-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama3.1-8b-cpt-sea-lionv3-instruct-GGUF/blob/main/llama3.1-8b-cpt-sea-lionv3-instruct-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
|
72 |
+
| [llama3.1-8b-cpt-sea-lionv3-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/llama3.1-8b-cpt-sea-lionv3-instruct-GGUF/blob/main/llama3.1-8b-cpt-sea-lionv3-instruct-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
73 |
+
| [llama3.1-8b-cpt-sea-lionv3-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama3.1-8b-cpt-sea-lionv3-instruct-GGUF/blob/main/llama3.1-8b-cpt-sea-lionv3-instruct-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
|
74 |
+
| [llama3.1-8b-cpt-sea-lionv3-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama3.1-8b-cpt-sea-lionv3-instruct-GGUF/blob/main/llama3.1-8b-cpt-sea-lionv3-instruct-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
|
75 |
+
| [llama3.1-8b-cpt-sea-lionv3-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/llama3.1-8b-cpt-sea-lionv3-instruct-GGUF/blob/main/llama3.1-8b-cpt-sea-lionv3-instruct-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
|
76 |
+
| [llama3.1-8b-cpt-sea-lionv3-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/llama3.1-8b-cpt-sea-lionv3-instruct-GGUF/blob/main/llama3.1-8b-cpt-sea-lionv3-instruct-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
|
77 |
+
|
78 |
+
|
79 |
+
## Downloading instruction
|
80 |
+
|
81 |
+
### Command line
|
82 |
+
|
83 |
+
Firstly, install Huggingface Client
|
84 |
+
|
85 |
+
```shell
|
86 |
+
pip install -U "huggingface_hub[cli]"
|
87 |
+
```
|
88 |
+
|
89 |
+
Then, downoad the individual model file the a local directory
|
90 |
+
|
91 |
+
```shell
|
92 |
+
huggingface-cli download tensorblock/llama3.1-8b-cpt-sea-lionv3-instruct-GGUF --include "llama3.1-8b-cpt-sea-lionv3-instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
93 |
+
```
|
94 |
+
|
95 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
96 |
+
|
97 |
+
```shell
|
98 |
+
huggingface-cli download tensorblock/llama3.1-8b-cpt-sea-lionv3-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
99 |
+
```
|
llama3.1-8b-cpt-sea-lionv3-instruct-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e39d610e3ad632e8438b0173ad708bbca7adf5a6f924e55bf4c101b4691f8672
|
3 |
+
size 3179136448
|
llama3.1-8b-cpt-sea-lionv3-instruct-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:041bbb5ac08a773fbb021377f85fd588122bbf8afaeea5fa9725ce8374bdb2e6
|
3 |
+
size 4321961408
|
llama3.1-8b-cpt-sea-lionv3-instruct-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a7dab83d699b989694f30fd6ed9e1347a848dfc8bf022437c8a1b1023af5c17
|
3 |
+
size 4018922944
|
llama3.1-8b-cpt-sea-lionv3-instruct-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99281b0c0ff1ac82f87f1f08debce64c73e7db6a24498434dfe8e1d2aba6f2a4
|
3 |
+
size 3664504256
|
llama3.1-8b-cpt-sea-lionv3-instruct-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b87efdd7c18a62c7a2b8d1842d9f66fdf6623617f98f13b45ff8d2d192711628
|
3 |
+
size 4661216704
|
llama3.1-8b-cpt-sea-lionv3-instruct-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc14cbe07f64f42b6643fa4f7d846b3b4f2d9a405e890acdce4c31cdd2033d61
|
3 |
+
size 4920739264
|
llama3.1-8b-cpt-sea-lionv3-instruct-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2fbbed893b257ea5ac44f44f1b3c3b9e839ad79010cae524c6feebe8753414c
|
3 |
+
size 4692673984
|
llama3.1-8b-cpt-sea-lionv3-instruct-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:faa66245337396125138377b949aca558fe255fc77d2413c638d9364752fdb17
|
3 |
+
size 5599299008
|
llama3.1-8b-cpt-sea-lionv3-instruct-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fac18e20740da015fdad8041ae22fcbb143b0cac6dc6154ff585011c9e05246
|
3 |
+
size 5732992448
|
llama3.1-8b-cpt-sea-lionv3-instruct-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a74e5332085cf480b8315a3a4fbaeed4a42d2d645a0fa5e90eb602c9d915327
|
3 |
+
size 5599299008
|
llama3.1-8b-cpt-sea-lionv3-instruct-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5ffb9bc2b57deac612ba36e55beba8cd3124f8ec368a6b95c928e6f60eab667
|
3 |
+
size 6596011456
|
llama3.1-8b-cpt-sea-lionv3-instruct-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00b642fd80cc50eaa3a1921f2f397308a4ca8b56cc774aff161bbaf7d1acdf62
|
3 |
+
size 8540775872
|