File size: 577 Bytes
afdc5a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: ocr
    sequence: string
  - name: output
    dtype: string
  - name: image
    dtype: image
  splits:
  - name: train
    num_bytes: 19410834.0
    num_examples: 10
  - name: dev
    num_bytes: 18019884.0
    num_examples: 10
  - name: test
    num_bytes: 16563678.0
    num_examples: 10
  download_size: 54003287
  dataset_size: 53994396.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: dev
    path: data/dev-*
  - split: test
    path: data/test-*
---