Update config.json
Browse files- config.json +26 -26
config.json
CHANGED
@@ -14,39 +14,39 @@
|
|
14 |
"hidden_dropout_prob": 0,
|
15 |
"hidden_size": 768,
|
16 |
"id2label": {
|
17 |
-
"0": "
|
18 |
-
"1": "
|
19 |
-
"2": "
|
20 |
-
"3": "
|
21 |
-
"4": "
|
22 |
-
"5": "
|
23 |
-
"6": "
|
24 |
-
"7": "
|
25 |
-
"8": "
|
26 |
-
"9": "
|
27 |
-
"10": "
|
28 |
-
"11": "
|
29 |
-
"12": "
|
30 |
"13": "iOS Developer"
|
31 |
},
|
32 |
"initializer_range": 0.02,
|
33 |
"inner_group_num": 1,
|
34 |
"intermediate_size": 3072,
|
35 |
"label2id": {
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
"iOS Developer": 13,
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
},
|
51 |
"layer_norm_eps": 1e-12,
|
52 |
"max_position_embeddings": 512,
|
|
|
14 |
"hidden_dropout_prob": 0,
|
15 |
"hidden_size": 768,
|
16 |
"id2label": {
|
17 |
+
"0": ".NET Developer",
|
18 |
+
"1": "Android Developer",
|
19 |
+
"2": "Database Admin/Dev",
|
20 |
+
"3": "Graphic Designer",
|
21 |
+
"4": "Software Engineer",
|
22 |
+
"5": "Web Developer",
|
23 |
+
"6": "PHP Developer",
|
24 |
+
"7": "Programmer",
|
25 |
+
"8": "Senior Web Developer",
|
26 |
+
"9": "Software Developer",
|
27 |
+
"10": "Software Engineer",
|
28 |
+
"11": "Software QA Engineer",
|
29 |
+
"12": "Web Developer",
|
30 |
"13": "iOS Developer"
|
31 |
},
|
32 |
"initializer_range": 0.02,
|
33 |
"inner_group_num": 1,
|
34 |
"intermediate_size": 3072,
|
35 |
"label2id": {
|
36 |
+
".NET Developer": 0,
|
37 |
+
"Android Developer": 1,
|
38 |
+
"Software Engineer": 10,
|
39 |
+
"Software QA Engineer": 11,
|
40 |
+
"Web Developer": 12,
|
41 |
"iOS Developer": 13,
|
42 |
+
"Database Admin/Dev": 2,
|
43 |
+
"Graphic Designer": 3,
|
44 |
+
"Software Engineer": 4,
|
45 |
+
"Web Developer": 5,
|
46 |
+
"PHP Developer": 6,
|
47 |
+
"Programmer": 7,
|
48 |
+
"Senior Web Developer": 8,
|
49 |
+
"Software Developer": 9
|
50 |
},
|
51 |
"layer_norm_eps": 1e-12,
|
52 |
"max_position_embeddings": 512,
|