File size: 509 Bytes
90ac4ac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7aeba8b
 
 
 
90ac4ac
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: video_1
    dtype: string
  - name: video_2
    dtype: string
  - name: video_3
    dtype: string
  - name: video_4
    dtype: string
  - name: question
    dtype: string
  - name: options
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: test
    num_bytes: 7185
    num_examples: 26
  download_size: 7016
  dataset_size: 7185
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---