File size: 835 Bytes
7cfacf6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0c28720
 
7cfacf6
 
b2b9902
 
7cfacf6
b2b9902
 
7cfacf6
b2b9902
 
 
 
7cfacf6
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: doc_id
    dtype: string
  - name: image
    dtype: image
  - name: target
    dtype: string
  - name: target_format
    dtype: string
  - name: facts_json
    dtype: string
  - name: qa_json
    dtype: string
  - name: meta_json
    dtype: string
  - name: render_meta_json
    dtype: string
  - name: augment_meta_json
    dtype: string
  - name: html
    dtype: string
  splits:
  - name: train
    num_bytes: 10727050505
    num_examples: 89640
  - name: val
    num_bytes: 711582559
    num_examples: 4796
  - name: test
    num_bytes: 872189260
    num_examples: 5564
  download_size: 12772353879
  dataset_size: 12310822324
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---