dongxiaoqun
commited on
Commit
•
487e781
1
Parent(s):
b9f35e9
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,11 @@ Different from the English version of pegasus, considering that the Chinese sent
|
|
12 |
After pre-training, We use 8 summary datasets which we collect on the internet to do the supervised training. The 8 datasets include education_data, new2016zh_data, nlpcc, shence_data, sohu_data, thucnews_data and weibo_data, four million training samples in all.
|
13 |
|
14 |
|
|
|
|
|
|
|
|
|
|
|
15 |
Task: Summarization
|
16 |
## Usage
|
17 |
```python
|
|
|
12 |
After pre-training, We use 8 summary datasets which we collect on the internet to do the supervised training. The 8 datasets include education_data, new2016zh_data, nlpcc, shence_data, sohu_data, thucnews_data and weibo_data, four million training samples in all.
|
13 |
|
14 |
|
15 |
+
| datasets | rouge-1 | rouge-2 | rouge-L |
|
16 |
+
| ---- | ---- | ---- | ---- |
|
17 |
+
| LCSTS | 43.46 | 29.59 | 39.76 |
|
18 |
+
|
19 |
+
|
20 |
Task: Summarization
|
21 |
## Usage
|
22 |
```python
|