File size: 748 Bytes
c39669c 229e592 c39669c |
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 |
---
license: apache-2.0
dataset_info:
features:
- name: image
dtype: image
- name: dataset
dtype: string
- name: sample_id
dtype: int64
- name: image_path
dtype: string
- name: classification
dtype: float64
- name: vqa
dtype: float64
- name: ocr_bbox
dtype: string
- name: ocr_predictions
dtype: string
- name: text_caption
dtype: float64
- name: ner_tags
dtype: string
splits:
- name: train
num_bytes: 26809660.0
num_examples: 149
- name: test
num_bytes: 9740831.0
num_examples: 50
download_size: 35940815
dataset_size: 36550491.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|