File size: 364 Bytes
e975de0
 
b7ccda1
 
 
 
 
fa5f9e0
274247f
fa5f9e0
b7ccda1
 
 
d4e7d1b
 
 
84b2d0c
fa5f9e0
e975de0
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
dataset_info:  
  features:
    - name: image
      dtype: image
    - name: ocr_annotation_text
      sequence: string
    - name: image_height
      dtype: int64
    - name: image_width
      dtype: int64
    - name: original_dict
      dtype: string
configs:
  - config_name: default
    data_files:
      - split: test
        path: testing.parquet
---