Upload dataset
Browse files
JCommonsenseQA/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08722ea48befde2ea2cc46da13d509fcb4027a5305744d78a1b42c57e0dac726
|
3 |
+
size 783877
|
JCommonsenseQA/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a725b6bbebad5b684630017cf5def5dd92dd6755825060d759af068a8d607851
|
3 |
+
size 104251
|
README.md
CHANGED
@@ -63,6 +63,40 @@ dataset_info:
|
|
63 |
num_examples: 685
|
64 |
download_size: 669712
|
65 |
dataset_size: 1425991
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
- config_name: JNLI
|
67 |
features:
|
68 |
- name: sentence_pair_id
|
@@ -170,6 +204,12 @@ configs:
|
|
170 |
path: JCoLA/validation_out_of_domain-*
|
171 |
- split: validation_out_of_domain_annotated
|
172 |
path: JCoLA/validation_out_of_domain_annotated-*
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
- config_name: JNLI
|
174 |
data_files:
|
175 |
- split: train
|
|
|
63 |
num_examples: 685
|
64 |
download_size: 669712
|
65 |
dataset_size: 1425991
|
66 |
+
- config_name: JCommonsenseQA
|
67 |
+
features:
|
68 |
+
- name: q_id
|
69 |
+
dtype: int64
|
70 |
+
- name: question
|
71 |
+
dtype: string
|
72 |
+
- name: choice0
|
73 |
+
dtype: string
|
74 |
+
- name: choice1
|
75 |
+
dtype: string
|
76 |
+
- name: choice2
|
77 |
+
dtype: string
|
78 |
+
- name: choice3
|
79 |
+
dtype: string
|
80 |
+
- name: choice4
|
81 |
+
dtype: string
|
82 |
+
- name: label
|
83 |
+
dtype:
|
84 |
+
class_label:
|
85 |
+
names:
|
86 |
+
'0': choice0
|
87 |
+
'1': choice1
|
88 |
+
'2': choice2
|
89 |
+
'3': choice3
|
90 |
+
'4': choice4
|
91 |
+
splits:
|
92 |
+
- name: train
|
93 |
+
num_bytes: 1183829
|
94 |
+
num_examples: 8939
|
95 |
+
- name: validation
|
96 |
+
num_bytes: 148293
|
97 |
+
num_examples: 1119
|
98 |
+
download_size: 888128
|
99 |
+
dataset_size: 1332122
|
100 |
- config_name: JNLI
|
101 |
features:
|
102 |
- name: sentence_pair_id
|
|
|
204 |
path: JCoLA/validation_out_of_domain-*
|
205 |
- split: validation_out_of_domain_annotated
|
206 |
path: JCoLA/validation_out_of_domain_annotated-*
|
207 |
+
- config_name: JCommonsenseQA
|
208 |
+
data_files:
|
209 |
+
- split: train
|
210 |
+
path: JCommonsenseQA/train-*
|
211 |
+
- split: validation
|
212 |
+
path: JCommonsenseQA/validation-*
|
213 |
- config_name: JNLI
|
214 |
data_files:
|
215 |
- split: train
|