Commit
·
84b6def
1
Parent(s):
b85cac3
Fix task tags (#3)
Browse files- Fix task tags (cc58dd23976039861e580e037fd4cf3b33870c6d)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
|
@@ -13,7 +13,7 @@ size_categories:
|
|
| 13 |
- n>1M
|
| 14 |
source_datasets: []
|
| 15 |
task_categories:
|
| 16 |
-
-
|
| 17 |
task_ids:
|
| 18 |
- language-modeling
|
| 19 |
---
|
|
|
|
| 13 |
- n>1M
|
| 14 |
source_datasets: []
|
| 15 |
task_categories:
|
| 16 |
+
- text-generation
|
| 17 |
task_ids:
|
| 18 |
- language-modeling
|
| 19 |
---
|