Lancelot53's picture
Upload dataset
187853a verified
|
raw
history blame
590 Bytes
---
dataset_info:
features:
- name: image
dtype: image
- name: question
dtype: string
- name: options
sequence: string
- name: answer
dtype: string
- name: category
dtype: string
- name: id
dtype: int64
- name: source
dtype: string
splits:
- name: train
num_bytes: 145603.0
num_examples: 4
- name: test
num_bytes: 15782648.0
num_examples: 435
download_size: 14338600
dataset_size: 15928251.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---