File size: 1,116 Bytes
0a7d08e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: image_filename
    dtype: string
  - name: query
    dtype: string
  - name: answer
    dtype: string
  - name: source
    dtype: string
  - name: options
    dtype: string
  - name: page
    dtype: string
  - name: model
    dtype: string
  - name: prompt
    dtype: string
  - name: answer_type
    dtype: string
  splits:
  - name: tatdqa
    num_bytes: 6078243783.031093
    num_examples: 13188
  - name: pdf
    num_bytes: 21070545287.255146
    num_examples: 45718
  - name: arxiv_qa
    num_bytes: 4585254782.767077
    num_examples: 9949
  - name: docvqa
    num_bytes: 18113977643.36427
    num_examples: 39302
  - name: Infographic_VQA
    num_bytes: 4626433962.243411
    num_examples: 10038
  download_size: 52109458156
  dataset_size: 54474455458.660995
configs:
- config_name: default
  data_files:
  - split: tatdqa
    path: data/tatdqa-*
  - split: pdf
    path: data/pdf-*
  - split: arxiv_qa
    path: data/arxiv_qa-*
  - split: docvqa
    path: data/docvqa-*
  - split: Infographic_VQA
    path: data/Infographic_VQA-*
---