face-verification / README.md
cat-claws's picture
Upload README.md with huggingface_hub
9ece432
metadata
configs:
  - config_name: default
    data_files:
      - split: agedb_30
        path: data/agedb_30-*
      - split: calfw
        path: data/calfw-*
      - split: cfp_ff
        path: data/cfp_ff-*
      - split: cfp_fp
        path: data/cfp_fp-*
      - split: cplfw
        path: data/cplfw-*
      - split: lfw
        path: data/lfw-*
dataset_info:
  features:
    - name: image1
      dtype: image
    - name: image2
      dtype: image
    - name: target
      dtype:
        class_label:
          names:
            '0': different
            '1': same
  splits:
    - name: agedb_30
      num_bytes: 231473197
      num_examples: 6000
    - name: calfw
      num_bytes: 252048890
      num_examples: 6000
    - name: cfp_ff
      num_bytes: 274781437
      num_examples: 7000
    - name: cfp_fp
      num_bytes: 238847786
      num_examples: 7000
    - name: cplfw
      num_bytes: 222484496
      num_examples: 6000
    - name: lfw
      num_bytes: 236255483
      num_examples: 6000
  download_size: 1251590659
  dataset_size: 1455891289

Dataset Card for "face-verification"

More Information needed