CoolFace
Datasetpublic

cudata/remote-data

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes14downloads
README.md29 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: label7    dtype:8      class_label:9        names:10          '0': cat11          '1': dog12  splits:13  - name: train14    num_bytes: 32058598715    num_examples: 1996716  - name: validation17    num_bytes: 7992817518    num_examples: 499219  download_size: 39935739520  dataset_size: 40051416221configs:22- config_name: default23  data_files:24  - split: train25    path: data/train-*26  - split: validation27    path: data/validation-*28---29