File size: 631 Bytes
5f8fae5 e5139f4 569b132 5f8fae5 569b132 5f8fae5 569b132 5f8fae5 569b132 5f8fae5 | 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 | ---
dataset_info:
features:
- name: image
dtype: image
- name: question_id
dtype: string
- name: image_id
dtype: string
- name: text
dtype: string
- name: answers
sequence: float64
- name: class
dtype: string
- name: category
dtype: string
splits:
- name: validation
num_bytes: 279463139.245
num_examples: 1247
- name: test
num_bytes: 763383357.094
num_examples: 6174
download_size: 1195452702
dataset_size: 1042846496.339
configs:
- config_name: default
data_files:
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|