Commit
•
70f765d
1
Parent(s):
d20a70b
Fix task tags
Browse files
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
YAML tags:
|
3 |
annotations_creators:
|
4 |
- found
|
5 |
language_creators:
|
@@ -11,14 +10,15 @@ license:
|
|
11 |
- bsd-2-clause
|
12 |
multilinguality:
|
13 |
- monolingual
|
14 |
-
pretty_name: HuCoPA
|
15 |
size_categories:
|
16 |
- unknown
|
17 |
source_datasets:
|
18 |
- extended|other
|
19 |
task_categories:
|
20 |
- other
|
21 |
-
task_ids:
|
|
|
|
|
22 |
- commonsense-reasoning
|
23 |
---
|
24 |
|
|
|
1 |
---
|
|
|
2 |
annotations_creators:
|
3 |
- found
|
4 |
language_creators:
|
|
|
10 |
- bsd-2-clause
|
11 |
multilinguality:
|
12 |
- monolingual
|
|
|
13 |
size_categories:
|
14 |
- unknown
|
15 |
source_datasets:
|
16 |
- extended|other
|
17 |
task_categories:
|
18 |
- other
|
19 |
+
task_ids: []
|
20 |
+
pretty_name: HuCoPA
|
21 |
+
tags:
|
22 |
- commonsense-reasoning
|
23 |
---
|
24 |
|