Datasets:
Convert dataset to Parquet
#5
by
dcores
- opened
- README.md +135 -10
- action_antonym/train-00000-of-00001.parquet +3 -0
- action_count/train-00000-of-00001.parquet +3 -0
- action_localization/train-00000-of-00001.parquet +3 -0
- action_sequence/train-00000-of-00001.parquet +3 -0
- egocentric_sequence/train-00000-of-00001.parquet +3 -0
- moving_direction/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-4.0
|
|
|
|
|
3 |
task_categories:
|
4 |
- visual-question-answering
|
5 |
modalities:
|
@@ -7,17 +11,29 @@ modalities:
|
|
7 |
- Text
|
8 |
configs:
|
9 |
- config_name: action_antonym
|
10 |
-
data_files:
|
|
|
|
|
11 |
- config_name: action_count
|
12 |
-
data_files:
|
|
|
|
|
13 |
- config_name: action_localization
|
14 |
-
data_files:
|
|
|
|
|
15 |
- config_name: action_sequence
|
16 |
-
data_files:
|
|
|
|
|
17 |
- config_name: egocentric_sequence
|
18 |
-
data_files:
|
|
|
|
|
19 |
- config_name: moving_direction
|
20 |
-
data_files:
|
|
|
|
|
21 |
- config_name: object_count
|
22 |
data_files: json/object_count.json
|
23 |
- config_name: object_shuffle
|
@@ -26,10 +42,119 @@ configs:
|
|
26 |
data_files: json/scene_transition.json
|
27 |
- config_name: unexpected_action
|
28 |
data_files: json/unexpected_action.json
|
29 |
-
|
30 |
-
-
|
31 |
-
|
32 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
|
35 |
<div align="center">
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-4.0
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
task_categories:
|
8 |
- visual-question-answering
|
9 |
modalities:
|
|
|
11 |
- Text
|
12 |
configs:
|
13 |
- config_name: action_antonym
|
14 |
+
data_files:
|
15 |
+
- split: train
|
16 |
+
path: action_antonym/train-*
|
17 |
- config_name: action_count
|
18 |
+
data_files:
|
19 |
+
- split: train
|
20 |
+
path: action_count/train-*
|
21 |
- config_name: action_localization
|
22 |
+
data_files:
|
23 |
+
- split: train
|
24 |
+
path: action_localization/train-*
|
25 |
- config_name: action_sequence
|
26 |
+
data_files:
|
27 |
+
- split: train
|
28 |
+
path: action_sequence/train-*
|
29 |
- config_name: egocentric_sequence
|
30 |
+
data_files:
|
31 |
+
- split: train
|
32 |
+
path: egocentric_sequence/train-*
|
33 |
- config_name: moving_direction
|
34 |
+
data_files:
|
35 |
+
- split: train
|
36 |
+
path: moving_direction/train-*
|
37 |
- config_name: object_count
|
38 |
data_files: json/object_count.json
|
39 |
- config_name: object_shuffle
|
|
|
42 |
data_files: json/scene_transition.json
|
43 |
- config_name: unexpected_action
|
44 |
data_files: json/unexpected_action.json
|
45 |
+
dataset_info:
|
46 |
+
- config_name: action_antonym
|
47 |
+
features:
|
48 |
+
- name: video
|
49 |
+
dtype: string
|
50 |
+
- name: question
|
51 |
+
dtype: string
|
52 |
+
- name: answer
|
53 |
+
dtype: string
|
54 |
+
- name: candidates
|
55 |
+
sequence: string
|
56 |
+
- name: video_length
|
57 |
+
dtype: int64
|
58 |
+
splits:
|
59 |
+
- name: train
|
60 |
+
num_bytes: 51780
|
61 |
+
num_examples: 320
|
62 |
+
download_size: 6963
|
63 |
+
dataset_size: 51780
|
64 |
+
- config_name: action_count
|
65 |
+
features:
|
66 |
+
- name: video
|
67 |
+
dtype: string
|
68 |
+
- name: question
|
69 |
+
dtype: string
|
70 |
+
- name: candidates
|
71 |
+
sequence: string
|
72 |
+
- name: answer
|
73 |
+
dtype: string
|
74 |
+
splits:
|
75 |
+
- name: train
|
76 |
+
num_bytes: 72611
|
77 |
+
num_examples: 536
|
78 |
+
download_size: 6287
|
79 |
+
dataset_size: 72611
|
80 |
+
- config_name: action_localization
|
81 |
+
features:
|
82 |
+
- name: video
|
83 |
+
dtype: string
|
84 |
+
- name: question
|
85 |
+
dtype: string
|
86 |
+
- name: candidates
|
87 |
+
sequence: string
|
88 |
+
- name: answer
|
89 |
+
dtype: string
|
90 |
+
- name: start
|
91 |
+
dtype: float64
|
92 |
+
- name: end
|
93 |
+
dtype: float64
|
94 |
+
- name: accurate_start
|
95 |
+
dtype: float64
|
96 |
+
- name: accurate_end
|
97 |
+
dtype: float64
|
98 |
+
splits:
|
99 |
+
- name: train
|
100 |
+
num_bytes: 47290
|
101 |
+
num_examples: 160
|
102 |
+
download_size: 12358
|
103 |
+
dataset_size: 47290
|
104 |
+
- config_name: action_sequence
|
105 |
+
features:
|
106 |
+
- name: video
|
107 |
+
dtype: string
|
108 |
+
- name: question
|
109 |
+
dtype: string
|
110 |
+
- name: answer
|
111 |
+
dtype: string
|
112 |
+
- name: candidates
|
113 |
+
sequence: string
|
114 |
+
- name: question_id
|
115 |
+
dtype: string
|
116 |
+
- name: start
|
117 |
+
dtype: float64
|
118 |
+
- name: end
|
119 |
+
dtype: float64
|
120 |
+
splits:
|
121 |
+
- name: train
|
122 |
+
num_bytes: 67660
|
123 |
+
num_examples: 437
|
124 |
+
download_size: 13791
|
125 |
+
dataset_size: 67660
|
126 |
+
- config_name: egocentric_sequence
|
127 |
+
features:
|
128 |
+
- name: video
|
129 |
+
dtype: string
|
130 |
+
- name: question
|
131 |
+
dtype: string
|
132 |
+
- name: answer
|
133 |
+
dtype: string
|
134 |
+
- name: candidates
|
135 |
+
sequence: string
|
136 |
+
splits:
|
137 |
+
- name: train
|
138 |
+
num_bytes: 217705
|
139 |
+
num_examples: 200
|
140 |
+
download_size: 24816
|
141 |
+
dataset_size: 217705
|
142 |
+
- config_name: moving_direction
|
143 |
+
features:
|
144 |
+
- name: video
|
145 |
+
dtype: string
|
146 |
+
- name: question
|
147 |
+
dtype: string
|
148 |
+
- name: answer
|
149 |
+
dtype: string
|
150 |
+
- name: candidates
|
151 |
+
sequence: string
|
152 |
+
splits:
|
153 |
+
- name: train
|
154 |
+
num_bytes: 47563
|
155 |
+
num_examples: 232
|
156 |
+
download_size: 4818
|
157 |
+
dataset_size: 47563
|
158 |
---
|
159 |
|
160 |
<div align="center">
|
action_antonym/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91787f8de9ce4918b49cb7e92abbc5d7a5ccd3a4b5f030060e026561ae74c190
|
3 |
+
size 6963
|
action_count/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd5111c82d501acec73e9431d40c0af4454ed227e160b717009ac6767a5b6141
|
3 |
+
size 6287
|
action_localization/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e528031cb0e212ee03845b3118623122ba41970f34f826877da44b23dd25948
|
3 |
+
size 12358
|
action_sequence/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe3c342e20668126264e5169d5fd21325ca528e18193c6b824fd410c16898365
|
3 |
+
size 13791
|
egocentric_sequence/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c57b268c2839c38928b8070f27f7b89ccafda0d141282de159e0d04dab9204e
|
3 |
+
size 24816
|
moving_direction/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e548d1250772136a7ddca8e06551dd70869ec111b812451539477f41fff083d
|
3 |
+
size 4818
|