shwetkm commited on
Commit
fd32940
·
1 Parent(s): ca9cfca

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -1,3 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  ---
3
  license: cc-by-4.0
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: ocr_tokens
5
+ list: string
6
+ - name: ocr_info
7
+ list:
8
+ - name: word
9
+ dtype: string
10
+ - name: bounding_box
11
+ struct:
12
+ - name: width
13
+ dtype: float32
14
+ - name: height
15
+ dtype: float32
16
+ - name: rotation
17
+ dtype: float32
18
+ - name: roll
19
+ dtype: float32
20
+ - name: pitch
21
+ dtype: float32
22
+ - name: yaw
23
+ dtype: float32
24
+ - name: top_left_x
25
+ dtype: float32
26
+ - name: top_left_y
27
+ dtype: float32
28
+ - name: image
29
+ dtype: image
30
+ - name: image_id
31
+ dtype: string
32
+ - name: image_classes
33
+ list: string
34
+ - name: flickr_original_url
35
+ dtype: string
36
+ - name: flickr_300k_url
37
+ dtype: string
38
+ - name: image_width
39
+ dtype: int32
40
+ - name: image_height
41
+ dtype: int32
42
+ - name: set_name
43
+ dtype: string
44
+ - name: image_name
45
+ dtype: string
46
+ - name: image_path
47
+ dtype: string
48
+ - name: reference_strs
49
+ list: string
50
+ - name: reference_tokens
51
+ list:
52
+ list: string
53
+ - name: summary
54
+ dtype: string
55
+ splits:
56
+ - name: train
57
+ num_bytes: 5868175668.554
58
+ num_examples: 21953
59
+ - name: validation
60
+ num_bytes: 901961057.29
61
+ num_examples: 3166
62
+ download_size: 7117715641
63
+ dataset_size: 6770136725.844
64
+ ---
65
 
66
  ---
67
  license: cc-by-4.0