nxphi47 commited on
Commit
2970a3d
โ€ข
1 Parent(s): 6355b7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -5
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">NOTICE: The chatbot may produce inaccurate and harmful information about people, places, or facts. \
167
- We strongly advise against misuse of the chatbot to knowingly generate harmful or unethical content, \
168
- or content that violates locally applicable and international laws or regulations, including hate speech, violence, pornography, deception, etc!</span>
 
 
 
 
 
 
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 = {SeaLLM: A language model for Southeast Asian Languages},
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
  ```