jhonparra18
commited on
Commit
·
01c8dfd
1
Parent(s):
e49ef18
Update config.json
Browse files- config.json +37 -37
config.json
CHANGED
@@ -9,47 +9,47 @@
|
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
-
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
},
|
32 |
"initializer_range": 0.02,
|
33 |
"intermediate_size": 3072,
|
34 |
"label2id": {
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
53 |
},
|
54 |
"layer_norm_eps": 1e-12,
|
55 |
"max_position_embeddings": 512,
|
|
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "Scalable Platforms",
|
14 |
+
"1": "Quality Engineering",
|
15 |
+
"10": "Digital eXperience Platforms",
|
16 |
+
"11": "Design",
|
17 |
+
"12": "Generic",
|
18 |
+
"13": "Gaming",
|
19 |
+
"14": "Digital Marketing",
|
20 |
+
"15": "others",
|
21 |
+
"16": "Process Optimization",
|
22 |
+
"17": "Business Hacking",
|
23 |
+
"2": "UI Engineering",
|
24 |
+
"3": "Agile Delivery",
|
25 |
+
"4": "Cloud Ops",
|
26 |
+
"5": "Data and AI",
|
27 |
+
"6": "Staff Generic",
|
28 |
+
"7": "Product Acceleration",
|
29 |
+
"8": "Salesforce",
|
30 |
+
"9": "Enterprise Apps"
|
31 |
},
|
32 |
"initializer_range": 0.02,
|
33 |
"intermediate_size": 3072,
|
34 |
"label2id": {
|
35 |
+
"Agile Delivery": "3",
|
36 |
+
"Business Hacking": "17",
|
37 |
+
"Cloud Ops": "4",
|
38 |
+
"Data and AI": "5",
|
39 |
+
"Design": "11",
|
40 |
+
"Digital Marketing": "14",
|
41 |
+
"Digital eXperience Platforms": "10",
|
42 |
+
"Enterprise Apps": "9",
|
43 |
+
"Gaming": "13",
|
44 |
+
"Generic": "12",
|
45 |
+
"Process Optimization": "16",
|
46 |
+
"Product Acceleration": "7",
|
47 |
+
"Quality Engineering": "1",
|
48 |
+
"Salesforce": "8",
|
49 |
+
"Scalable Platforms": "0",
|
50 |
+
"Staff Generic": "6",
|
51 |
+
"UI Engineering": "2",
|
52 |
+
"others": "15"
|
53 |
},
|
54 |
"layer_norm_eps": 1e-12,
|
55 |
"max_position_embeddings": 512,
|