dongxq commited on
Commit
8743bf1
·
1 Parent(s): d115c97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -31,6 +31,11 @@ Good at solving text summarization tasks, after fine-tuning on multiple Chinese
31
 
32
  Based on [Randeng-Pegasus-523M-Chinese](https://huggingface.co/IDEA-CCNL/Randeng-Pegasus-523M-Chinese), we fine-tuned a text summarization version (summary-v1) on a filted dataset(1.8M), which we use entitys to filter these 7 Chinese text summarization datasets, with totaling around 4M samples. We can improve the faithfulness of summaries without damage to the downstream task, eg Rouge-L on lcsts. The datasets include: education, new2016zh, nlpcc, shence, sohu, thucnews and weibo.
33
 
 
 
 
 
 
34
 
35
  ## 使用 Usage
36
 
 
31
 
32
  Based on [Randeng-Pegasus-523M-Chinese](https://huggingface.co/IDEA-CCNL/Randeng-Pegasus-523M-Chinese), we fine-tuned a text summarization version (summary-v1) on a filted dataset(1.8M), which we use entitys to filter these 7 Chinese text summarization datasets, with totaling around 4M samples. We can improve the faithfulness of summaries without damage to the downstream task, eg Rouge-L on lcsts. The datasets include: education, new2016zh, nlpcc, shence, sohu, thucnews and weibo.
33
 
34
+ ### 下游效果 Performance
35
+
36
+ | datasets | rouge-1 | rouge-2 | rouge-L |
37
+ | ---- | ---- | ---- | ---- |
38
+ | LCSTS | 46.94 | 33.92 | 43.51 |
39
 
40
  ## 使用 Usage
41