nxphi47 commited on
Commit
988983d
โ€ข
1 Parent(s): 46573d8

Update multipurpose_chatbot/configs.py

Browse files
Files changed (1) hide show
  1. multipurpose_chatbot/configs.py +23 -2
multipurpose_chatbot/configs.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  # ! UI Markdown information
5
 
6
  MODEL_TITLE = """
7
- <img src="file/seammm_2.png" style="
8
  max-width: 10em;
9
  max-height: 5%;
10
  height: 3em;
@@ -14,7 +14,7 @@ MODEL_TITLE = """
14
  loat: left;
15
  padding-bottom: 2%;
16
  ">
17
- SeaLMMM - Large Multilingual Multimodal Models for Southeast Asia
18
  </div>
19
  """
20
 
@@ -38,6 +38,27 @@ By using our service, you are required to agree to our <a href="https://huggingf
38
 
39
  """.strip()
40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  """
42
  By using our service, you are required to agree to our <a href="https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b/blob/main/LICENSE" target="_blank" style="color: red">Terms Of Use</a>, which includes
43
  not to use our service to generate any harmful, inappropriate or illegal content.
 
4
  # ! UI Markdown information
5
 
6
  MODEL_TITLE = """
7
+ <img src="file/seal_logo.png" style="
8
  max-width: 10em;
9
  max-height: 5%;
10
  height: 3em;
 
14
  loat: left;
15
  padding-bottom: 2%;
16
  ">
17
+ SeaLLMs - Large Language Models for Southeast Asia
18
  </div>
19
  """
20
 
 
38
 
39
  """.strip()
40
 
41
+ MODEL_DESC = f"""
42
+ <div style='display:flex; gap: 0.25rem; '>
43
+ <a href='https://github.com/damo-nlp-sg/seallms'><img src='https://img.shields.io/badge/Github-Code-success'></a>
44
+ <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>
45
+ <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>
46
+ <a href='https://arxiv.org/pdf/2312.00738.pdf'><img src='https://img.shields.io/badge/Paper-PDF-red'></a>
47
+ </div>
48
+ <span style="font-size: larger">
49
+ <a href="https://huggingface.co/SeaLLMs/SeaLLM-7B-v2" target="_blank">{MODEL_NAME}-v2</a> - a helpful assistant for Southeast Asian Languages ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡ป๐Ÿ‡ณ ๐Ÿ‡ฎ๐Ÿ‡ฉ ๐Ÿ‡น๐Ÿ‡ญ ๐Ÿ‡ฒ๐Ÿ‡พ ๐Ÿ‡ฐ๐Ÿ‡ญ ๐Ÿ‡ฑ๐Ÿ‡ฆ ๐Ÿ‡ต๐Ÿ‡ญ ๐Ÿ‡ฒ๐Ÿ‡ฒ.
50
+ Explore <a href="https://huggingface.co/SeaLLMs/SeaLLM-7B-v2" target="_blank">our article</a> for more.
51
+ </span>
52
+ <br>
53
+ <span>
54
+ <span style="color: red">NOTE: The chatbot may produce false and harmful content and does not have up-to-date knowledge.</span>
55
+ By using our service, you are required to agree to our <a href="https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b/blob/main/LICENSE" target="_blank" style="color: red">Terms Of Use</a>, which includes
56
+ not to use our service to generate any harmful, inappropriate or illegal content.
57
+ The service collects user dialogue data for testing and improvement under
58
+ <a href="https://creativecommons.org/licenses/by/4.0/">(CC-BY)</a> or similar license. So do not enter any personal information!
59
+ </span>
60
+ """.strip()
61
+
62
  """
63
  By using our service, you are required to agree to our <a href="https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b/blob/main/LICENSE" target="_blank" style="color: red">Terms Of Use</a>, which includes
64
  not to use our service to generate any harmful, inappropriate or illegal content.