Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -163,9 +163,15 @@ MODEL_DESC = """
|
|
163 |
This is SeaLLM-13B - a chatbot assistant optimized for Southeast Asian Languages. It can produce helpful responses in English ๐ฌ๐ง, Vietnamese ๐ป๐ณ, Indonesian ๐ฎ๐ฉ and Thai ๐น๐ญ.
|
164 |
</span>
|
165 |
<br>
|
166 |
-
<span style="color: red">
|
167 |
-
|
168 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
""".strip()
|
170 |
|
171 |
|
@@ -174,8 +180,8 @@ cite_markdown = """
|
|
174 |
If you find our project useful, hope you can star our repo and cite our paper as follows:
|
175 |
```
|
176 |
@article{damonlpsg2023seallm,
|
177 |
-
author = {
|
178 |
-
title = {
|
179 |
year = 2023,
|
180 |
}
|
181 |
```
|
|
|
163 |
This is SeaLLM-13B - a chatbot assistant optimized for Southeast Asian Languages. It can produce helpful responses in English ๐ฌ๐ง, Vietnamese ๐ป๐ณ, Indonesian ๐ฎ๐ฉ and Thai ๐น๐ญ.
|
164 |
</span>
|
165 |
<br>
|
166 |
+
<span style="color: red">
|
167 |
+
NOTICE: The chatbot may produce inaccurate and harmful information about people, places, or facts. \
|
168 |
+
By using our service, you are required to agree to the following terms:<br>
|
169 |
+
<ul>
|
170 |
+
<li>You must not use our service to generate any harmful, unethical or illegal content that violates locally applicable and international laws or regulations, including but not limited to hate speech, violence, pornography, deception!</li>
|
171 |
+
<li>The service collects user dialogue data for testing and performance improvement, and reserves the right to distribute it under <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution (CC-BY)</a> or similar license.</li>
|
172 |
+
</ul>
|
173 |
+
</span>
|
174 |
+
|
175 |
""".strip()
|
176 |
|
177 |
|
|
|
180 |
If you find our project useful, hope you can star our repo and cite our paper as follows:
|
181 |
```
|
182 |
@article{damonlpsg2023seallm,
|
183 |
+
author = {Xuan-Phi Nguyen*, Wenxuan Zhang*, Xin Li*, Sharifah Mahani Aljunied*, Qingyu Tan, Liying Cheng, Guanzheng Chen, Yue Deng, Sen Yang, Chaoqun Liu, Hang Zhang, Lidong Bing},
|
184 |
+
title = {SeaLLMs - Large Language Models for Southeast Asia},
|
185 |
year = 2023,
|
186 |
}
|
187 |
```
|