Datasets:
Commit
·
c53dad4
1
Parent(s):
2c97f87
Fix task tags (#2)
Browse files- Fix task tags (4c76f464aa9bb89603036e4ae4af7182628d2408)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
|
@@ -10,15 +10,15 @@ size_categories:
|
|
| 10 |
source_datasets:
|
| 11 |
- original
|
| 12 |
task_categories:
|
| 13 |
-
- text-generation
|
| 14 |
-
- structure-prediction
|
| 15 |
-
- object-detection
|
| 16 |
-
- text-mining
|
| 17 |
-
- information-retrieval
|
| 18 |
- other
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
task_ids: []
|
| 20 |
pretty_name: Mario Maker 2 levels
|
| 21 |
-
tags:
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Mario Maker 2 levels
|
|
|
|
| 10 |
source_datasets:
|
| 11 |
- original
|
| 12 |
task_categories:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
- other
|
| 14 |
+
- object-detection
|
| 15 |
+
- text-retrieval
|
| 16 |
+
- token-classification
|
| 17 |
+
- text-generation
|
| 18 |
task_ids: []
|
| 19 |
pretty_name: Mario Maker 2 levels
|
| 20 |
+
tags:
|
| 21 |
+
- text-mining
|
| 22 |
---
|
| 23 |
|
| 24 |
# Mario Maker 2 levels
|