Datasets:

Modalities:
Image
Formats:
parquet
Libraries:
Datasets
Dask
License:
FairFace / README.md
VictorSanh's picture
Upload README.md with huggingface_hub
883b98f verified
|
raw
history blame
1.23 kB
metadata
dataset_info:
  config_name: '0.25'
  features:
    - name: image
      dtype: image
    - name: age
      dtype:
        class_label:
          names:
            '0': 0-2
            '1': 3-9
            '2': 10-19
            '3': 20-29
            '4': 30-39
            '5': 40-49
            '6': 50-59
            '7': 60-69
            '8': more than 70
    - name: gender
      dtype:
        class_label:
          names:
            '0': Male
            '1': Female
    - name: race
      dtype:
        class_label:
          names:
            '0': East Asian
            '1': Indian
            '2': Black
            '3': White
            '4': Middle Eastern
            '5': Latino_Hispanic
            '6': Southeast Asian
    - name: service_test
      dtype: bool
  splits:
    - name: train
      num_bytes: 512915534.352
      num_examples: 86744
    - name: validation
      num_bytes: 64453996.096
      num_examples: 10954
  download_size: 563437634
  dataset_size: 577369530.448
configs:
  - config_name: '0.25'
    data_files:
      - split: train
        path: 0.25/train-*
      - split: validation
        path: 0.25/validation-*

Dataset Card for "FairFace"

More Information needed