Datasets:
Commit
·
d027994
1
Parent(s):
6556303
Fix task tags
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- no-annotation
|
4 |
-
language:
|
5 |
-
- py
|
6 |
language_creators:
|
7 |
- found
|
|
|
|
|
8 |
license:
|
9 |
- unknown
|
10 |
multilinguality:
|
@@ -14,10 +14,11 @@ size_categories:
|
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
17 |
-
-
|
18 |
-
- conditional-text-generation
|
19 |
task_ids:
|
20 |
- language-modeling
|
|
|
|
|
21 |
- code-generation
|
22 |
---
|
23 |
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- no-annotation
|
|
|
|
|
4 |
language_creators:
|
5 |
- found
|
6 |
+
language:
|
7 |
+
- py
|
8 |
license:
|
9 |
- unknown
|
10 |
multilinguality:
|
|
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
17 |
+
- text2text-generation
|
|
|
18 |
task_ids:
|
19 |
- language-modeling
|
20 |
+
tags:
|
21 |
+
- conditional-text-generation
|
22 |
- code-generation
|
23 |
---
|
24 |
|