Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -245,13 +245,13 @@ Somehow cannot add image here
|
|
245 |
MODEL_DESC = f"""
|
246 |
<div style='display:flex; gap: 0.25rem; '>
|
247 |
<a href='https://github.com/damo-nlp-sg/seallms'><img src='https://img.shields.io/badge/Github-Code-success'></a>
|
248 |
-
<a href='https://huggingface.co/spaces/SeaLLMs/SeaLLM-
|
249 |
-
<a href='https://huggingface.co/SeaLLMs/SeaLLM-
|
250 |
<a href='https://arxiv.org/pdf/2312.00738.pdf'><img src='https://img.shields.io/badge/Paper-PDF-red'></a>
|
251 |
</div>
|
252 |
<span style="font-size: larger">
|
253 |
-
<a href="https://huggingface.co/SeaLLMs/SeaLLM-7B-v2" target="_blank">{MODEL_NAME}</a> - a helpful assistant for Southeast Asian Languages ๐ฌ๐ง ๐ป๐ณ ๐ฎ๐ฉ ๐น๐ญ ๐ฒ๐พ ๐ฐ๐ญ ๐ฑ๐ฆ ๐ต๐ญ ๐ฒ๐ฒ.
|
254 |
-
Explore <a href="https://huggingface.co/SeaLLMs/SeaLLM-
|
255 |
</span>
|
256 |
<br>
|
257 |
<span>
|
@@ -269,7 +269,7 @@ cite_markdown = """
|
|
269 |
If you find our project useful, hope you can star our repo and cite our paper as follows:
|
270 |
```
|
271 |
@article{damonlpsg2023seallm,
|
272 |
-
author = {Xuan-Phi Nguyen*, Wenxuan Zhang*, Xin Li*, Mahani Aljunied*, Qingyu Tan, Liying Cheng, Guanzheng Chen, Yue Deng, Sen Yang, Chaoqun Liu, Hang Zhang, Lidong Bing},
|
273 |
title = {SeaLLMs - Large Language Models for Southeast Asia},
|
274 |
year = 2023,
|
275 |
}
|
|
|
245 |
MODEL_DESC = f"""
|
246 |
<div style='display:flex; gap: 0.25rem; '>
|
247 |
<a href='https://github.com/damo-nlp-sg/seallms'><img src='https://img.shields.io/badge/Github-Code-success'></a>
|
248 |
+
<a href='https://huggingface.co/spaces/SeaLLMs/SeaLLM-7B'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue'></a>
|
249 |
+
<a href='https://huggingface.co/SeaLLMs/SeaLLM-7B-v2'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue'></a>
|
250 |
<a href='https://arxiv.org/pdf/2312.00738.pdf'><img src='https://img.shields.io/badge/Paper-PDF-red'></a>
|
251 |
</div>
|
252 |
<span style="font-size: larger">
|
253 |
+
<a href="https://huggingface.co/SeaLLMs/SeaLLM-7B-v2" target="_blank">{MODEL_NAME}-v2</a> - a helpful assistant for Southeast Asian Languages ๐ฌ๐ง ๐ป๐ณ ๐ฎ๐ฉ ๐น๐ญ ๐ฒ๐พ ๐ฐ๐ญ ๐ฑ๐ฆ ๐ต๐ญ ๐ฒ๐ฒ.
|
254 |
+
Explore <a href="https://huggingface.co/SeaLLMs/SeaLLM-7B-v2" target="_blank">our article</a> for more.
|
255 |
</span>
|
256 |
<br>
|
257 |
<span>
|
|
|
269 |
If you find our project useful, hope you can star our repo and cite our paper as follows:
|
270 |
```
|
271 |
@article{damonlpsg2023seallm,
|
272 |
+
author = {Xuan-Phi Nguyen*, Wenxuan Zhang*, Xin Li*, Mahani Aljunied*, Zhiqiang Hu, Chenhui Shen^, Yew Ken Chia^, Xingxuan Li, Jianyu Wang, Qingyu Tan, Liying Cheng, Guanzheng Chen, Yue Deng, Sen Yang, Chaoqun Liu, Hang Zhang, Lidong Bing},
|
273 |
title = {SeaLLMs - Large Language Models for Southeast Asia},
|
274 |
year = 2023,
|
275 |
}
|