isakzhang commited on
Commit
aa62519
1 Parent(s): da1c07c

Update multipurpose_chatbot/configs.py

Browse files
Files changed (1) hide show
  1. multipurpose_chatbot/configs.py +14 -5
multipurpose_chatbot/configs.py CHANGED
@@ -53,11 +53,11 @@ MODEL_TITLE = """
53
  ">
54
  SeaLLMs - Large Language Models for Southeast Asia
55
  <div style='display:flex; gap: 0.25rem; '>
56
- <a href='https://damo-nlp-sg.github.io/SeaLLMs/'><img class="tag" src='https://img.shields.io/badge/Blog-red'></a>
57
- <a href='https://github.com/damo-nlp-sg/seallms'><img class="tag" src='https://img.shields.io/badge/Code-success'></a>
58
- <a href='https://huggingface.co/spaces/SeaLLMs/SeaLLM-Chat'><img class="tag" src='https://img.shields.io/badge/%F0%9F%A4%97-Spaces-blue'></a>
59
- <a href='https://huggingface.co/SeaLLMs/SeaLLM3-7B-Chat'><img class="tag" src='https://img.shields.io/badge/%F0%9F%A4%97-Model-blue'></a>
60
- <a href='https://arxiv.org/pdf/2312.00738.pdf'><img class="tag" src='https://img.shields.io/badge/Paper-red'></a>
61
  </div>
62
  </div>
63
  """
@@ -105,6 +105,15 @@ CITE_MARKDOWN = """
105
  ## Citation
106
  If you find our project useful, hope you can star our repo and cite our paper as follows:
107
  ```
 
 
 
 
 
 
 
 
 
108
  @article{damonlpsg2023seallm,
109
  author = {Xuan-Phi Nguyen*, Wenxuan Zhang*, Xin Li*, Mahani Aljunied*, Weiwen Xu, Hou Pong Chan,
110
  Zhiqiang Hu, Chenhui Shen^, Yew Ken Chia^, Xingxuan Li, Jianyu Wang, Qingyu Tan, Liying Cheng,
 
53
  ">
54
  SeaLLMs - Large Language Models for Southeast Asia
55
  <div style='display:flex; gap: 0.25rem; '>
56
+ <a href='https://damo-nlp-sg.github.io/SeaLLMs/'><img class="tag" src='https://img.shields.io/badge/Website-red'></a>
57
+ <a href='https://github.com/damo-nlp-sg/seallms'><img class="tag" src='https://img.shields.io/badge/Github-success'></a>
58
+ <a href='https://huggingface.co/spaces/SeaLLMs/SeaLLM-Chat'><img class="tag" src='https://img.shields.io/badge/Demo-blue'></a>
59
+ <a href='https://huggingface.co/SeaLLMs/SeaLLM3-7B-Chat'><img class="tag" src='https://img.shields.io/badge/Model-blue'></a>
60
+ <a href='https://arxiv.org/abs/2407.19672'><img class="tag" src='https://img.shields.io/badge/SeaLLMs3%20Paper-red'></a>
61
  </div>
62
  </div>
63
  """
 
105
  ## Citation
106
  If you find our project useful, hope you can star our repo and cite our paper as follows:
107
  ```
108
+ @article{damonlp2024seallm3,
109
+ author = {Wenxuan Zhang*, Hou Pong Chan*, Yiran Zhao*, Mahani Aljunied*,
110
+ Jianyu Wang*, Chaoqun Liu, Yue Deng, Zhiqiang Hu, Weiwen Xu,
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
  @article{damonlpsg2023seallm,
118
  author = {Xuan-Phi Nguyen*, Wenxuan Zhang*, Xin Li*, Mahani Aljunied*, Weiwen Xu, Hou Pong Chan,
119
  Zhiqiang Hu, Chenhui Shen^, Yew Ken Chia^, Xingxuan Li, Jianyu Wang, Qingyu Tan, Liying Cheng,