File size: 1,232 Bytes
824f4e9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
56
57
58
59
60
61
62
63
64
---
dataset_info:
  features:
  - name: key
    dtype: string
  - name: ocr
    struct:
    - name: images_bbox
      sequence:
        sequence: float64
    - name: images_bbox_no_text_overlap
      sequence:
        sequence: float64
    - name: lines
      struct:
      - name: bbox
        sequence:
          sequence: float64
      - name: score
        sequence: float64
      - name: text
        sequence: string
      - name: word_slice
        sequence:
          sequence: int64
    - name: words
      struct:
      - name: bbox
        sequence:
          sequence: float64
      - name: line_pos
        sequence:
          sequence: int64
      - name: score
        sequence: float64
      - name: text
        sequence: string
  - name: lang
    dtype: string
  - name: ground_truth
    dtype: string
  - name: valid_pydantic_model
    dtype: bool
  - name: text_len
    dtype: int64
  - name: sym_dist_gpt_ocr
    dtype: int64
  - name: image
    dtype: image
  - name: prediction
    dtype: string
  splits:
  - name: train
    num_bytes: 3613822.0
    num_examples: 27
  download_size: 3104130
  dataset_size: 3613822.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---