Update README.md
Browse files
README.md
CHANGED
@@ -20,13 +20,13 @@ tags:
|
|
20 |
<p align="center">
|
21 |
<a href="https://damo-nlp-sg.github.io/SeaLLMs/" target="_blank" rel="noopener">Website</a>
|
22 |
|
23 |
-
<a href="https://huggingface.co/SeaLLMs/SeaLLMs-v3-
|
24 |
|
25 |
<a href="https://huggingface.co/spaces/SeaLLMs/SeaLLM-Chat" target="_blank" rel="noopener"> 🤗 DEMO</a>
|
26 |
|
27 |
<a href="https://github.com/DAMO-NLP-SG/SeaLLMs" target="_blank" rel="noopener">Github</a>
|
28 |
|
29 |
-
<a href="https://arxiv.org/pdf/2407.19672" target="_blank" rel="noopener">Technical Report</a>
|
30 |
</p>
|
31 |
|
32 |
|
@@ -42,7 +42,8 @@ We introduce **SeaLLMs-v3**, the latest series of the SeaLLMs (Large Language Mo
|
|
42 |
|
43 |
SeaLLMs is tailored for handling a wide range of languages spoken in the SEA region, including English, Chinese, Indonesian, Vietnamese, Thai, Tagalog, Malay, Burmese, Khmer, Lao, Tamil, and Javanese.
|
44 |
|
45 |
-
This page introduces the **SeaLLMs-v3-7B** model, which can be
|
|
|
46 |
|
47 |
## Evaluation
|
48 |
|
@@ -110,6 +111,7 @@ If you find our project useful, we hope you would kindly star our repo and cite
|
|
110 |
Yew Ken Chia, Xin Li, Lidong Bing},
|
111 |
title = {SeaLLMs 3: Open Foundation and Chat Multilingual Large Language Models for Southeast Asian Languages},
|
112 |
year = {2024},
|
|
|
113 |
}
|
114 |
```
|
115 |
|
|
|
20 |
<p align="center">
|
21 |
<a href="https://damo-nlp-sg.github.io/SeaLLMs/" target="_blank" rel="noopener">Website</a>
|
22 |
|
23 |
+
<a href="https://huggingface.co/SeaLLMs/SeaLLMs-v3-7B" target="_blank" rel="noopener">Model</a>
|
24 |
|
25 |
<a href="https://huggingface.co/spaces/SeaLLMs/SeaLLM-Chat" target="_blank" rel="noopener"> 🤗 DEMO</a>
|
26 |
|
27 |
<a href="https://github.com/DAMO-NLP-SG/SeaLLMs" target="_blank" rel="noopener">Github</a>
|
28 |
|
29 |
+
<a href="https://arxiv.org/pdf/2407.19672" target="_blank" rel="noopener">[NEW] Technical Report</a>
|
30 |
</p>
|
31 |
|
32 |
|
|
|
42 |
|
43 |
SeaLLMs is tailored for handling a wide range of languages spoken in the SEA region, including English, Chinese, Indonesian, Vietnamese, Thai, Tagalog, Malay, Burmese, Khmer, Lao, Tamil, and Javanese.
|
44 |
|
45 |
+
This page introduces the **SeaLLMs-v3-7B** model, which can be fine-tuned for your specific downstream tasks, especially in SEA languages.
|
46 |
+
Note that this is a base model, if you are looking for a model that can be directly applicable to your downstream applications, you may want to check the chat version model: **[SeaLLMs-v3-7B-Chat](https://huggingface.co/SeaLLMs/SeaLLMs-v3-7B-Chat)**.
|
47 |
|
48 |
## Evaluation
|
49 |
|
|
|
111 |
Yew Ken Chia, Xin Li, Lidong Bing},
|
112 |
title = {SeaLLMs 3: Open Foundation and Chat Multilingual Large Language Models for Southeast Asian Languages},
|
113 |
year = {2024},
|
114 |
+
url = {https://arxiv.org/abs/2407.19672}
|
115 |
}
|
116 |
```
|
117 |
|