File size: 968 Bytes
599d765
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: image_id
    dtype: string
  - name: lang_pair
    dtype: string
  - name: target_lang
    dtype: string
  - name: cls
    dtype: string
  - name: ocr
    list:
    - name: box
      list: float64
    - name: text
      dtype: string
  - name: merge_ocr
    list:
    - name: box
      list: int64
    - name: src_lang
      dtype: string
    - name: src_text
      dtype: string
    - name: tgt_lang
      dtype: string
    - name: tgt_text
      dtype: string
  - name: image
    dtype: image
  - name: export_index
    dtype: int64
  - name: patimt_id
    dtype: string
  splits:
  - name: train
    num_bytes: 12403342858
    num_examples: 10000
  - name: test
    num_bytes: 650470042
    num_examples: 600
  download_size: 13052892186
  dataset_size: 13053812900
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---