Datasets:
Upload dataset
Browse files- README.md +23 -12
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -7,16 +7,27 @@ task_categories:
|
|
7 |
pretty_name: VisualPuzzles
|
8 |
dataset_info:
|
9 |
features:
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
|
|
7 |
pretty_name: VisualPuzzles
|
8 |
dataset_info:
|
9 |
features:
|
10 |
+
- name: id
|
11 |
+
dtype: int64
|
12 |
+
- name: category
|
13 |
+
dtype: string
|
14 |
+
- name: image
|
15 |
+
dtype: image
|
16 |
+
- name: question
|
17 |
+
dtype: string
|
18 |
+
- name: options
|
19 |
+
sequence: string
|
20 |
+
- name: answer
|
21 |
+
dtype: string
|
22 |
+
splits:
|
23 |
+
- name: train
|
24 |
+
num_bytes: 139582416.624
|
25 |
+
num_examples: 1168
|
26 |
+
download_size: 137679574
|
27 |
+
dataset_size: 139582416.624
|
28 |
+
configs:
|
29 |
+
- config_name: default
|
30 |
+
data_files:
|
31 |
+
- split: train
|
32 |
+
path: data/train-*
|
33 |
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e14c22df02ba2ec413c44816c4e04520bdfacc126b1990e2d530a273cb8dc65e
|
3 |
+
size 137679574
|