Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -84,6 +84,30 @@ dataset_info:
|
|
84 |
num_examples: 363846
|
85 |
download_size: 40798086
|
86 |
dataset_size: 64564524
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
configs:
|
88 |
- config_name: cola
|
89 |
data_files:
|
@@ -113,6 +137,14 @@ configs:
|
|
113 |
data_files:
|
114 |
- split: train
|
115 |
path: qqp/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
---
|
117 |
# Dataset Card for "kor_glue"
|
118 |
|
|
|
84 |
num_examples: 363846
|
85 |
download_size: 40798086
|
86 |
dataset_size: 64564524
|
87 |
+
- config_name: wnli
|
88 |
+
features:
|
89 |
+
- name: data_index_by_user
|
90 |
+
dtype: int32
|
91 |
+
- name: sentence1
|
92 |
+
dtype: string
|
93 |
+
- name: sentence2
|
94 |
+
dtype: string
|
95 |
+
- name: label
|
96 |
+
dtype: int32
|
97 |
+
- name: idx
|
98 |
+
dtype: int32
|
99 |
+
splits:
|
100 |
+
- name: train
|
101 |
+
num_bytes: 132171
|
102 |
+
num_examples: 635
|
103 |
+
- name: validation
|
104 |
+
num_bytes: 15331
|
105 |
+
num_examples: 71
|
106 |
+
- name: test
|
107 |
+
num_bytes: 47430
|
108 |
+
num_examples: 146
|
109 |
+
download_size: 80151
|
110 |
+
dataset_size: 194932
|
111 |
configs:
|
112 |
- config_name: cola
|
113 |
data_files:
|
|
|
137 |
data_files:
|
138 |
- split: train
|
139 |
path: qqp/train-*
|
140 |
+
- config_name: wnli
|
141 |
+
data_files:
|
142 |
+
- split: train
|
143 |
+
path: wnli/train-*
|
144 |
+
- split: validation
|
145 |
+
path: wnli/validation-*
|
146 |
+
- split: test
|
147 |
+
path: wnli/test-*
|
148 |
---
|
149 |
# Dataset Card for "kor_glue"
|
150 |
|