--- 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: 79036039.632 num_examples: 3528 - name: test num_bytes: 19303506.0 num_examples: 882 download_size: 97119174 dataset_size: 98339545.632 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---