Spaces:
Running
on
Zero
Running
on
Zero
Update multipurpose_chatbot/configs.py
Browse files
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/
|
57 |
-
<a href='https://github.com/damo-nlp-sg/seallms'><img class="tag" src='https://img.shields.io/badge/
|
58 |
-
<a href='https://huggingface.co/spaces/SeaLLMs/SeaLLM-Chat'><img class="tag" src='https://img.shields.io/badge
|
59 |
-
<a href='https://huggingface.co/SeaLLMs/SeaLLM3-7B-Chat'><img class="tag" src='https://img.shields.io/badge
|
60 |
-
<a href='https://arxiv.org/
|
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,
|