isakzhang commited on
Commit
c703175
1 Parent(s): 921d74d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -20,17 +20,16 @@ tags:
20
 
21
  # *SeaLLMs-v3* - Large Language Models for Southeast Asia
22
 
23
-
24
  <p align="center">
25
  <a href="https://damo-nlp-sg.github.io/SeaLLMs/" target="_blank" rel="noopener">Website</a>
26
  &nbsp;&nbsp;
27
- <a href="https://huggingface.co/SeaLLMs/SeaLLMs-v3-1.5B-Chat" target="_blank" rel="noopener"> 🤗 Tech Memo</a>
28
  &nbsp;&nbsp;
29
  <a href="https://huggingface.co/spaces/SeaLLMs/SeaLLM-Chat" target="_blank" rel="noopener"> 🤗 DEMO</a>
30
  &nbsp;&nbsp;
31
  <a href="https://github.com/DAMO-NLP-SG/SeaLLMs" target="_blank" rel="noopener">Github</a>
32
  &nbsp;&nbsp;
33
- <a href="https://arxiv.org/pdf/2407.19672" target="_blank" rel="noopener">Technical Report</a>
34
  </p>
35
 
36
 
@@ -47,8 +46,7 @@ We introduce **SeaLLMs-v3**, the latest series of the SeaLLMs (Large Language Mo
47
  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.
48
 
49
  This page introduces the **SeaLLMs-v3-1.5B** model, which can be easily fine-tuned for your specific downstream tasks, especially in SEA languages.
50
-
51
- You may also refer to the [SeaLLMs-v3-7B](https://huggingface.co/SeaLLMs/SeaLLMs-v3-7B) model for enhanced performance, although it requires higher computational resources.
52
 
53
 
54
  ## Evaluation
@@ -95,8 +93,9 @@ If you find our project useful, we hope you would kindly star our repo and cite
95
  author = {Wenxuan Zhang*, Hou Pong Chan*, Yiran Zhao*, Mahani Aljunied*,
96
  Jianyu Wang*, Chaoqun Liu, Yue Deng, Zhiqiang Hu, Weiwen Xu,
97
  Yew Ken Chia, Xin Li, Lidong Bing},
98
- title = {SeaLLMs - Large Language Models for Southeast Asia},
99
  year = {2024},
 
100
  }
101
  ```
102
 
 
20
 
21
  # *SeaLLMs-v3* - Large Language Models for Southeast Asia
22
 
 
23
  <p align="center">
24
  <a href="https://damo-nlp-sg.github.io/SeaLLMs/" target="_blank" rel="noopener">Website</a>
25
  &nbsp;&nbsp;
26
+ <a href="https://huggingface.co/SeaLLMs/SeaLLMs-v3-1.5B" target="_blank" rel="noopener">Model</a>
27
  &nbsp;&nbsp;
28
  <a href="https://huggingface.co/spaces/SeaLLMs/SeaLLM-Chat" target="_blank" rel="noopener"> 🤗 DEMO</a>
29
  &nbsp;&nbsp;
30
  <a href="https://github.com/DAMO-NLP-SG/SeaLLMs" target="_blank" rel="noopener">Github</a>
31
  &nbsp;&nbsp;
32
+ <a href="https://arxiv.org/pdf/2407.19672" target="_blank" rel="noopener">[NEW] Technical Report</a>
33
  </p>
34
 
35
 
 
46
  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.
47
 
48
  This page introduces the **SeaLLMs-v3-1.5B** model, which can be easily fine-tuned for your specific downstream tasks, especially in SEA languages.
49
+ 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-1.5B-Chat](https://huggingface.co/SeaLLMs/SeaLLMs-v3-1.5B-Chat)**.
 
50
 
51
 
52
  ## Evaluation
 
93
  author = {Wenxuan Zhang*, Hou Pong Chan*, Yiran Zhao*, Mahani Aljunied*,
94
  Jianyu Wang*, Chaoqun Liu, Yue Deng, Zhiqiang Hu, Weiwen Xu,
95
  Yew Ken Chia, Xin Li, Lidong Bing},
96
+ title = {SeaLLMs 3: Open Foundation and Chat Multilingual Large Language Models for Southeast Asian Languages},
97
  year = {2024},
98
+ url = {https://arxiv.org/abs/2407.19672}
99
  }
100
  ```
101