Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: q_id
|
6 |
+
dtype: int64
|
7 |
+
- name: question
|
8 |
+
dtype: string
|
9 |
+
- name: choice0
|
10 |
+
dtype: string
|
11 |
+
- name: choice1
|
12 |
+
dtype: string
|
13 |
+
- name: choice2
|
14 |
+
dtype: string
|
15 |
+
- name: choice3
|
16 |
+
dtype: string
|
17 |
+
- name: choice4
|
18 |
+
dtype: string
|
19 |
+
- name: label
|
20 |
+
dtype: int64
|
21 |
+
splits:
|
22 |
+
- name: train
|
23 |
+
num_bytes: 1183829
|
24 |
+
num_examples: 8939
|
25 |
+
- name: validation
|
26 |
+
num_bytes: 148293
|
27 |
+
num_examples: 1119
|
28 |
+
download_size: 887894
|
29 |
+
dataset_size: 1332122
|
30 |
---
|