--- dataset_info: features: - name: image_id dtype: string - name: label dtype: int64 - name: file_path dtype: string splits: - name: train num_bytes: 1641193 num_examples: 13042 - name: validation num_bytes: 213796 num_examples: 1757 - name: test num_bytes: 212776 num_examples: 1760 download_size: 327328 dataset_size: 2067765 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---