File size: 881 Bytes
a902589
 
e51b03d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a902589
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
46
47
---

license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: index
    dtype: int32
  - name: video
    dtype: string
  - name: video_path
    dtype: string
  - name: duration
    dtype: string
  - name: domain
    dtype: string
  - name: candidates
    sequence: string
  - name: sub_category
    dtype: string
  - name: audio_class
    sequence: string
  - name: task_domain
    dtype: string
  - name: task_type
    dtype: string
  - name: subtitle_path
    dtype: string
  - name: audio_path
    dtype: string
  - name: video_caption
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: test
    num_bytes: 5632731
    num_examples: 3172
  download_size: 1578039
  dataset_size: 5632731
---