Datasets:
Remove config names as yaml keys (#4367)
Browse files* validate YAML part
* fix bad YAML keys
* don't have config names as yaml keys
* style
* Remove hacking license tags when mirroring datasets on the Hub
* fix test
* fix style
* more fixes
* remove dots in QA column mapping keys
Commit from https://github.com/huggingface/datasets/commit/3f3013441e4af9bf4efa752b5e6e184a588b7a80
README.md
CHANGED
@@ -6,7 +6,7 @@ language_creators:
|
|
6 |
languages:
|
7 |
- en
|
8 |
licenses:
|
9 |
-
- cc-by-sa-4
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
@@ -15,17 +15,16 @@ source_datasets:
|
|
15 |
- original
|
16 |
- extended|other-turkcorpus
|
17 |
task_categories:
|
18 |
-
|
19 |
-
|
20 |
-
simplification:
|
21 |
-
- text2text-generation
|
22 |
task_ids:
|
23 |
-
|
24 |
-
|
25 |
-
simplification:
|
26 |
-
- text-simplification
|
27 |
paperswithcode_id: asset
|
28 |
pretty_name: ASSET
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
# Dataset Card for ASSET
|
|
|
6 |
languages:
|
7 |
- en
|
8 |
licenses:
|
9 |
+
- cc-by-sa-4.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
|
|
15 |
- original
|
16 |
- extended|other-turkcorpus
|
17 |
task_categories:
|
18 |
+
- text-classification
|
19 |
+
- text2text-generation
|
|
|
|
|
20 |
task_ids:
|
21 |
+
- text-classification-other-simplification-evaluation
|
22 |
+
- text-simplification
|
|
|
|
|
23 |
paperswithcode_id: asset
|
24 |
pretty_name: ASSET
|
25 |
+
configs:
|
26 |
+
- ratings
|
27 |
+
- simplification
|
28 |
---
|
29 |
|
30 |
# Dataset Card for ASSET
|