YanshekWoo commited on
Commit
459ca51
1 Parent(s): 0e59ad2

update generate parameters

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ from transformers import BertTokenizer, BartForConditionalGeneration
4
 
5
  title = "HIT-TMG/dialogue-bart-large-chinese"
6
  description = """
7
- This is a seq2seq model fine-tuned on several Chinese dialogue datasets, from bart-large-chinese. \n
 
8
  See some details of model card at https://huggingface.co/HIT-TMG/dialogue-bart-large-chinese . \n\n
9
  Besides starting the conversation from scratch, you can also input the whole dialogue history utterance by utterance seperated by '[SEP]'. \n
10
  """
 
4
 
5
  title = "HIT-TMG/dialogue-bart-large-chinese"
6
  description = """
7
+ This is a seq2seq model pre-trained on several Chinese dialogue datasets, from bart-large-chinese.
8
+ However it is just a simple demo for this pre-trained model. It's better to fine-tune it on downstream tasks for better performance \n
9
  See some details of model card at https://huggingface.co/HIT-TMG/dialogue-bart-large-chinese . \n\n
10
  Besides starting the conversation from scratch, you can also input the whole dialogue history utterance by utterance seperated by '[SEP]'. \n
11
  """