Datasets:
Tasks:
Text Classification
Sub-tasks:
natural-language-inference
Languages:
Indonesian
Size:
10K<n<100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,35 @@ task_categories:
|
|
20 |
task_ids:
|
21 |
- natural-language-inference
|
22 |
paperswithcode_id: indonli
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for IndoNLI
|
@@ -188,4 +217,4 @@ Please contact authors for any information on the dataset.
|
|
188 |
|
189 |
### Contributions
|
190 |
|
191 |
-
Thanks to [@afaji](https://github.com/afaji) for adding this dataset.
|
|
|
20 |
task_ids:
|
21 |
- natural-language-inference
|
22 |
paperswithcode_id: indonli
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: premise
|
26 |
+
dtype: string
|
27 |
+
- name: hypothesis
|
28 |
+
dtype: string
|
29 |
+
- name: label
|
30 |
+
dtype:
|
31 |
+
class_label:
|
32 |
+
names:
|
33 |
+
0: entailment
|
34 |
+
1: neutral
|
35 |
+
2: contradiction
|
36 |
+
config_name: indonli
|
37 |
+
splits:
|
38 |
+
- name: test_expert
|
39 |
+
num_bytes: 911916
|
40 |
+
num_examples: 2984
|
41 |
+
- name: test_lay
|
42 |
+
num_bytes: 473849
|
43 |
+
num_examples: 2201
|
44 |
+
- name: train
|
45 |
+
num_bytes: 2265687
|
46 |
+
num_examples: 10330
|
47 |
+
- name: validation
|
48 |
+
num_bytes: 465299
|
49 |
+
num_examples: 2197
|
50 |
+
download_size: 6977877
|
51 |
+
dataset_size: 4116751
|
52 |
---
|
53 |
|
54 |
# Dataset Card for IndoNLI
|
|
|
217 |
|
218 |
### Contributions
|
219 |
|
220 |
+
Thanks to [@afaji](https://github.com/afaji) for adding this dataset.
|