File size: 679 Bytes
ec17c60 | 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 | ---
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': logo
'1': text
'2': number
'3': illustration
'4': symbol_icon
'5': character
'6': object
'7': abstract_graphic
'8': mixed_graphic
splits:
- name: train
num_bytes: 11258605
num_examples: 3060
- name: validation
num_bytes: 1800088
num_examples: 540
download_size: 13037581
dataset_size: 13058693
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
|