Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
concepts-to-text
License:
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
@@ -5,7 +5,7 @@ paperswithcode_id: commongen
|
|
5 |
pretty_name: CommonGen
|
6 |
task_ids:
|
7 |
- text2text-generation-other-concepts-to-text
|
8 |
-
|
9 |
- text2text-generation
|
10 |
---
|
11 |
|
|
|
5 |
pretty_name: CommonGen
|
6 |
task_ids:
|
7 |
- text2text-generation-other-concepts-to-text
|
8 |
+
task_categories:
|
9 |
- text2text-generation
|
10 |
---
|
11 |
|