Commit
·
fbaabab
1
Parent(s):
9046da8
Fix task tags
Browse files
README.md
CHANGED
@@ -14,12 +14,12 @@ size_categories:
|
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
17 |
-
-
|
18 |
-
-
|
19 |
-
- conditional-text-generation
|
20 |
task_ids: []
|
21 |
pretty_name: Lynx
|
22 |
tags:
|
|
|
23 |
- word-segmentation
|
24 |
---
|
25 |
|
|
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
17 |
+
- token-classification
|
18 |
+
- text2text-generation
|
|
|
19 |
task_ids: []
|
20 |
pretty_name: Lynx
|
21 |
tags:
|
22 |
+
- conditional-text-generation
|
23 |
- word-segmentation
|
24 |
---
|
25 |
|