--- dataset_info: features: - name: img dtype: image - name: label dtype: class_label: names: '0': airplane '1': automobile '2': bird '3': cat '4': deer '5': dog '6': frog '7': horse '8': ship '9': truck - name: text dtype: string splits: - name: train num_bytes: 186004560.0 num_examples: 50000 - name: test num_bytes: 37202830.0 num_examples: 10000 download_size: 180949398 dataset_size: 223207390.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---