Update config.json
Browse files- config.json +14 -14
config.json
CHANGED
@@ -33,20 +33,20 @@
|
|
33 |
"inner_group_num": 1,
|
34 |
"intermediate_size": 3072,
|
35 |
"label2id": {
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
},
|
51 |
"layer_norm_eps": 1e-12,
|
52 |
"max_position_embeddings": 512,
|
|
|
33 |
"inner_group_num": 1,
|
34 |
"intermediate_size": 3072,
|
35 |
"label2id": {
|
36 |
+
"Java Developer": 0,
|
37 |
+
"Software Developer": 1,
|
38 |
+
"IT Specialist": 10,
|
39 |
+
"Senior Web Developer": 11,
|
40 |
+
"Android Developer": 12,
|
41 |
+
"iOS Developer": 13,
|
42 |
+
"Software Engineer": 2,
|
43 |
+
"Web Developer": 3,
|
44 |
+
"PHP Developer": 4,
|
45 |
+
"Graphic Designer": 5,
|
46 |
+
"Software QA Engineer": 6,
|
47 |
+
".NET Developer": 7,
|
48 |
+
"Database Admin/Dev": 8,
|
49 |
+
"Programmer": 9
|
50 |
},
|
51 |
"layer_norm_eps": 1e-12,
|
52 |
"max_position_embeddings": 512,
|