Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
parquet
Sub-tasks:
news-articles-summarization
Languages:
English
Size:
100K - 1M
License:
Commit
•
2dd16e9
1
Parent(s):
2335a4c
add autoevaluate config (#1)
Browse files- add autoevaluate config (f09073c69f27459c907a3fed5f8860fdc68f814a)
Co-authored-by: Peter Szemraj <[email protected]>
README.md
CHANGED
@@ -19,6 +19,15 @@ task_ids:
|
|
19 |
- news-articles-summarization
|
20 |
paperswithcode_id: cnn-daily-mail-1
|
21 |
pretty_name: CNN / Daily Mail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
# Dataset Card for CNN Dailymail Dataset
|
24 |
|
|
|
19 |
- news-articles-summarization
|
20 |
paperswithcode_id: cnn-daily-mail-1
|
21 |
pretty_name: CNN / Daily Mail
|
22 |
+
train-eval-index:
|
23 |
+
- config: 3.0.0
|
24 |
+
task: summarization
|
25 |
+
task_id: summarization
|
26 |
+
splits:
|
27 |
+
eval_split: test
|
28 |
+
col_mapping:
|
29 |
+
article: text
|
30 |
+
highlights: target
|
31 |
---
|
32 |
# Dataset Card for CNN Dailymail Dataset
|
33 |
|