michaelj commited on
Commit
1331b82
·
1 Parent(s): 52d6760

修改中文

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -169,9 +169,9 @@ with gr.Blocks(
169
  conversation_id = gr.State(get_uuid)
170
  gr.Markdown(
171
  """
172
- ## 🚀chinese_bloom_560m
173
- 1. 仅使用了几千条数据,对`bloom-560m`做的sft
174
-
175
 
176
  """
177
  )
@@ -189,7 +189,7 @@ with gr.Blocks(
189
  stop = gr.Button("Stop")
190
  clear = gr.Button("Clear")
191
  with gr.Row():
192
- with gr.Accordion("Advanced Options:", open=False):
193
  with gr.Row():
194
  with gr.Column():
195
  with gr.Row():
 
169
  conversation_id = gr.State(get_uuid)
170
  gr.Markdown(
171
  """
172
+ ## 此模型参数只有5.6亿,所以有的回答准确
173
+ 生成的内容可能脱离实际,数学能力也不太好
174
+ 仅用于研究学习,请勿用于其他用途
175
 
176
  """
177
  )
 
189
  stop = gr.Button("Stop")
190
  clear = gr.Button("Clear")
191
  with gr.Row():
192
+ with gr.Accordion("高级选项:", open=False):
193
  with gr.Row():
194
  with gr.Column():
195
  with gr.Row():