Fix task tags
#3
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
YAML tags:
|
3 |
annotations_creators:
|
4 |
- expert-generated
|
5 |
language_creators:
|
@@ -10,17 +9,19 @@ license:
|
|
10 |
- cc-by-sa-4.0
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
-
pretty_name: HuCOLA
|
14 |
size_categories:
|
15 |
- unknown
|
16 |
source_datasets:
|
17 |
- original
|
18 |
task_categories:
|
19 |
-
- conditional-text-generation
|
20 |
-
task_ids:
|
21 |
-
- machine-translation
|
22 |
- summarization
|
|
|
|
|
|
|
23 |
- text-simplification
|
|
|
|
|
|
|
24 |
---
|
25 |
# Dataset Card for HuCOLA
|
26 |
|
|
|
1 |
---
|
|
|
2 |
annotations_creators:
|
3 |
- expert-generated
|
4 |
language_creators:
|
|
|
9 |
- cc-by-sa-4.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
|
|
12 |
size_categories:
|
13 |
- unknown
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
|
|
|
|
|
|
17 |
- summarization
|
18 |
+
- text-generation
|
19 |
+
- translation
|
20 |
+
task_ids:
|
21 |
- text-simplification
|
22 |
+
pretty_name: HuCOLA
|
23 |
+
tags:
|
24 |
+
- conditional-text-generation
|
25 |
---
|
26 |
# Dataset Card for HuCOLA
|
27 |
|