File size: 643 Bytes
5d95c47 e8d7778 5d95c47 e8d7778 5d95c47 e8d7778 5d95c47 |
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 |
---
dataset_info:
features:
- name: index
dtype: int64
- name: question
dtype: string
- name: image
dtype: image
- name: answer
dtype: string
- name: category
dtype: string
- name: l2_category
dtype: string
- name: meta_info
struct:
- name: source
dtype: string
- name: split
dtype: string
- name: image_path
dtype: string
- name: id
dtype: string
splits:
- name: test
num_bytes: 44887182.0
num_examples: 1500
download_size: 41788728
dataset_size: 44887182.0
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
|