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 |
configs:
|
78 |
- config_name: feasibility
|
79 |
data_files:
|
@@ -87,4 +124,10 @@ configs:
|
|
87 |
path: interaction/train-*
|
88 |
- split: validation
|
89 |
path: interaction/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
---
|
|
|
74 |
num_examples: 2398
|
75 |
download_size: 1200926
|
76 |
dataset_size: 10204267
|
77 |
+
- config_name: sequence
|
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: 12390501
|
108 |
+
num_examples: 22262
|
109 |
+
- name: validation
|
110 |
+
num_bytes: 2022200
|
111 |
+
num_examples: 3586
|
112 |
+
download_size: 1936223
|
113 |
+
dataset_size: 14412701
|
114 |
configs:
|
115 |
- config_name: feasibility
|
116 |
data_files:
|
|
|
124 |
path: interaction/train-*
|
125 |
- split: validation
|
126 |
path: interaction/validation-*
|
127 |
+
- config_name: sequence
|
128 |
+
data_files:
|
129 |
+
- split: train
|
130 |
+
path: sequence/train-*
|
131 |
+
- split: validation
|
132 |
+
path: sequence/validation-*
|
133 |
---
|
sequence/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6353ce2d134dfd94756ecd5c23bb46a84052957194b0da0e4fcde6a9af2a57a1
|
3 |
+
size 1650163
|
sequence/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0af5600501d452742ef9a23455a7716639d2a884e208f9f7e0752e7f712a3f9
|
3 |
+
size 286060
|