Datasets:
Add 'action_sequence' config data files
Browse files- README.md +25 -1
- action_sequence/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -23,7 +23,9 @@ configs:
|
|
23 |
- split: train
|
24 |
path: action_localization/train-*
|
25 |
- config_name: action_sequence
|
26 |
-
data_files:
|
|
|
|
|
27 |
- config_name: egocentric_sequence
|
28 |
data_files: json/egocentric_sequence.json
|
29 |
- config_name: moving_direction
|
@@ -95,6 +97,28 @@ dataset_info:
|
|
95 |
num_examples: 160
|
96 |
download_size: 12358
|
97 |
dataset_size: 47290
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
---
|
99 |
|
100 |
<div align="center">
|
|
|
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: json/egocentric_sequence.json
|
31 |
- config_name: moving_direction
|
|
|
97 |
num_examples: 160
|
98 |
download_size: 12358
|
99 |
dataset_size: 47290
|
100 |
+
- config_name: action_sequence
|
101 |
+
features:
|
102 |
+
- name: video
|
103 |
+
dtype: string
|
104 |
+
- name: question
|
105 |
+
dtype: string
|
106 |
+
- name: answer
|
107 |
+
dtype: string
|
108 |
+
- name: candidates
|
109 |
+
sequence: string
|
110 |
+
- name: question_id
|
111 |
+
dtype: string
|
112 |
+
- name: start
|
113 |
+
dtype: float64
|
114 |
+
- name: end
|
115 |
+
dtype: float64
|
116 |
+
splits:
|
117 |
+
- name: train
|
118 |
+
num_bytes: 67660
|
119 |
+
num_examples: 437
|
120 |
+
download_size: 13791
|
121 |
+
dataset_size: 67660
|
122 |
---
|
123 |
|
124 |
<div align="center">
|
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
|