--- configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* dataset_info: features: - name: method dtype: string - name: subdir dtype: string - name: image dtype: image - name: image_path dtype: string - name: label dtype: class_label: names: '0': Real '1': Fake splits: - name: train num_bytes: 91555546589 num_examples: 806940 - name: validation num_bytes: 9160631085 num_examples: 89660 download_size: 98538430481 dataset_size: 100716177674 ---