Datasets:
Tasks:
Text Classification
Sub-tasks:
natural-language-inference
Languages:
Indonesian
Size:
10K<n<100K
License:
Commit
•
a68ff62
1
Parent(s):
0f57429
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (0bb2191da21123e238bef2467cb58a02529f33c5)
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pretty_name: IndoNLI
|
3 |
annotations_creators:
|
4 |
- expert-generated
|
5 |
- crowdsourced
|
@@ -20,6 +19,7 @@ task_categories:
|
|
20 |
task_ids:
|
21 |
- natural-language-inference
|
22 |
paperswithcode_id: indonli
|
|
|
23 |
dataset_info:
|
24 |
features:
|
25 |
- name: premise
|
@@ -30,9 +30,9 @@ dataset_info:
|
|
30 |
dtype:
|
31 |
class_label:
|
32 |
names:
|
33 |
-
0: entailment
|
34 |
-
1: neutral
|
35 |
-
2: contradiction
|
36 |
config_name: indonli
|
37 |
splits:
|
38 |
- name: train
|
|
|
1 |
---
|
|
|
2 |
annotations_creators:
|
3 |
- expert-generated
|
4 |
- crowdsourced
|
|
|
19 |
task_ids:
|
20 |
- natural-language-inference
|
21 |
paperswithcode_id: indonli
|
22 |
+
pretty_name: IndoNLI
|
23 |
dataset_info:
|
24 |
features:
|
25 |
- name: premise
|
|
|
30 |
dtype:
|
31 |
class_label:
|
32 |
names:
|
33 |
+
'0': entailment
|
34 |
+
'1': neutral
|
35 |
+
'2': contradiction
|
36 |
config_name: indonli
|
37 |
splits:
|
38 |
- name: train
|