MoumitaNettoJanaManna commited on
Commit
ba064aa
1 Parent(s): a4f461e

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "Web Development",
13
+ "1": "vulnerability management security",
14
+ "2": "ECM",
15
+ "3": "backend development,python",
16
+ "4": "cloud development",
17
+ "5": "etl qa",
18
+ "6": "mern stack development",
19
+ "7": "cyber investigation",
20
+ "8": "technical_supprot",
21
+ "9": "Oracle Application Administration",
22
+ "10": "information security",
23
+ "11": "big data &data engineering,hadoop",
24
+ "12": "api development and integration management",
25
+ "13": "business intelligence",
26
+ "14": "embeded development",
27
+ "15": "crm admin",
28
+ "16": "mobile app development,android",
29
+ "17": "crm qa",
30
+ "18": "mobile app development",
31
+ "19": "cloud security",
32
+ "20": "penetration testing",
33
+ "21": "cyber risk management",
34
+ "22": "cloud development,aws",
35
+ "23": "etl&dwh",
36
+ "24": "cyber incident response",
37
+ "25": "web qa",
38
+ "26": "firmware qa",
39
+ "27": "business intelligence, cognos",
40
+ "28": "grading qa",
41
+ "29": "backend development,java",
42
+ "30": "backend development,ruby on rails",
43
+ "31": "cloud development,gcp",
44
+ "32": "DBA",
45
+ "33": "frontend development",
46
+ "34": "backend development",
47
+ "35": "nlp",
48
+ "36": "mainframe qa",
49
+ "37": "mobile app development,ios",
50
+ "38": "data security",
51
+ "39": "backend development,php",
52
+ "40": "full stack development,dotnet",
53
+ "41": "systems qa",
54
+ "42": "business intelligence, microstrategy",
55
+ "43": "big data &data engineering",
56
+ "44": "frontend development,react",
57
+ "45": "ETL DWH BI Admin",
58
+ "46": "network security, data loss prevention",
59
+ "47": "iam security",
60
+ "48": "api qa",
61
+ "49": "games & 3D graphics development",
62
+ "50": "devops",
63
+ "51": "full stack development,java",
64
+ "52": "Data Science",
65
+ "53": "cloud & api administration",
66
+ "54": "frontend development,vue",
67
+ "55": "network security, antivirus",
68
+ "56": "network development",
69
+ "57": "cybersecurity",
70
+ "58": "network security",
71
+ "59": "business intelligence, tableau",
72
+ "60": "BPM",
73
+ "61": "business intelligence, powerbi",
74
+ "62": "network qa",
75
+ "63": "bigdata admin",
76
+ "64": "RPA",
77
+ "65": "devsecops",
78
+ "66": "site-reliability engineering",
79
+ "67": "mlops",
80
+ "68": "cobol and mainframe",
81
+ "69": "qa",
82
+ "70": "mdm",
83
+ "71": "mobile qa",
84
+ "72": "physical security",
85
+ "73": "cloud azure",
86
+ "74": "business intelligence, hyperion",
87
+ "75": "data analysis",
88
+ "76": "it operations management",
89
+ "77": "game qa",
90
+ "78": "frontend development,angular",
91
+ "79": "full stack development",
92
+ "80": "infrastructure security",
93
+ "81": "full stack development,python",
94
+ "82": "backup admin",
95
+ "83": "sap administration",
96
+ "84": "blockchain development",
97
+ "85": "Backend development,golang",
98
+ "86": "endpoint security",
99
+ "87": "full stack web developmnet",
100
+ "88": "threat intelligence security",
101
+ "89": "iot security",
102
+ "90": "system administration",
103
+ "91": "system and storage security",
104
+ "92": "software systems development",
105
+ "93": "network security, application",
106
+ "94": "mean stack ",
107
+ "95": "ciso",
108
+ "96": "network administration",
109
+ "97": "storage admin",
110
+ "98": "machine learning",
111
+ "99": "ot security",
112
+ "100": "business intelligence, qlikview",
113
+ "101": "automation qa",
114
+ "102": "deep learning",
115
+ "103": "iot",
116
+ "104": "mobile security"
117
+ },
118
+ "initializer_range": 0.02,
119
+ "label2id": {
120
+ "BPM": 60,
121
+ "Backend development,golang": 85,
122
+ "DBA": 32,
123
+ "Data Science": 52,
124
+ "ECM": 2,
125
+ "ETL DWH BI Admin": 45,
126
+ "Oracle Application Administration": 9,
127
+ "RPA": 64,
128
+ "Web Development": 0,
129
+ "api development and integration management": 12,
130
+ "api qa": 48,
131
+ "automation qa": 101,
132
+ "backend development": 34,
133
+ "backend development,java": 29,
134
+ "backend development,php": 39,
135
+ "backend development,python": 3,
136
+ "backend development,ruby on rails": 30,
137
+ "backup admin": 82,
138
+ "big data &data engineering": 43,
139
+ "big data &data engineering,hadoop": 11,
140
+ "bigdata admin": 63,
141
+ "blockchain development": 84,
142
+ "business intelligence": 13,
143
+ "business intelligence, cognos": 27,
144
+ "business intelligence, hyperion": 74,
145
+ "business intelligence, microstrategy": 42,
146
+ "business intelligence, powerbi": 61,
147
+ "business intelligence, qlikview": 100,
148
+ "business intelligence, tableau": 59,
149
+ "ciso": 95,
150
+ "cloud & api administration": 53,
151
+ "cloud azure": 73,
152
+ "cloud development": 4,
153
+ "cloud development,aws": 22,
154
+ "cloud development,gcp": 31,
155
+ "cloud security": 19,
156
+ "cobol and mainframe": 68,
157
+ "crm admin": 15,
158
+ "crm qa": 17,
159
+ "cyber incident response": 24,
160
+ "cyber investigation": 7,
161
+ "cyber risk management": 21,
162
+ "cybersecurity": 57,
163
+ "data analysis": 75,
164
+ "data security": 38,
165
+ "deep learning": 102,
166
+ "devops": 50,
167
+ "devsecops": 65,
168
+ "embeded development": 14,
169
+ "endpoint security": 86,
170
+ "etl qa": 5,
171
+ "etl&dwh": 23,
172
+ "firmware qa": 26,
173
+ "frontend development": 33,
174
+ "frontend development,angular": 78,
175
+ "frontend development,react": 44,
176
+ "frontend development,vue": 54,
177
+ "full stack development": 79,
178
+ "full stack development,dotnet": 40,
179
+ "full stack development,java": 51,
180
+ "full stack development,python": 81,
181
+ "full stack web developmnet": 87,
182
+ "game qa": 77,
183
+ "games & 3D graphics development": 49,
184
+ "grading qa": 28,
185
+ "iam security": 47,
186
+ "information security": 10,
187
+ "infrastructure security": 80,
188
+ "iot": 103,
189
+ "iot security": 89,
190
+ "it operations management": 76,
191
+ "machine learning": 98,
192
+ "mainframe qa": 36,
193
+ "mdm": 70,
194
+ "mean stack ": 94,
195
+ "mern stack development": 6,
196
+ "mlops": 67,
197
+ "mobile app development": 18,
198
+ "mobile app development,android": 16,
199
+ "mobile app development,ios": 37,
200
+ "mobile qa": 71,
201
+ "mobile security": 104,
202
+ "network administration": 96,
203
+ "network development": 56,
204
+ "network qa": 62,
205
+ "network security": 58,
206
+ "network security, antivirus": 55,
207
+ "network security, application": 93,
208
+ "network security, data loss prevention": 46,
209
+ "nlp": 35,
210
+ "ot security": 99,
211
+ "penetration testing": 20,
212
+ "physical security": 72,
213
+ "qa": 69,
214
+ "sap administration": 83,
215
+ "site-reliability engineering": 66,
216
+ "software systems development": 92,
217
+ "storage admin": 97,
218
+ "system administration": 90,
219
+ "system and storage security": 91,
220
+ "systems qa": 41,
221
+ "technical_supprot": 8,
222
+ "threat intelligence security": 88,
223
+ "vulnerability management security": 1,
224
+ "web qa": 25
225
+ },
226
+ "max_position_embeddings": 512,
227
+ "model_type": "distilbert",
228
+ "n_heads": 12,
229
+ "n_layers": 6,
230
+ "pad_token_id": 0,
231
+ "problem_type": "single_label_classification",
232
+ "qa_dropout": 0.1,
233
+ "seq_classif_dropout": 0.2,
234
+ "sinusoidal_pos_embds": false,
235
+ "tie_weights_": true,
236
+ "torch_dtype": "float32",
237
+ "transformers_version": "4.33.3",
238
+ "vocab_size": 30522
239
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:235aff4611eb05a94d9c17034625173dad4743b04ec86703a1fdaeb47acb2af0
3
+ size 268172333
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38ae0c2bbfb0cc8bca7027ef910e79594723b2e8ed7d3b559dd59fc1b75a10d1
3
+ size 4091
vocab.txt ADDED
The diff for this file is too large to render. See raw diff