howard-hou commited on
Commit
88234cc
1 Parent(s): 0edcaab

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: image_id
7
+ dtype: string
8
+ - name: questions
9
+ sequence: string
10
+ - name: answers
11
+ sequence: string
12
+ - name: ocr_tokens
13
+ sequence: string
14
+ - name: ocr_info
15
+ list:
16
+ - name: word
17
+ dtype: string
18
+ - name: bounding_box
19
+ struct:
20
+ - name: width
21
+ dtype: float64
22
+ - name: height
23
+ dtype: float64
24
+ - name: top_left_x
25
+ dtype: float64
26
+ - name: top_left_y
27
+ dtype: float64
28
+ - name: title
29
+ dtype: string
30
+ - name: authorName
31
+ dtype: string
32
+ - name: genre
33
+ dtype: string
34
+ - name: image_width
35
+ dtype: int64
36
+ - name: image_height
37
+ dtype: int64
38
+ - name: image_url
39
+ dtype: string
40
+ - name: set_name
41
+ dtype: string
42
+ splits:
43
+ - name: train
44
+ num_bytes: 7503971854.0
45
+ num_examples: 166022
46
+ - name: test
47
+ num_bytes: 928616409.0
48
+ num_examples: 20796
49
+ - name: validation
50
+ num_bytes: 920236957.0
51
+ num_examples: 20731
52
+ download_size: 2329997099
53
+ dataset_size: 9352825220.0
54
+ ---
55
+ # Dataset Card for "OCR-VQA"
56
+
57
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)