dongxiaoqun commited on
Commit
b33d41a
1 Parent(s): 3c0ce65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -13,9 +13,10 @@ Abstractive Summarization](https://arxiv.org/pdf/1912.08777.pdf) mentioned.
13
 
14
  Different from the English version of pegasus, considering that the Chinese sentence piece is unstable, we use jieba and Bertokenizer as the tokenizer in chinese pegasus model.
15
 
16
- This model which we provide in hugging face hub is only the pretrain model, which is has not finetuneed with download data.
 
 
17
 
18
-
19
 
20
  Task: Summarization
21
 
 
13
 
14
  Different from the English version of pegasus, considering that the Chinese sentence piece is unstable, we use jieba and Bertokenizer as the tokenizer in chinese pegasus model.
15
 
16
+ This model which we provide in hugging face hub is only the pretrain model, which is has not finetuned with download data.
17
+
18
+ We also pretained a large model, available with [Randeng_Pegasus_523M_Summary](https://huggingface.co/IDEA-CCNL/Randeng_Pegasus_523M_Summary)
19
 
 
20
 
21
  Task: Summarization
22