Commit
·
86a29b9
1
Parent(s):
4b65f64
Fix task tags (#1)
Browse files- Fix task tags (1a796bba8e89c9fb26506a892b27207b77fbed07)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
@@ -4,9 +4,9 @@ language:
|
|
4 |
multilinguality:
|
5 |
- monolingual
|
6 |
task_categories:
|
7 |
-
-
|
8 |
task_ids:
|
9 |
-
- simplification
|
10 |
---
|
11 |
|
12 |
This is the simplification datasets collected by TextBox, including:
|
|
|
4 |
multilinguality:
|
5 |
- monolingual
|
6 |
task_categories:
|
7 |
+
- text2text-generation
|
8 |
task_ids:
|
9 |
+
- text-simplification
|
10 |
---
|
11 |
|
12 |
This is the simplification datasets collected by TextBox, including:
|