ljsabc commited on
Commit
e07d539
1 Parent(s): f7a8077

Add a short description.

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -102,7 +102,8 @@ def evaluate_stream(msg, history, temperature, top_p):
102
  import gradio as gr
103
 
104
  title = """<h1 align="center">李萌萌(Alter Ego)</h1>
105
- <h3 align="center">这是一个通过ChatGLM模型训练的李萌萌的数字分身,你可以与她聊天,或者直接在文本框按下Enter,来观察李萌萌到底会说些什么。</h3>"""
 
106
 
107
  footer = """<p align='center'>项目在<a href='https://github.com/ljsabc/Fujisaki' target='_blank'>GitHub</a>上托管,基于清华的<a href='https://huggingface.co/THUDM/chatglm-6b' target='_blank'>THUDM/chatglm-6b</a>项目。</p>
108
  <p align='center'><em>"I'm... a boy." --Chihiro Fujisaki</em></p>"""
 
102
  import gradio as gr
103
 
104
  title = """<h1 align="center">李萌萌(Alter Ego)</h1>
105
+ <h3 align='center'>这是一个通过ChatGLM模型训练的李萌萌的数字分身,你可以与她聊天,或者直接在文本框按下Enter,来观察李萌萌到底会说些什么。</h3>
106
+ <p align='center'>可能是因为数据的原因,相比于提问,陈述性的上下文更容易跑出更好的结果。</p>"""
107
 
108
  footer = """<p align='center'>项目在<a href='https://github.com/ljsabc/Fujisaki' target='_blank'>GitHub</a>上托管,基于清华的<a href='https://huggingface.co/THUDM/chatglm-6b' target='_blank'>THUDM/chatglm-6b</a>项目。</p>
109
  <p align='center'><em>"I'm... a boy." --Chihiro Fujisaki</em></p>"""