michaelj commited on
Commit
ce03f0e
·
1 Parent(s): 85674ea

改变文字

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -171,9 +171,6 @@ with gr.Blocks(
171
  """
172
  ## 🚀chinese_bloom_560m
173
  1. 仅使用了几千条数据,对`bloom-560m`做的sft
174
- 2. 整体上来看,效果比较惊艳,但是依然有不足的地方。
175
- 3. [https://huggingface.co/yuanzhoulvpi/chinese_bloom_560m](https://huggingface.co/yuanzhoulvpi/chinese_bloom_560m)
176
- 4. 另外,我还训练了一个70亿参数量的`bloom-7b`,效果有明显的提升,可以试一试[https://huggingface.co/yuanzhoulvpi/chinese_bloom_7b_chat](https://huggingface.co/yuanzhoulvpi/chinese_bloom_7b_chat)
177
 
178
 
179
  """
@@ -183,7 +180,7 @@ with gr.Blocks(
183
  with gr.Column():
184
  msg = gr.Textbox(
185
  label="Chat Message Box",
186
- placeholder="Chat Message Box",
187
  show_label=False,
188
  ).style(container=False)
189
  with gr.Column():
 
171
  """
172
  ## 🚀chinese_bloom_560m
173
  1. 仅使用了几千条数据,对`bloom-560m`做的sft
 
 
 
174
 
175
 
176
  """
 
180
  with gr.Column():
181
  msg = gr.Textbox(
182
  label="Chat Message Box",
183
+ placeholder="输入您的问题",
184
  show_label=False,
185
  ).style(container=False)
186
  with gr.Column():