isakzhang commited on
Commit
0e24282
โ€ข
1 Parent(s): 6e1fb38

Update multipurpose_chatbot/configs.py

Browse files
Files changed (1) hide show
  1. multipurpose_chatbot/configs.py +2 -3
multipurpose_chatbot/configs.py CHANGED
@@ -72,12 +72,11 @@ SeaLLMs - Large Language Models for Southeast Asia
72
  # </div>
73
  MODEL_DESC = f"""
74
  <span style="font-size: large">
75
- <a href="https://huggingface.co/SeaLLMs/SeaLLM-7B-v2.5" target="_blank">SeaLLM-7B-v2.5</a> - a helpful assistant for Southeast Asian Languages ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡ป๐Ÿ‡ณ ๐Ÿ‡ฎ๐Ÿ‡ฉ ๐Ÿ‡น๐Ÿ‡ญ ๐Ÿ‡ฒ๐Ÿ‡พ ๐Ÿ‡ฐ๐Ÿ‡ญ ๐Ÿ‡ฑ๐Ÿ‡ฆ ๐Ÿ‡ต๐Ÿ‡ญ ๐Ÿ‡ฒ๐Ÿ‡ฒ.
76
  </span>
77
  <br>
78
  <span style="font-size: small">
79
- This UI is powered by <a href="https://github.com/DAMO-NLP-SG/Multipurpose-Chatbot" target="_blank">Multipurpose-Chatbot</a> project.
80
- <span style="color: red">The chatbot may produce false and harmful content!
81
  By using our service, you agree to our <a href="https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b/blob/main/LICENSE" target="_blank">Terms Of Use</a>
82
  </span>
83
  </span>
 
72
  # </div>
73
  MODEL_DESC = f"""
74
  <span style="font-size: large">
75
+ This demo page hosts SeaLLM-Chat, our latest chatbot version of SeaLLMs, serving as a helpful assistant for Southeast Asian languages. ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡ป๐Ÿ‡ณ ๐Ÿ‡ฎ๐Ÿ‡ฉ ๐Ÿ‡น๐Ÿ‡ญ ๐Ÿ‡ฒ๐Ÿ‡พ ๐Ÿ‡ฐ๐Ÿ‡ญ ๐Ÿ‡ฑ๐Ÿ‡ฆ ๐Ÿ‡ต๐Ÿ‡ญ ๐Ÿ‡ฒ๐Ÿ‡ฒ.
76
  </span>
77
  <br>
78
  <span style="font-size: small">
79
+ <span style="color: red">Despite our best efforts in red teaming and safety fine-tuning and enforcement, the chatbot may still produce false and harmful content!
 
80
  By using our service, you agree to our <a href="https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b/blob/main/LICENSE" target="_blank">Terms Of Use</a>
81
  </span>
82
  </span>