File size: 675 Bytes
d7b62c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: index
    dtype: int64
  - name: video
    dtype: string
  - name: input
    dtype: string
  - name: length
    dtype: int64
  - name: replace_time
    dtype: float64
  - name: type
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: OCR
    num_bytes: 281730
    num_examples: 500
  - name: QA
    num_bytes: 152380
    num_examples: 500
  - name: temporal
    num_bytes: 180604
    num_examples: 500
  download_size: 74251
  dataset_size: 614714
configs:
- config_name: default
  data_files:
  - split: OCR
    path: data/OCR-*
  - split: QA
    path: data/QA-*
  - split: temporal
    path: data/temporal-*
---