--- dataset_info: features: - name: image dtype: image - name: image-id dtype: string - name: caption dtype: string - name: label dtype: class_label: names: '0': bird '1': no_bird splits: - name: train num_bytes: 49033381.691 num_examples: 2299 - name: test num_bytes: 12239968.0 num_examples: 575 download_size: 60838522 dataset_size: 61273349.691 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---