FairFace / README.md
VictorSanh's picture
Upload README.md with huggingface_hub
6a47346 verified
|
raw
history blame
No virus
2.15 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
  - config_name: '1.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: 1860154641.104
        num_examples: 86744
    download_size: 1867670149
    dataset_size: 1860154641.104
configs:
  - config_name: '0.25'
    data_files:
      - split: train
        path: 0.25/train-*
      - split: validation
        path: 0.25/validation-*
  - config_name: '1.25'
    data_files:
      - split: train
        path: 1.25/train-*

Dataset Card for "FairFace"

More Information needed