Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -23,6 +23,86 @@ task_ids:
|
|
23 |
- text-scoring
|
24 |
paperswithcode_id: null
|
25 |
pretty_name: KorNlu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
# Dataset Card for [Dataset Name]
|
@@ -144,4 +224,4 @@ pretty_name: KorNlu
|
|
144 |
[More Information Needed]
|
145 |
### Contributions
|
146 |
|
147 |
-
Thanks to [@sumanthd17](https://github.com/sumanthd17) for adding this dataset.
|
|
|
23 |
- text-scoring
|
24 |
paperswithcode_id: null
|
25 |
pretty_name: KorNlu
|
26 |
+
dataset_info:
|
27 |
+
- config_name: 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: test
|
42 |
+
num_bytes: 1047250
|
43 |
+
num_examples: 4954
|
44 |
+
- name: train
|
45 |
+
num_bytes: 80135707
|
46 |
+
num_examples: 550146
|
47 |
+
- name: validation
|
48 |
+
num_bytes: 318170
|
49 |
+
num_examples: 1570
|
50 |
+
download_size: 80030037
|
51 |
+
dataset_size: 81501127
|
52 |
+
- config_name: sts
|
53 |
+
features:
|
54 |
+
- name: genre
|
55 |
+
dtype:
|
56 |
+
class_label:
|
57 |
+
names:
|
58 |
+
0: main-news
|
59 |
+
1: main-captions
|
60 |
+
2: main-forum
|
61 |
+
3: main-forums
|
62 |
+
- name: filename
|
63 |
+
dtype:
|
64 |
+
class_label:
|
65 |
+
names:
|
66 |
+
0: images
|
67 |
+
1: MSRpar
|
68 |
+
2: MSRvid
|
69 |
+
3: headlines
|
70 |
+
4: deft-forum
|
71 |
+
5: deft-news
|
72 |
+
6: track5.en-en
|
73 |
+
7: answers-forums
|
74 |
+
8: answer-answer
|
75 |
+
- name: year
|
76 |
+
dtype:
|
77 |
+
class_label:
|
78 |
+
names:
|
79 |
+
0: '2017'
|
80 |
+
1: '2016'
|
81 |
+
2: '2013'
|
82 |
+
3: 2012train
|
83 |
+
4: '2014'
|
84 |
+
5: '2015'
|
85 |
+
6: 2012test
|
86 |
+
- name: id
|
87 |
+
dtype: int32
|
88 |
+
- name: score
|
89 |
+
dtype: float32
|
90 |
+
- name: sentence1
|
91 |
+
dtype: string
|
92 |
+
- name: sentence2
|
93 |
+
dtype: string
|
94 |
+
splits:
|
95 |
+
- name: test
|
96 |
+
num_bytes: 249671
|
97 |
+
num_examples: 1379
|
98 |
+
- name: train
|
99 |
+
num_bytes: 1056664
|
100 |
+
num_examples: 5703
|
101 |
+
- name: validation
|
102 |
+
num_bytes: 305009
|
103 |
+
num_examples: 1471
|
104 |
+
download_size: 1603824
|
105 |
+
dataset_size: 1611344
|
106 |
---
|
107 |
|
108 |
# Dataset Card for [Dataset Name]
|
|
|
224 |
[More Information Needed]
|
225 |
### Contributions
|
226 |
|
227 |
+
Thanks to [@sumanthd17](https://github.com/sumanthd17) for adding this dataset.
|