nxphi47 commited on
Commit
00d8757
โ€ข
1 Parent(s): 0eaf738

Update multipurpose_chatbot/configs.py

Browse files
Files changed (1) hide show
  1. multipurpose_chatbot/configs.py +40 -0
multipurpose_chatbot/configs.py CHANGED
@@ -71,6 +71,46 @@ The service collects user dialogue data for testing and improvement under
71
 
72
  """
73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
 
75
  # MODEL_INFO = """
76
  # <h4 style="display: hidden;">Model Name: {model_path}</h4>
 
71
 
72
  """
73
 
74
+ MODEL_TITLE = """
75
+ <img src="file/seal_logo.png" style="
76
+ max-width: 10em;
77
+ max-height: 5%;
78
+ height: 3em;
79
+ width: 3em;
80
+ ">
81
+ <div class="text" style="
82
+ float: left;
83
+ padding-left: 2%;
84
+ font-size: larger;
85
+ margin-bottom: -1em;
86
+ margin-top: -1em;
87
+ ">
88
+ SeaLLMs - Large Language Models for Southeast Asia
89
+ <div style='display:flex; gap: 0.25rem; '>
90
+ <a href='https://damo-nlp-sg.github.io/SeaLLMs/'><img class="tag" src='https://img.shields.io/badge/Blog-red'></a>
91
+ <a href='https://github.com/damo-nlp-sg/seallms'><img class="tag" src='https://img.shields.io/badge/Code-success'></a>
92
+ <a href='https://huggingface.co/spaces/SeaLLMs/SeaLLM-7B-v2'><img class="tag" src='https://img.shields.io/badge/%F0%9F%A4%97-Spaces-blue'></a>
93
+ <a href='https://huggingface.co/SeaLLMs/SeaLLM-7B-v2'><img class="tag" src='https://img.shields.io/badge/%F0%9F%A4%97-Model-blue'></a>
94
+ <a href='https://arxiv.org/pdf/2312.00738.pdf'><img class="tag" src='https://img.shields.io/badge/Paper-red'></a>
95
+ </div>
96
+ </div>
97
+ """
98
+
99
+
100
+ MODEL_DESC = f"""
101
+ <span style="font-size: large">
102
+ <a href="https://huggingface.co/SeaLLMs/SeaLLM-7B-v2" target="_blank">SeaLLM-7B-v2</a> - an assistant for Southeast Asian Languages ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡ป๐Ÿ‡ณ ๐Ÿ‡ฎ๐Ÿ‡ฉ ๐Ÿ‡น๐Ÿ‡ญ ๐Ÿ‡ฒ๐Ÿ‡พ ๐Ÿ‡ฐ๐Ÿ‡ญ ๐Ÿ‡ฑ๐Ÿ‡ฆ ๐Ÿ‡ต๐Ÿ‡ญ ๐Ÿ‡ฒ๐Ÿ‡ฒ.
103
+ Check out new <a href="https://huggingface.co/SeaLLMs/SeaLLM-7B-v2.5" target="_blank">SeaLLM-7B-v2.5</a> with much greater performance and capability.
104
+ </span>
105
+ <br>
106
+ <span style="font-size: small">
107
+ This UI is powered by <a href="https://github.com/DAMO-NLP-SG/Multipurpose-Chatbot" target="_blank">Multipurpose-Chatbot</a> project.
108
+ <span style="color: red">The chatbot may produce false and harmful content!
109
+ 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>
110
+ </span>
111
+ </span>
112
+ """.strip()
113
+
114
 
115
  # MODEL_INFO = """
116
  # <h4 style="display: hidden;">Model Name: {model_path}</h4>