dpdl-benchmark/dmlab
045
1---2dataset_info:3 features:4 - name: image5 dtype: image6 - name: label7 dtype:8 class_label:9 names:10 '0': '0'11 '1': '1'12 '2': '2'13 '3': '3'14 '4': '4'15 '5': '5'16 splits:17 - name: train18 num_bytes: 8178901984.2519 num_examples: 6555020 - name: validation21 num_bytes: 2799923996.522 num_examples: 2262823 - name: test24 num_bytes: 2809251479.12525 num_examples: 2273526 download_size: 1378884236027 dataset_size: 13788077459.87528configs:29- config_name: default30 data_files:31 - split: train32 path: data/train-*33 - split: validation34 path: data/validation-*35 - split: test36 path: data/test-*37---38 