Datasets:
Add 'object_count' config data files
Browse files- README.md +23 -1
- object_count/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -35,7 +35,9 @@ configs:
|
|
| 35 |
- split: train
|
| 36 |
path: moving_direction/train-*
|
| 37 |
- config_name: object_count
|
| 38 |
-
data_files:
|
|
|
|
|
|
|
| 39 |
- config_name: object_shuffle
|
| 40 |
data_files: json/object_shuffle.json
|
| 41 |
- config_name: scene_transition
|
|
@@ -155,6 +157,26 @@ dataset_info:
|
|
| 155 |
num_examples: 232
|
| 156 |
download_size: 4818
|
| 157 |
dataset_size: 47563
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 158 |
---
|
| 159 |
|
| 160 |
<div align="center">
|
|
|
|
| 35 |
- split: train
|
| 36 |
path: moving_direction/train-*
|
| 37 |
- config_name: object_count
|
| 38 |
+
data_files:
|
| 39 |
+
- split: train
|
| 40 |
+
path: object_count/train-*
|
| 41 |
- config_name: object_shuffle
|
| 42 |
data_files: json/object_shuffle.json
|
| 43 |
- config_name: scene_transition
|
|
|
|
| 157 |
num_examples: 232
|
| 158 |
download_size: 4818
|
| 159 |
dataset_size: 47563
|
| 160 |
+
- config_name: object_count
|
| 161 |
+
features:
|
| 162 |
+
- name: video
|
| 163 |
+
dtype: string
|
| 164 |
+
- name: question
|
| 165 |
+
dtype: string
|
| 166 |
+
- name: answer
|
| 167 |
+
dtype: string
|
| 168 |
+
- name: candidates
|
| 169 |
+
sequence: string
|
| 170 |
+
- name: is_seq
|
| 171 |
+
dtype: bool
|
| 172 |
+
- name: question_id
|
| 173 |
+
dtype: int64
|
| 174 |
+
splits:
|
| 175 |
+
- name: train
|
| 176 |
+
num_bytes: 16835
|
| 177 |
+
num_examples: 148
|
| 178 |
+
download_size: 4486
|
| 179 |
+
dataset_size: 16835
|
| 180 |
---
|
| 181 |
|
| 182 |
<div align="center">
|
object_count/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a90b8a4b2200d4602d0a84ae2dbb990747c84e9b97c2905137c0ecda76f3e0b5
|
| 3 |
+
size 4486
|