Upload dataset
Browse files
README.md
CHANGED
|
@@ -74,6 +74,43 @@ dataset_info:
|
|
| 74 |
num_examples: 2398
|
| 75 |
download_size: 1200926
|
| 76 |
dataset_size: 10204267
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
- config_name: sequence
|
| 78 |
features:
|
| 79 |
- name: video
|
|
@@ -124,6 +161,12 @@ configs:
|
|
| 124 |
path: interaction/train-*
|
| 125 |
- split: validation
|
| 126 |
path: interaction/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
- config_name: sequence
|
| 128 |
data_files:
|
| 129 |
- split: train
|
|
|
|
| 74 |
num_examples: 2398
|
| 75 |
download_size: 1200926
|
| 76 |
dataset_size: 10204267
|
| 77 |
+
- config_name: prediction
|
| 78 |
+
features:
|
| 79 |
+
- name: video
|
| 80 |
+
dtype: string
|
| 81 |
+
- name: video_id
|
| 82 |
+
dtype: string
|
| 83 |
+
- name: end
|
| 84 |
+
dtype: float64
|
| 85 |
+
- name: choices
|
| 86 |
+
sequence:
|
| 87 |
+
- name: choice
|
| 88 |
+
dtype: string
|
| 89 |
+
- name: choice_id
|
| 90 |
+
dtype: int64
|
| 91 |
+
- name: question_id
|
| 92 |
+
dtype: string
|
| 93 |
+
- name: start
|
| 94 |
+
dtype: float64
|
| 95 |
+
- name: answer
|
| 96 |
+
dtype: string
|
| 97 |
+
- name: question
|
| 98 |
+
dtype: string
|
| 99 |
+
- name: conversations
|
| 100 |
+
sequence:
|
| 101 |
+
- name: from
|
| 102 |
+
dtype: string
|
| 103 |
+
- name: value
|
| 104 |
+
dtype: string
|
| 105 |
+
splits:
|
| 106 |
+
- name: train
|
| 107 |
+
num_bytes: 2233350
|
| 108 |
+
num_examples: 4155
|
| 109 |
+
- name: validation
|
| 110 |
+
num_bytes: 337367
|
| 111 |
+
num_examples: 624
|
| 112 |
+
download_size: 361846
|
| 113 |
+
dataset_size: 2570717
|
| 114 |
- config_name: sequence
|
| 115 |
features:
|
| 116 |
- name: video
|
|
|
|
| 161 |
path: interaction/train-*
|
| 162 |
- split: validation
|
| 163 |
path: interaction/validation-*
|
| 164 |
+
- config_name: prediction
|
| 165 |
+
data_files:
|
| 166 |
+
- split: train
|
| 167 |
+
path: prediction/train-*
|
| 168 |
+
- split: validation
|
| 169 |
+
path: prediction/validation-*
|
| 170 |
- config_name: sequence
|
| 171 |
data_files:
|
| 172 |
- split: train
|
prediction/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab3bd84814d254d774a97b286ec56b7caa5a716107b80181564cad1259af4b45
|
| 3 |
+
size 309172
|
prediction/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5276e4fe79495186610c96b6b1dda10f93489dbc65d631fa0952d5c9b283eecc
|
| 3 |
+
size 52674
|