File size: 1,210 Bytes
88234cc |
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 |
---
dataset_info:
features:
- name: image
dtype: image
- name: image_id
dtype: string
- name: questions
sequence: string
- name: answers
sequence: string
- name: ocr_tokens
sequence: string
- name: ocr_info
list:
- name: word
dtype: string
- name: bounding_box
struct:
- name: width
dtype: float64
- name: height
dtype: float64
- name: top_left_x
dtype: float64
- name: top_left_y
dtype: float64
- name: title
dtype: string
- name: authorName
dtype: string
- name: genre
dtype: string
- name: image_width
dtype: int64
- name: image_height
dtype: int64
- name: image_url
dtype: string
- name: set_name
dtype: string
splits:
- name: train
num_bytes: 7503971854.0
num_examples: 166022
- name: test
num_bytes: 928616409.0
num_examples: 20796
- name: validation
num_bytes: 920236957.0
num_examples: 20731
download_size: 2329997099
dataset_size: 9352825220.0
---
# Dataset Card for "OCR-VQA"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |