File size: 748 Bytes
d311493
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: instruction
    dtype: string
  - name: bbox
    list: float64
  - name: resolution
    list: int64
  - name: source
    dtype: string
  - name: platform
    dtype: string
  - name: name
    dtype: string
  - name: description
    dtype: string
  - name: type
    dtype: string
  - name: OCR
    dtype: string
  - name: language
    dtype: string
  - name: purpose
    dtype: string
  - name: expectation
    dtype: string
  - name: question
    dtype: string
  splits:
  - name: train
    num_bytes: 51897478.0
    num_examples: 100
  download_size: 478554
  dataset_size: 51897478.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---