Commit
ยท
8c651c2
1
Parent(s):
e0346de
Update README.md
Browse files
README.md
CHANGED
@@ -11,17 +11,16 @@ language:
|
|
11 |
- my
|
12 |
---
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
This is a quantized model of SeaLLM-7B-Chat.
|
17 |
|
18 |
-
|
19 |
|
|
|
|
|
20 |
The quantization has been done with ExLlamaV2, a fast LLM inference library.
|
21 |
|
22 |
## Citation
|
23 |
|
24 |
-
SeaLLMs: https://huggingface.co/SeaLLMs
|
25 |
-
|
26 |
ExLlamaV2: https://github.com/turboderp/exllamav2
|
27 |
|
|
|
11 |
- my
|
12 |
---
|
13 |
|
14 |
+
# SeaLLM-7B-Chat quantized to run locally with modest GPU
|
|
|
|
|
15 |
|
16 |
+
## Model Description
|
17 |
|
18 |
+
This is a quantized model of SeaLLM-7B-Chat. <br />
|
19 |
+
SeaLLMs is a family of LLMs pre-trained from Meta's LLaMA 2 and optimized for numerous Southeast Asian languages, including Vietnamese ๐ป๐ณ, Indonesian ๐ฎ๐ฉ, Thai ๐น๐ญ, Malay ๐ฒ๐พ, Khmer ๐ฐ๐ญ, Lao ๐ฑ๐ฆ, Tagalog ๐ต๐ญ and Burmese ๐ฒ๐ฒ. <br />
|
20 |
The quantization has been done with ExLlamaV2, a fast LLM inference library.
|
21 |
|
22 |
## Citation
|
23 |
|
24 |
+
SeaLLMs: https://huggingface.co/SeaLLMs <br />
|
|
|
25 |
ExLlamaV2: https://github.com/turboderp/exllamav2
|
26 |
|