Fix task_categories
#2
by
albertvillanova
HF staff
- opened
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]".**
|