isakzhang commited on
Commit
560ccd5
1 Parent(s): 3bf4916

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -23,13 +23,13 @@ tags:
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-Chat" target="_blank" rel="noopener"> 🤗 Tech Memo</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/2312.00738.pdf" target="_blank" rel="noopener">Technical Report</a>
33
  </p>
34
 
35
  We introduce **SeaLLMs-v3**, the latest series of the SeaLLMs (Large Language Models for Southeast Asian languages) family. It achieves state-of-the-art performance among models with similar sizes, excelling across a diverse array of tasks such as world knowledge, mathematical reasoning, translation, and instruction following. In the meantime, it was specifically enhanced to be more trustworthy, exhibiting reduced hallucination and providing safe responses, particularly in queries closed related to Southeast Asian culture.
@@ -181,10 +181,11 @@ If you find our project useful, we hope you would kindly star our repo and cite
181
  ```
182
  @article{damonlp2024seallm3,
183
  author = {Wenxuan Zhang*, Hou Pong Chan*, Yiran Zhao*, Mahani Aljunied*,
184
- Jianyu Wang, Chaoqun Liu, Yue Deng, Zhiqiang Hu, Weiwen Xu,
185
  Yew Ken Chia, Xin Li, Lidong Bing},
186
- title = {SeaLLMs - Large Language Models for Southeast Asia},
187
  year = {2024},
 
188
  }
189
  ```
190
  Corresponding Author: [email protected]
 
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-Chat" 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
  We introduce **SeaLLMs-v3**, the latest series of the SeaLLMs (Large Language Models for Southeast Asian languages) family. It achieves state-of-the-art performance among models with similar sizes, excelling across a diverse array of tasks such as world knowledge, mathematical reasoning, translation, and instruction following. In the meantime, it was specifically enhanced to be more trustworthy, exhibiting reduced hallucination and providing safe responses, particularly in queries closed related to Southeast Asian culture.
 
181
  ```
182
  @article{damonlp2024seallm3,
183
  author = {Wenxuan Zhang*, Hou Pong Chan*, Yiran Zhao*, Mahani Aljunied*,
184
+ Jianyu Wang*, Chaoqun Liu, Yue Deng, Zhiqiang Hu, Weiwen Xu,
185
  Yew Ken Chia, Xin Li, Lidong Bing},
186
+ title = {SeaLLMs 3: Open Foundation and Chat Multilingual Large Language Models for Southeast Asian Languages},
187
  year = {2024},
188
+ url = {https://arxiv.org/abs/2407.19672}
189
  }
190
  ```
191
  Corresponding Author: [email protected]