add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -23,6 +23,67 @@ task_ids:
|
|
23 |
- multi-input-text-classification
|
24 |
paperswithcode_id: kornli
|
25 |
pretty_name: KorNLI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
# Dataset Card for "kor_nli"
|
@@ -218,4 +279,4 @@ The dataset is licensed under Creative Commons [Attribution-ShareAlike license (
|
|
218 |
|
219 |
### Contributions
|
220 |
|
221 |
-
Thanks to [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|
|
|
23 |
- multi-input-text-classification
|
24 |
paperswithcode_id: kornli
|
25 |
pretty_name: KorNLI
|
26 |
+
dataset_info:
|
27 |
+
- config_name: multi_nli
|
28 |
+
features:
|
29 |
+
- name: premise
|
30 |
+
dtype: string
|
31 |
+
- name: hypothesis
|
32 |
+
dtype: string
|
33 |
+
- name: label
|
34 |
+
dtype:
|
35 |
+
class_label:
|
36 |
+
names:
|
37 |
+
0: entailment
|
38 |
+
1: neutral
|
39 |
+
2: contradiction
|
40 |
+
splits:
|
41 |
+
- name: train
|
42 |
+
num_bytes: 84729207
|
43 |
+
num_examples: 392702
|
44 |
+
download_size: 42113232
|
45 |
+
dataset_size: 84729207
|
46 |
+
- config_name: snli
|
47 |
+
features:
|
48 |
+
- name: premise
|
49 |
+
dtype: string
|
50 |
+
- name: hypothesis
|
51 |
+
dtype: string
|
52 |
+
- name: label
|
53 |
+
dtype:
|
54 |
+
class_label:
|
55 |
+
names:
|
56 |
+
0: entailment
|
57 |
+
1: neutral
|
58 |
+
2: contradiction
|
59 |
+
splits:
|
60 |
+
- name: train
|
61 |
+
num_bytes: 80137097
|
62 |
+
num_examples: 550152
|
63 |
+
download_size: 42113232
|
64 |
+
dataset_size: 80137097
|
65 |
+
- config_name: xnli
|
66 |
+
features:
|
67 |
+
- name: premise
|
68 |
+
dtype: string
|
69 |
+
- name: hypothesis
|
70 |
+
dtype: string
|
71 |
+
- name: label
|
72 |
+
dtype:
|
73 |
+
class_label:
|
74 |
+
names:
|
75 |
+
0: entailment
|
76 |
+
1: neutral
|
77 |
+
2: contradiction
|
78 |
+
splits:
|
79 |
+
- name: test
|
80 |
+
num_bytes: 1047437
|
81 |
+
num_examples: 5010
|
82 |
+
- name: validation
|
83 |
+
num_bytes: 518830
|
84 |
+
num_examples: 2490
|
85 |
+
download_size: 42113232
|
86 |
+
dataset_size: 1566267
|
87 |
---
|
88 |
|
89 |
# Dataset Card for "kor_nli"
|
|
|
279 |
|
280 |
### Contributions
|
281 |
|
282 |
+
Thanks to [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|