VictorSanh commited on
Commit
81663a4
1 Parent(s): 70103c2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: '0.25'
4
+ features:
5
+ - name: image
6
+ dtype: image
7
+ - name: age
8
+ dtype:
9
+ class_label:
10
+ names:
11
+ '0': 0-2
12
+ '1': 3-9
13
+ '2': 10-19
14
+ '3': 20-29
15
+ '4': 30-39
16
+ '5': 40-49
17
+ '6': 50-59
18
+ '7': 60-69
19
+ '8': more than 70
20
+ - name: gender
21
+ dtype:
22
+ class_label:
23
+ names:
24
+ '0': Male
25
+ '1': Female
26
+ - name: race
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ '0': East Asian
31
+ '1': Indian
32
+ '2': Black
33
+ '3': White
34
+ '4': Middle Eastern
35
+ '5': Latino_Hispanic
36
+ '6': Southeast Asian
37
+ - name: service_test
38
+ dtype: bool
39
+ splits:
40
+ - name: train
41
+ num_bytes: 512915534.352
42
+ num_examples: 86744
43
+ download_size: 500247835
44
+ dataset_size: 512915534.352
45
+ configs:
46
+ - config_name: '0.25'
47
+ data_files:
48
+ - split: train
49
+ path: 0.25/train-*
50
+ ---
51
+ # Dataset Card for "FairFace"
52
+
53
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)