Spaces:
Runtime error
Runtime error
Commit
·
7558a81
1
Parent(s):
7e7e847
Update app.py
Browse files
app.py
CHANGED
@@ -320,8 +320,8 @@ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm")) a
|
|
320 |
_ = f""" ChatGLM2的可选参数信息:
|
321 |
* Low temperature: responses will be more deterministic and focused; High temperature: responses more creative.
|
322 |
* Suggested temperatures -- translation: up to 0.3; chatting: > 0.4
|
323 |
-
* Top P controls dynamic vocabulary selection based on context
|
324 |
-
如果您想让ChatGLM2进行角色扮演并与之对话,请先输入恰当的提示词,如“请你扮演成动漫角色蜡笔小新并和我进行对话”;您也可以为ChatGLM2
|
325 |
当您使用声音克隆功能时,请先在此程序的对应位置上传一段您喜欢的音频
|
326 |
"""
|
327 |
gr.Markdown(dedent(_))
|
|
|
320 |
_ = f""" ChatGLM2的可选参数信息:
|
321 |
* Low temperature: responses will be more deterministic and focused; High temperature: responses more creative.
|
322 |
* Suggested temperatures -- translation: up to 0.3; chatting: > 0.4
|
323 |
+
* Top P controls dynamic vocabulary selection based on context.\n
|
324 |
+
如果您想让ChatGLM2进行角色扮演并与之对话,请先输入恰当的提示词,如“请你扮演成动漫角色蜡笔小新并和我进行对话”;您也可以为ChatGLM2提供自定义的角色设定\n
|
325 |
当您使用声音克隆功能时,请先在此程序的对应位置上传一段您喜欢的音频
|
326 |
"""
|
327 |
gr.Markdown(dedent(_))
|