File size: 1,120 Bytes
91ba802
 
ef52595
4ddc8f7
 
 
 
 
 
 
 
 
 
 
 
bf86a78
ad3a60b
bf86a78
 
da3d71e
ef52595
 
 
 
 
 
 
 
 
 
 
 
 
da3d71e
 
 
 
 
 
 
 
 
 
 
 
 
 
ef52595
4ddc8f7
 
 
 
ef52595
 
 
 
da3d71e
 
 
 
91ba802
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
license: mit
dataset_info:
- config_name: Consistency
  features:
  - name: video_name
    dtype: string
  - name: question_1
    dtype: string
  - name: question_2
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: test
    num_bytes: 222330
    num_examples: 998
  download_size: 73987
  dataset_size: 222330
- config_name: Generic
  features:
  - name: video_name
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: test
    num_bytes: 747724
    num_examples: 1996
  download_size: 358043
  dataset_size: 747724
- config_name: Temporal
  features:
  - name: video_name
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: test
    num_bytes: 215040
    num_examples: 499
  download_size: 114482
  dataset_size: 215040
configs:
- config_name: Consistency
  data_files:
  - split: test
    path: Consistency/test-*
- config_name: Generic
  data_files:
  - split: test
    path: Generic/test-*
- config_name: Temporal
  data_files:
  - split: test
    path: Temporal/test-*
---