--- dataset_info: features: - name: image dtype: image - name: label dtype: class_label: names: '0': amusement '1': awe '2': contentment '3': excitement '4': anger '5': disgust '6': fear '7': sadness - name: image_id dtype: string - name: emotion dtype: string - name: brightness dtype: float32 - name: colorfulness dtype: float32 - name: facial_expression dtype: string - name: human_action dtype: string - name: scene dtype: string - name: object sequence: string splits: - name: train num_bytes: 8792466008.53 num_examples: 94481 - name: val num_bytes: 558290095.9 num_examples: 5905 - name: test num_bytes: 1672766175.864 num_examples: 17716 download_size: 11291795006 dataset_size: 11023522280.294 configs: - config_name: default data_files: - split: train path: data/train-* - split: val path: data/val-* - split: test path: data/test-* ---