katsumasay commited on
Commit
f0b09d3
·
verified ·
1 Parent(s): 7cce501

Upload persona_fields.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. persona_fields.json +49 -0
persona_fields.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "countries": [
3
+ "USA",
4
+ "Germany",
5
+ "India",
6
+ "Brazil",
7
+ "Kenya",
8
+ "France",
9
+ "China",
10
+ "Japan"
11
+ ],
12
+ "occupations": [
13
+ "student",
14
+ "engineer",
15
+ "teacher",
16
+ "doctor",
17
+ "artist",
18
+ "farmer",
19
+ "manager",
20
+ "freelancer"
21
+ ],
22
+ "attributes": {
23
+ "gender": {
24
+ "male": 0.5,
25
+ "female": 0.5
26
+ },
27
+ "age": {
28
+ "25": 0.3,
29
+ "40": 0.4,
30
+ "60": 0.3
31
+ },
32
+ "politics": {
33
+ "liberal": 0.3,
34
+ "moderate": 0.3,
35
+ "conservative": 0.4
36
+ },
37
+ "income": {
38
+ "low": 0.3,
39
+ "middle": 0.5,
40
+ "high": 0.2
41
+ },
42
+ "education": {
43
+ "high school": 0.5,
44
+ "university": 0.4,
45
+ "graduate": 0.1
46
+ }
47
+ },
48
+ "note": "country/occupation are uniform, non-stratified randomization fields; not part of the 162-persona key."
49
+ }