Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -168,8 +168,13 @@ Explore <a href="https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b" target="_blank"
|
|
168 |
NOTE: The chatbot may produce inaccurate and harmful information about people, places, or facts.
|
169 |
<u style="color: red">By using our service, you are required to agree to the following terms:</u><br>
|
170 |
<ul>
|
171 |
-
<li style="color: red">
|
172 |
-
|
|
|
|
|
|
|
|
|
|
|
173 |
</ul>
|
174 |
</span>
|
175 |
|
@@ -181,7 +186,7 @@ cite_markdown = """
|
|
181 |
If you find our project useful, hope you can star our repo and cite our paper as follows:
|
182 |
```
|
183 |
@article{damonlpsg2023seallm,
|
184 |
-
author = {Xuan-Phi Nguyen*, Wenxuan Zhang*, Xin Li*,
|
185 |
title = {SeaLLMs - Large Language Models for Southeast Asia},
|
186 |
year = 2023,
|
187 |
}
|
|
|
168 |
NOTE: The chatbot may produce inaccurate and harmful information about people, places, or facts.
|
169 |
<u style="color: red">By using our service, you are required to agree to the following terms:</u><br>
|
170 |
<ul>
|
171 |
+
<li style="color: red">
|
172 |
+
You must not use our service to generate any harmful, unethical or illegal content that violates locally applicable and international laws or regulations,
|
173 |
+
including but not limited to hate speech, violence, pornography and deception.</li>
|
174 |
+
<li style="color: red">
|
175 |
+
The service collects user dialogue data for testing and performance improvement, and reserves the right to distribute it under
|
176 |
+
<a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution (CC-BY)</a> or similar license. So do not enter any personal information!
|
177 |
+
</li>
|
178 |
</ul>
|
179 |
</span>
|
180 |
|
|
|
186 |
If you find our project useful, hope you can star our repo and cite our paper as follows:
|
187 |
```
|
188 |
@article{damonlpsg2023seallm,
|
189 |
+
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},
|
190 |
title = {SeaLLMs - Large Language Models for Southeast Asia},
|
191 |
year = 2023,
|
192 |
}
|