fix task_ids
Browse files
README.md
CHANGED
@@ -15,8 +15,7 @@ source_datasets:
|
|
15 |
- extended|gigaword_2003
|
16 |
task_categories:
|
17 |
- summarization
|
18 |
-
task_ids:
|
19 |
-
- summarization--other-headline-generation
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: Gigaword
|
22 |
train-eval-index:
|
@@ -30,8 +29,10 @@ train-eval-index:
|
|
30 |
document: text
|
31 |
summary: target
|
32 |
metrics:
|
33 |
-
|
34 |
-
|
|
|
|
|
35 |
---
|
36 |
|
37 |
# Dataset Card for Gigaword
|
@@ -198,4 +199,4 @@ Additional information from the paper:
|
|
198 |
|
199 |
### Contributions
|
200 |
|
201 |
-
Thanks to [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|
|
|
15 |
- extended|gigaword_2003
|
16 |
task_categories:
|
17 |
- summarization
|
18 |
+
task_ids: []
|
|
|
19 |
paperswithcode_id: null
|
20 |
pretty_name: Gigaword
|
21 |
train-eval-index:
|
|
|
29 |
document: text
|
30 |
summary: target
|
31 |
metrics:
|
32 |
+
- type: rouge
|
33 |
+
name: Rouge
|
34 |
+
tags:
|
35 |
+
- headline-generation
|
36 |
---
|
37 |
|
38 |
# Dataset Card for Gigaword
|
|
|
199 |
|
200 |
### Contributions
|
201 |
|
202 |
+
Thanks to [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|