Spaces:
Runtime error
Runtime error
YanshekWoo
commited on
Commit
•
459ca51
1
Parent(s):
0e59ad2
update generate parameters
Browse files
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
|
|
|
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 |
"""
|