CoolFace
Datasetpublic

AliceRolan/IDCardDataset

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes54downloads
README.md37 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': Real11          '1': Fake12  - name: documentType13    dtype: string14  - name: category15    dtype: string16  - name: filename17    dtype: string18  - name: reason19    dtype: string20  splits:21  - name: train22    num_bytes: 432853494.023    num_examples: 300024  - name: test25    num_bytes: 144464515.026    num_examples: 100027  download_size: 57863886928  dataset_size: 577318009.029configs:30- config_name: default31  data_files:32  - split: train33    path: data/train-*34  - split: test35    path: data/test-*36---37