Upload dataset
Browse files- 8-choice/train-00000-of-00001.parquet +3 -0
- README.md +22 -0
8-choice/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa91aa5a4c858bede23ac00cb4d13e1c3c75b295febdb16dbebacdabd3f4345b
|
3 |
+
size 1122837
|
README.md
CHANGED
@@ -72,6 +72,24 @@ dataset_info:
|
|
72 |
num_examples: 38748
|
73 |
download_size: 4465924
|
74 |
dataset_size: 8566608.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
configs:
|
76 |
- config_name: 2-choice
|
77 |
data_files:
|
@@ -89,6 +107,10 @@ configs:
|
|
89 |
data_files:
|
90 |
- split: train
|
91 |
path: 5-choice/train-*
|
|
|
|
|
|
|
|
|
92 |
license: odc-by
|
93 |
task_categories:
|
94 |
- multiple-choice
|
|
|
72 |
num_examples: 38748
|
73 |
download_size: 4465924
|
74 |
dataset_size: 8566608.0
|
75 |
+
- config_name: 8-choice
|
76 |
+
features:
|
77 |
+
- name: context
|
78 |
+
dtype: string
|
79 |
+
- name: question
|
80 |
+
dtype: string
|
81 |
+
- name: choices
|
82 |
+
sequence: string
|
83 |
+
- name: label
|
84 |
+
dtype: int64
|
85 |
+
- name: source_dataset
|
86 |
+
dtype: string
|
87 |
+
splits:
|
88 |
+
- name: train
|
89 |
+
num_bytes: 2446018.0
|
90 |
+
num_examples: 8134
|
91 |
+
download_size: 1122837
|
92 |
+
dataset_size: 2446018.0
|
93 |
configs:
|
94 |
- config_name: 2-choice
|
95 |
data_files:
|
|
|
107 |
data_files:
|
108 |
- split: train
|
109 |
path: 5-choice/train-*
|
110 |
+
- config_name: 8-choice
|
111 |
+
data_files:
|
112 |
+
- split: train
|
113 |
+
path: 8-choice/train-*
|
114 |
license: odc-by
|
115 |
task_categories:
|
116 |
- multiple-choice
|