will33am commited on
Commit
6c68b2f
·
1 Parent(s): 9cbd03b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: filepath
7
+ dtype: string
8
+ - name: race
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': asian
13
+ '1': black
14
+ '2': caucasian
15
+ '3': indian
16
+ - name: id
17
+ dtype: int64
18
+ - name: occupation
19
+ dtype:
20
+ class_label:
21
+ names:
22
+ '0': aerospace engineer
23
+ '1': automobile engineer
24
+ '2': civil engineer
25
+ '3': electrical engineer
26
+ '4': industrial engineer
27
+ '5': mechanic
28
+ '6': mechanical engineer
29
+ '7': petroleum engineer
30
+ splits:
31
+ - name: test
32
+ num_bytes: 462761378.0
33
+ num_examples: 4800
34
+ download_size: 462614666
35
+ dataset_size: 462761378.0
36
+ ---
37
+ # Dataset Card for "test_mechanic"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)