File size: 833 Bytes
bcefc31
 
c7d36c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bcefc31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---

license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: index
    dtype: int64
  - name: video_index
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: eval_method
    dtype: string
  - name: option
    sequence: string
  - name: task_type
    dtype: string
  - name: task
    dtype: string
  - name: duration
    dtype: float64
  - name: meta
    struct:
    - name: data_source
      dtype: string
    - name: fps
      dtype: float64
    - name: frame_count
      dtype: int64
    - name: video_origin_id
      dtype: string
  splits:
  - name: train
    num_bytes: 566977
    num_examples: 2000
  download_size: 180072
  dataset_size: 566977
---