Commit ·
e0346de
1
Parent(s): b8afde4
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,11 +14,14 @@ language:
|
|
| 14 |
## Model Description
|
| 15 |
|
| 16 |
This is a quantized model of SeaLLM-7B-Chat.
|
|
|
|
| 17 |
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
|
|
|
|
| 18 |
The quantization has been done with ExLlamaV2, a fast LLM inference library.
|
| 19 |
|
| 20 |
## Citation
|
| 21 |
|
| 22 |
SeaLLMs: https://huggingface.co/SeaLLMs
|
|
|
|
| 23 |
ExLlamaV2: https://github.com/turboderp/exllamav2
|
| 24 |
|
|
|
|
| 14 |
## Model Description
|
| 15 |
|
| 16 |
This is a quantized model of SeaLLM-7B-Chat.
|
| 17 |
+
|
| 18 |
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
|
| 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 |
|