Commit
·
d6b009c
1
Parent(s):
74e1bcb
Fix task tags (#3)
Browse files- Fix task tags (be3c91f2708428d193f4539b87c48e6c22f5e2b6)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
|
@@ -6,9 +6,9 @@ multilinguality:
|
|
| 6 |
size_categories:
|
| 7 |
- 100K<n<1M
|
| 8 |
task_categories:
|
| 9 |
-
- text-generation
|
| 10 |
-
task_ids:
|
| 11 |
- summarization
|
|
|
|
|
|
|
| 12 |
tags:
|
| 13 |
- conditional-text-generation
|
| 14 |
---
|
|
|
|
| 6 |
size_categories:
|
| 7 |
- 100K<n<1M
|
| 8 |
task_categories:
|
|
|
|
|
|
|
| 9 |
- summarization
|
| 10 |
+
- text-generation
|
| 11 |
+
task_ids: []
|
| 12 |
tags:
|
| 13 |
- conditional-text-generation
|
| 14 |
---
|