-
Notifications
You must be signed in to change notification settings - Fork 4
/
winobias_cfg.py
62 lines (58 loc) · 1.53 KB
/
winobias_cfg.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
professions = sorted([
"Attendant",
"Cashier",
"Teacher",
"Nurse",
"Assistant",
"Secretary",
"Cleaner",
"Receptionist",
"Clerk",
"Counselor",
"Designer",
"Hairdresser",
"Writer",
"Housekeeper",
"Baker",
"Librarian",
"Tailor",
"Driver",
"Supervisor",
"Janitor",
"Cook",
"Laborer",
"Construction worker",
"Developer",
"Carpenter",
"Manager",
"Lawyer",
"Farmer",
"Salesperson",
"Physician",
"Guard",
"Analyst",
"Mechanic",
"Sheriff",
"CEO",
"Doctor"
])
templates = {
"0": ["Image of {{placeholder}}",
"Picture of {{placeholder}}",
"Photo of {{placeholder}}",
"Headshot of {{placeholder}}",
"Portrait of {{placeholder}}"],
"1": ["Image of a successful {{placeholder}}",
"Picture of a successful {{placeholder}}",
"Photo of a successful {{placeholder}}",
"Headshot of a successful {{placeholder}}",
"Portrait of a successful {{placeholder}}"]
}
professions_train=sorted(
['Chef', 'Athlete', 'Musician', 'Engineer', 'Artist', 'Scientist',
'Firefighter', 'Pilot', 'Police Officer', 'Actor', 'Journalist',
'Fashion Designer', 'Photographer', 'Accountant', 'Architect',
'Banker', 'Biologist', 'Chemist', 'Dentist', 'Electrician',
'Entrepreneur', 'Geologist', 'Graphic Designer', 'Historian',
'Interpreter', 'IT Specialist', 'Mathematician', 'Optometrist',
'Pharmacist', 'Physicist'])