Upload dataset
Browse files- README.md +29 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: class
|
11 |
+
dtype: string
|
12 |
+
- name: id
|
13 |
+
dtype: string
|
14 |
+
- name: question
|
15 |
+
dtype: string
|
16 |
+
- name: option
|
17 |
+
dtype: string
|
18 |
+
- name: answer
|
19 |
+
dtype: string
|
20 |
+
- name: task_class
|
21 |
+
dtype: string
|
22 |
+
- name: Attributes
|
23 |
+
dtype: string
|
24 |
+
- name: image
|
25 |
+
dtype: image
|
26 |
+
splits:
|
27 |
+
- name: train
|
28 |
+
num_bytes: 82349062.411
|
29 |
+
num_examples: 1913
|
30 |
+
download_size: 230897223
|
31 |
+
dataset_size: 82349062.411
|
32 |
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:425c6f8964be4dd566741052cf03e9a8fd68f6373b55ef5f1eba007a67c0a574
|
3 |
+
size 230897223
|