File size: 913 Bytes
7df5657
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
48
---
dataset_info:
  features:
  - name: video_id
    dtype: string
  - name: id
    dtype: string
  - name: video_path
    dtype: string
  - name: subtitle_path
    dtype: string
  - name: correct_choice
    dtype: int64
  - name: question
    dtype: string
  - name: option0
    dtype: string
  - name: option1
    dtype: string
  - name: option2
    dtype: string
  - name: option3
    dtype: string
  - name: option4
    dtype: string
  - name: duration
    dtype: float64
  - name: duration_group
    dtype: int64
  - name: question_category
    dtype: string
  - name: topic_category
    dtype: string
  - name: starting_timestamp_for_subtitles
    dtype: float64
  splits:
  - name: validation
    num_bytes: 355384.9633507853
    num_examples: 564
  download_size: 178871
  dataset_size: 355384.9633507853
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
---