Datasets:
Modalities:
Text
Formats:
parquet
Languages:
multilingual
Size:
100M - 1B
Tags:
text-mining
License:
Commit
·
a953a5e
1
Parent(s):
5c56a75
Fix task tags (#2)
Browse files- Fix task tags (b54b8680056e26ecd5a738bb1745d1fb829be9dd)
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 user likes
|
| 21 |
-
tags:
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Mario Maker 2 user likes
|
|
|
|
| 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 user likes
|
| 20 |
+
tags:
|
| 21 |
+
- text-mining
|
| 22 |
---
|
| 23 |
|
| 24 |
# Mario Maker 2 user likes
|