maxf-coder/task_image_classifier
017
1---2dataset_info:3 features:4 - name: image5 dtype: image6 - name: label7 dtype:8 class_label:9 names:10 '0': basketball11 '1': cleaning12 '2': computer_work13 '3': cooking14 '4': cycling15 '5': driving16 '6': football17 '7': gym18 '8': office19 '9': pet_care20 '10': reading21 '11': restaurant22 '12': running23 '13': shopping24 splits:25 - name: train26 num_bytes: 16029553327 num_examples: 677528 - name: val29 num_bytes: 3406632330 num_examples: 145331 - name: test32 num_bytes: 3435330033 num_examples: 146934 download_size: 23592354635 dataset_size: 22871515636configs:37- config_name: default38 data_files:39 - split: train40 path: data/train-*41 - split: val42 path: data/val-*43 - split: test44 path: data/test-*45---46 