Commit
•
0c7852d
1
Parent(s):
b0653fb
Fix task_categories (#2)
Browse files- Fix task_categories (2115f95c189dc0350fa159d00c46926428d7e4bd)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
@@ -14,11 +14,13 @@ size_categories:
|
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
17 |
-
-
|
18 |
task_ids:
|
19 |
- summarization
|
20 |
paperswithcode_id: cnn-daily-mail-1
|
21 |
pretty_name: CNN / Daily Mail
|
|
|
|
|
22 |
---
|
23 |
|
24 |
**Copy of the [cnn_dailymail](https://huggingface.co/datasets/cnn_dailymail) dataset fixing the "NotADirectoryError: [Errno 20]".**
|
|
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
17 |
+
- text-generation
|
18 |
task_ids:
|
19 |
- summarization
|
20 |
paperswithcode_id: cnn-daily-mail-1
|
21 |
pretty_name: CNN / Daily Mail
|
22 |
+
tags:
|
23 |
+
- conditional-text-generation
|
24 |
---
|
25 |
|
26 |
**Copy of the [cnn_dailymail](https://huggingface.co/datasets/cnn_dailymail) dataset fixing the "NotADirectoryError: [Errno 20]".**
|