elselse commited on
Commit
343aad4
·
verified ·
1 Parent(s): 0f4c211

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,404 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "eos_token_id": 2,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "CWE-1004 Cookie Without 'HttpOnly' Flag",
15
+ "1": "CWE-1022 Use of Web Link to Untrusted Target with window.opener Access",
16
+ "2": "CWE-113 HTTP Response Splitting",
17
+ "3": "CWE-113 Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')",
18
+ "4": "CWE-117 Improper Output Neutralization for Logs",
19
+ "5": "CWE-119 - Memory Corruption",
20
+ "6": "CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer",
21
+ "7": "CWE-120 - Buffer Overflow",
22
+ "8": "CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')",
23
+ "9": "CWE-120 Buffer Overflow",
24
+ "10": "CWE-121",
25
+ "11": "CWE-121 - Stack-based Buffer Overflow",
26
+ "12": "CWE-122 - Heap-based Buffer Overflow",
27
+ "13": "CWE-122 Heap-based Buffer Overflow",
28
+ "14": "CWE-125 - Out-of-Bounds Read",
29
+ "15": "CWE-125 Out-of-bounds Read",
30
+ "16": "CWE-1287 Improper Validation of Specified Type of Input",
31
+ "17": "CWE-129 Improper Validation of Array Index",
32
+ "18": "CWE-1321 Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')",
33
+ "19": "CWE-1325 Improperly Controlled Sequential Memory Allocation",
34
+ "20": "CWE-1333 - Inefficient Regular Expression Complexity",
35
+ "21": "CWE-1333 Inefficient Regular Expression Complexity",
36
+ "22": "CWE-1336 Improper Neutralization of Special Elements Used in a Template Engine",
37
+ "23": "CWE-134 Format String",
38
+ "24": "CWE-138 - Improper Neutralization of Special Elements",
39
+ "25": "CWE-1385 Missing Origin Validation in WebSockets",
40
+ "26": "CWE-1395 Dependency on Vulnerable Third-Party Component",
41
+ "27": "CWE-173",
42
+ "28": "CWE-178 Improper Handling of Case Sensitivity",
43
+ "29": "CWE-184 Incomplete List of Disallowed Inputs",
44
+ "30": "CWE-190 - Integer Overflow",
45
+ "31": "CWE-190 Integer Overflow",
46
+ "32": "CWE-190 Integer Overflow or Wraparound",
47
+ "33": "CWE-190: Integer Overflow or Wraparound",
48
+ "34": "CWE-191 Integer Underflow (Wrap or Wraparound)",
49
+ "35": "CWE-191: Integer Underflow (Wrap or Wraparound)",
50
+ "36": "CWE-20 Improper Input Validation",
51
+ "37": "CWE-200 - Information Disclosure",
52
+ "38": "CWE-200 Exposure of Sensitive Information to an Unauthorized Actor",
53
+ "39": "CWE-200 Information Disclosure",
54
+ "40": "CWE-201: Insertion of Sensitive Information Into Sent Data",
55
+ "41": "CWE-203 Information Exposure Through Discrepancy",
56
+ "42": "CWE-208 Observable Timing Discrepancy",
57
+ "43": "CWE-208: Observable Timing Discrepancy",
58
+ "44": "CWE-209 - Information Exposure Through Error Message",
59
+ "45": "CWE-209 Generation of Error Message Containing Sensitive Information",
60
+ "46": "CWE-209 Information Exposure Through Error Message",
61
+ "47": "CWE-21 Pathname Traversal",
62
+ "48": "CWE-22 - Path Traversal",
63
+ "49": "CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')",
64
+ "50": "CWE-22 Path Traversal",
65
+ "51": "CWE-235 Improper Handling of Extra Parameters",
66
+ "52": "CWE-24 - Path Traversal: '../filedir'",
67
+ "53": "CWE-24 Path Traversal: '../filedir'",
68
+ "54": "CWE-241: Improper Handling of Unexpected Data Type",
69
+ "55": "CWE-259 Use of Hard-coded Password",
70
+ "56": "CWE-269",
71
+ "57": "CWE-269 Improper Privilege Management",
72
+ "58": "CWE-276 Incorrect Default Permissions",
73
+ "59": "CWE-284 - Improper Access Controls",
74
+ "60": "CWE-284 Improper Access Controls",
75
+ "61": "CWE-285 - Improper Authorization",
76
+ "62": "CWE-285 Improper Authorization",
77
+ "63": "CWE-287 Improper Authentication",
78
+ "64": "CWE-295 Improper Certificate Validation",
79
+ "65": "CWE-297",
80
+ "66": "CWE-306 Missing Authentication for Critical Function",
81
+ "67": "CWE-307 Improper Restriction of Excessive Authentication Attempts",
82
+ "68": "CWE-321 - Use of Hard-coded Cryptographic Key",
83
+ "69": "CWE-330 Insufficiently Random Values",
84
+ "70": "CWE-330 Use of Insufficiently Random Values",
85
+ "71": "CWE-337 Predictable Seed in Pseudo-Random Number Generator (PRNG)",
86
+ "72": "CWE-338 Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)",
87
+ "73": "CWE-340 Generation of Predictable Numbers or Identifiers",
88
+ "74": "CWE-345 Insufficient Verification of Data Authenticity",
89
+ "75": "CWE-352 - Cross-Site Request Forgery",
90
+ "76": "CWE-352 Cross-Site Request Forgery",
91
+ "77": "CWE-352 Cross-Site Request Forgery (CSRF)",
92
+ "78": "CWE-354 Improper Validation of Integrity Check Value",
93
+ "79": "CWE-362 Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')",
94
+ "80": "CWE-362 Race Condition",
95
+ "81": "CWE-366 Race Condition within a Thread",
96
+ "82": "CWE-377 Insecure Temporary File",
97
+ "83": "CWE-384 - Session Fixiation",
98
+ "84": "CWE-384 Session Fixiation",
99
+ "85": "CWE-385 Covert Timing Channel",
100
+ "86": "CWE-392 Missing Report of Error Condition",
101
+ "87": "CWE-400 - Resource Consumption",
102
+ "88": "CWE-400 Resource Consumption",
103
+ "89": "CWE-400 Uncontrolled Resource Consumption",
104
+ "90": "CWE-401 - Memory Leak",
105
+ "91": "CWE-401 Missing Release of Memory after Effective Lifetime",
106
+ "92": "CWE-404 - Denial of Service",
107
+ "93": "CWE-404 Denial of Service",
108
+ "94": "CWE-405",
109
+ "95": "CWE-406 Insufficient Control of Network Message Volume",
110
+ "96": "CWE-407 Inefficient Algorithmic Complexity",
111
+ "97": "CWE-415 Double Free",
112
+ "98": "CWE-416 - Use After Free",
113
+ "99": "CWE-416 Use After Free",
114
+ "100": "CWE-428 Unquoted Search Path or Element",
115
+ "101": "CWE-434 - Unrestricted Upload",
116
+ "102": "CWE-434 Unrestricted Upload",
117
+ "103": "CWE-434 Unrestricted Upload of File with Dangerous Type",
118
+ "104": "CWE-440 Expected Behavior Violation",
119
+ "105": "CWE-444 HTTP Request Smuggling",
120
+ "106": "CWE-472 External Control of Assumed-Immutable Web Parameter",
121
+ "107": "CWE-476 - NULL Pointer Dereference",
122
+ "108": "CWE-476 NULL Pointer Dereference",
123
+ "109": "CWE-497",
124
+ "110": "CWE-502 - Deserialization",
125
+ "111": "CWE-502 Deserialization",
126
+ "112": "CWE-502 Deserialization of Untrusted Data",
127
+ "113": "CWE-502: Deserialization of Untrusted Data",
128
+ "114": "CWE-521 - Weak Password Requirements",
129
+ "115": "CWE-522 Insufficiently Protected Credentials",
130
+ "116": "CWE-532",
131
+ "117": "CWE-532 Insertion of Sensitive Information into Log File",
132
+ "118": "CWE-548 Exposure of Information Through Directory Listing",
133
+ "119": "CWE-59 Improper Link Resolution Before File Access ('Link Following')",
134
+ "120": "CWE-597 Use of Wrong Operator in String Comparison",
135
+ "121": "CWE-601 - Open Redirect",
136
+ "122": "CWE-601 Open Redirect",
137
+ "123": "CWE-606 Unchecked Input for Loop Condition",
138
+ "124": "CWE-61 Symlink Following",
139
+ "125": "CWE-611 XML External Entity Reference",
140
+ "126": "CWE-613 Insufficient Session Expiration",
141
+ "127": "CWE-614 Sensitive Cookie Without Secure Attribute",
142
+ "128": "CWE-617 - Reachable Assertion",
143
+ "129": "CWE-639 - Authorization Bypass",
144
+ "130": "CWE-640 Weak Password Recovery",
145
+ "131": "CWE-667 Improper Locking",
146
+ "132": "CWE-674 Uncontrolled Recursion",
147
+ "133": "CWE-690 Unchecked Return Value to NULL Pointer Dereference",
148
+ "134": "CWE-693 Protection Mechanism Failure",
149
+ "135": "CWE-697 Incorrect Comparison",
150
+ "136": "CWE-704 Incorrect Type Conversion",
151
+ "137": "CWE-73",
152
+ "138": "CWE-73 File Inclusion",
153
+ "139": "CWE-732 Incorrect Permission Assignment for Critical Resource",
154
+ "140": "CWE-74 - Injection",
155
+ "141": "CWE-74 Injection",
156
+ "142": "CWE-755 Improper Handling of Exceptional Conditions",
157
+ "143": "CWE-769 - Uncontrolled File Descriptor Consumption",
158
+ "144": "CWE-77 - Command Injection",
159
+ "145": "CWE-77 Command Injection",
160
+ "146": "CWE-77 Improper Neutralization of Special Elements used in a Command ('Command Injection')",
161
+ "147": "CWE-770",
162
+ "148": "CWE-78 - OS Command Injection",
163
+ "149": "CWE-78 Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')",
164
+ "150": "CWE-78 OS Command Injection",
165
+ "151": "CWE-787 - Out-of-bounds Write",
166
+ "152": "CWE-787 - out-of-bounds write",
167
+ "153": "CWE-787 Out-of-bounds Write",
168
+ "154": "CWE-789 Uncontrolled Memory Allocation",
169
+ "155": "CWE-79",
170
+ "156": "CWE-79 - Cross Site Scripting",
171
+ "157": "CWE-79 Cross Site Scripting",
172
+ "158": "CWE-79 Cross-Site Scripting (XSS)",
173
+ "159": "CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting')",
174
+ "160": "CWE-798 Hard-coded Credentials",
175
+ "161": "CWE-80 Basic Cross Site Scripting",
176
+ "162": "CWE-804 - Guessable CAPTCHA",
177
+ "163": "CWE-824 - Uninitialized Pointer",
178
+ "164": "CWE-824 Access of Uninitialized Pointer",
179
+ "165": "CWE-834 Excessive Iteration",
180
+ "166": "CWE-835 Infinite Loop",
181
+ "167": "CWE-835 Loop with Unreachable Exit Condition ('Infinite Loop')",
182
+ "168": "CWE-840 - Business Logic Errors",
183
+ "169": "CWE-843 Access of Resource Using Incompatible Type ('Type Confusion')",
184
+ "170": "CWE-862 Missing Authorization",
185
+ "171": "CWE-863 Incorrect Authorization",
186
+ "172": "CWE-89 - SQL Injection",
187
+ "173": "CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')",
188
+ "174": "CWE-89 SQL Injection",
189
+ "175": "CWE-90 LDAP Injection",
190
+ "176": "CWE-918 - Server-Side Request Forgery",
191
+ "177": "CWE-918 Server-Side Request Forgery",
192
+ "178": "CWE-918 Server-Side Request Forgery (SSRF)",
193
+ "179": "CWE-926 Improper Export of Android Application Components",
194
+ "180": "CWE-927 Use of Implicit Intent for Sensitive Communication",
195
+ "181": "CWE-94 - Code Injection",
196
+ "182": "CWE-94 Code Injection",
197
+ "183": "CWE-99 Improper Control of Resource Identifiers",
198
+ "184": "Privilege Escalation",
199
+ "185": "n/a"
200
+ },
201
+ "initializer_range": 0.02,
202
+ "intermediate_size": 3072,
203
+ "label2id": {
204
+ "CWE-1004 Cookie Without 'HttpOnly' Flag": 0,
205
+ "CWE-1022 Use of Web Link to Untrusted Target with window.opener Access": 1,
206
+ "CWE-113 HTTP Response Splitting": 2,
207
+ "CWE-113 Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')": 3,
208
+ "CWE-117 Improper Output Neutralization for Logs": 4,
209
+ "CWE-119 - Memory Corruption": 5,
210
+ "CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer": 6,
211
+ "CWE-120 - Buffer Overflow": 7,
212
+ "CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')": 8,
213
+ "CWE-120 Buffer Overflow": 9,
214
+ "CWE-121": 10,
215
+ "CWE-121 - Stack-based Buffer Overflow": 11,
216
+ "CWE-122 - Heap-based Buffer Overflow": 12,
217
+ "CWE-122 Heap-based Buffer Overflow": 13,
218
+ "CWE-125 - Out-of-Bounds Read": 14,
219
+ "CWE-125 Out-of-bounds Read": 15,
220
+ "CWE-1287 Improper Validation of Specified Type of Input": 16,
221
+ "CWE-129 Improper Validation of Array Index": 17,
222
+ "CWE-1321 Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')": 18,
223
+ "CWE-1325 Improperly Controlled Sequential Memory Allocation": 19,
224
+ "CWE-1333 - Inefficient Regular Expression Complexity": 20,
225
+ "CWE-1333 Inefficient Regular Expression Complexity": 21,
226
+ "CWE-1336 Improper Neutralization of Special Elements Used in a Template Engine": 22,
227
+ "CWE-134 Format String": 23,
228
+ "CWE-138 - Improper Neutralization of Special Elements": 24,
229
+ "CWE-1385 Missing Origin Validation in WebSockets": 25,
230
+ "CWE-1395 Dependency on Vulnerable Third-Party Component": 26,
231
+ "CWE-173": 27,
232
+ "CWE-178 Improper Handling of Case Sensitivity": 28,
233
+ "CWE-184 Incomplete List of Disallowed Inputs": 29,
234
+ "CWE-190 - Integer Overflow": 30,
235
+ "CWE-190 Integer Overflow": 31,
236
+ "CWE-190 Integer Overflow or Wraparound": 32,
237
+ "CWE-190: Integer Overflow or Wraparound": 33,
238
+ "CWE-191 Integer Underflow (Wrap or Wraparound)": 34,
239
+ "CWE-191: Integer Underflow (Wrap or Wraparound)": 35,
240
+ "CWE-20 Improper Input Validation": 36,
241
+ "CWE-200 - Information Disclosure": 37,
242
+ "CWE-200 Exposure of Sensitive Information to an Unauthorized Actor": 38,
243
+ "CWE-200 Information Disclosure": 39,
244
+ "CWE-201: Insertion of Sensitive Information Into Sent Data": 40,
245
+ "CWE-203 Information Exposure Through Discrepancy": 41,
246
+ "CWE-208 Observable Timing Discrepancy": 42,
247
+ "CWE-208: Observable Timing Discrepancy": 43,
248
+ "CWE-209 - Information Exposure Through Error Message": 44,
249
+ "CWE-209 Generation of Error Message Containing Sensitive Information": 45,
250
+ "CWE-209 Information Exposure Through Error Message": 46,
251
+ "CWE-21 Pathname Traversal": 47,
252
+ "CWE-22 - Path Traversal": 48,
253
+ "CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')": 49,
254
+ "CWE-22 Path Traversal": 50,
255
+ "CWE-235 Improper Handling of Extra Parameters": 51,
256
+ "CWE-24 - Path Traversal: '../filedir'": 52,
257
+ "CWE-24 Path Traversal: '../filedir'": 53,
258
+ "CWE-241: Improper Handling of Unexpected Data Type": 54,
259
+ "CWE-259 Use of Hard-coded Password": 55,
260
+ "CWE-269": 56,
261
+ "CWE-269 Improper Privilege Management": 57,
262
+ "CWE-276 Incorrect Default Permissions": 58,
263
+ "CWE-284 - Improper Access Controls": 59,
264
+ "CWE-284 Improper Access Controls": 60,
265
+ "CWE-285 - Improper Authorization": 61,
266
+ "CWE-285 Improper Authorization": 62,
267
+ "CWE-287 Improper Authentication": 63,
268
+ "CWE-295 Improper Certificate Validation": 64,
269
+ "CWE-297": 65,
270
+ "CWE-306 Missing Authentication for Critical Function": 66,
271
+ "CWE-307 Improper Restriction of Excessive Authentication Attempts": 67,
272
+ "CWE-321 - Use of Hard-coded Cryptographic Key": 68,
273
+ "CWE-330 Insufficiently Random Values": 69,
274
+ "CWE-330 Use of Insufficiently Random Values": 70,
275
+ "CWE-337 Predictable Seed in Pseudo-Random Number Generator (PRNG)": 71,
276
+ "CWE-338 Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)": 72,
277
+ "CWE-340 Generation of Predictable Numbers or Identifiers": 73,
278
+ "CWE-345 Insufficient Verification of Data Authenticity": 74,
279
+ "CWE-352 - Cross-Site Request Forgery": 75,
280
+ "CWE-352 Cross-Site Request Forgery": 76,
281
+ "CWE-352 Cross-Site Request Forgery (CSRF)": 77,
282
+ "CWE-354 Improper Validation of Integrity Check Value": 78,
283
+ "CWE-362 Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')": 79,
284
+ "CWE-362 Race Condition": 80,
285
+ "CWE-366 Race Condition within a Thread": 81,
286
+ "CWE-377 Insecure Temporary File": 82,
287
+ "CWE-384 - Session Fixiation": 83,
288
+ "CWE-384 Session Fixiation": 84,
289
+ "CWE-385 Covert Timing Channel": 85,
290
+ "CWE-392 Missing Report of Error Condition": 86,
291
+ "CWE-400 - Resource Consumption": 87,
292
+ "CWE-400 Resource Consumption": 88,
293
+ "CWE-400 Uncontrolled Resource Consumption": 89,
294
+ "CWE-401 - Memory Leak": 90,
295
+ "CWE-401 Missing Release of Memory after Effective Lifetime": 91,
296
+ "CWE-404 - Denial of Service": 92,
297
+ "CWE-404 Denial of Service": 93,
298
+ "CWE-405": 94,
299
+ "CWE-406 Insufficient Control of Network Message Volume": 95,
300
+ "CWE-407 Inefficient Algorithmic Complexity": 96,
301
+ "CWE-415 Double Free": 97,
302
+ "CWE-416 - Use After Free": 98,
303
+ "CWE-416 Use After Free": 99,
304
+ "CWE-428 Unquoted Search Path or Element": 100,
305
+ "CWE-434 - Unrestricted Upload": 101,
306
+ "CWE-434 Unrestricted Upload": 102,
307
+ "CWE-434 Unrestricted Upload of File with Dangerous Type": 103,
308
+ "CWE-440 Expected Behavior Violation": 104,
309
+ "CWE-444 HTTP Request Smuggling": 105,
310
+ "CWE-472 External Control of Assumed-Immutable Web Parameter": 106,
311
+ "CWE-476 - NULL Pointer Dereference": 107,
312
+ "CWE-476 NULL Pointer Dereference": 108,
313
+ "CWE-497": 109,
314
+ "CWE-502 - Deserialization": 110,
315
+ "CWE-502 Deserialization": 111,
316
+ "CWE-502 Deserialization of Untrusted Data": 112,
317
+ "CWE-502: Deserialization of Untrusted Data": 113,
318
+ "CWE-521 - Weak Password Requirements": 114,
319
+ "CWE-522 Insufficiently Protected Credentials": 115,
320
+ "CWE-532": 116,
321
+ "CWE-532 Insertion of Sensitive Information into Log File": 117,
322
+ "CWE-548 Exposure of Information Through Directory Listing": 118,
323
+ "CWE-59 Improper Link Resolution Before File Access ('Link Following')": 119,
324
+ "CWE-597 Use of Wrong Operator in String Comparison": 120,
325
+ "CWE-601 - Open Redirect": 121,
326
+ "CWE-601 Open Redirect": 122,
327
+ "CWE-606 Unchecked Input for Loop Condition": 123,
328
+ "CWE-61 Symlink Following": 124,
329
+ "CWE-611 XML External Entity Reference": 125,
330
+ "CWE-613 Insufficient Session Expiration": 126,
331
+ "CWE-614 Sensitive Cookie Without Secure Attribute": 127,
332
+ "CWE-617 - Reachable Assertion": 128,
333
+ "CWE-639 - Authorization Bypass": 129,
334
+ "CWE-640 Weak Password Recovery": 130,
335
+ "CWE-667 Improper Locking": 131,
336
+ "CWE-674 Uncontrolled Recursion": 132,
337
+ "CWE-690 Unchecked Return Value to NULL Pointer Dereference": 133,
338
+ "CWE-693 Protection Mechanism Failure": 134,
339
+ "CWE-697 Incorrect Comparison": 135,
340
+ "CWE-704 Incorrect Type Conversion": 136,
341
+ "CWE-73": 137,
342
+ "CWE-73 File Inclusion": 138,
343
+ "CWE-732 Incorrect Permission Assignment for Critical Resource": 139,
344
+ "CWE-74 - Injection": 140,
345
+ "CWE-74 Injection": 141,
346
+ "CWE-755 Improper Handling of Exceptional Conditions": 142,
347
+ "CWE-769 - Uncontrolled File Descriptor Consumption": 143,
348
+ "CWE-77 - Command Injection": 144,
349
+ "CWE-77 Command Injection": 145,
350
+ "CWE-77 Improper Neutralization of Special Elements used in a Command ('Command Injection')": 146,
351
+ "CWE-770": 147,
352
+ "CWE-78 - OS Command Injection": 148,
353
+ "CWE-78 Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')": 149,
354
+ "CWE-78 OS Command Injection": 150,
355
+ "CWE-787 - Out-of-bounds Write": 151,
356
+ "CWE-787 - out-of-bounds write": 152,
357
+ "CWE-787 Out-of-bounds Write": 153,
358
+ "CWE-789 Uncontrolled Memory Allocation": 154,
359
+ "CWE-79": 155,
360
+ "CWE-79 - Cross Site Scripting": 156,
361
+ "CWE-79 Cross Site Scripting": 157,
362
+ "CWE-79 Cross-Site Scripting (XSS)": 158,
363
+ "CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting')": 159,
364
+ "CWE-798 Hard-coded Credentials": 160,
365
+ "CWE-80 Basic Cross Site Scripting": 161,
366
+ "CWE-804 - Guessable CAPTCHA": 162,
367
+ "CWE-824 - Uninitialized Pointer": 163,
368
+ "CWE-824 Access of Uninitialized Pointer": 164,
369
+ "CWE-834 Excessive Iteration": 165,
370
+ "CWE-835 Infinite Loop": 166,
371
+ "CWE-835 Loop with Unreachable Exit Condition ('Infinite Loop')": 167,
372
+ "CWE-840 - Business Logic Errors": 168,
373
+ "CWE-843 Access of Resource Using Incompatible Type ('Type Confusion')": 169,
374
+ "CWE-862 Missing Authorization": 170,
375
+ "CWE-863 Incorrect Authorization": 171,
376
+ "CWE-89 - SQL Injection": 172,
377
+ "CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')": 173,
378
+ "CWE-89 SQL Injection": 174,
379
+ "CWE-90 LDAP Injection": 175,
380
+ "CWE-918 - Server-Side Request Forgery": 176,
381
+ "CWE-918 Server-Side Request Forgery": 177,
382
+ "CWE-918 Server-Side Request Forgery (SSRF)": 178,
383
+ "CWE-926 Improper Export of Android Application Components": 179,
384
+ "CWE-927 Use of Implicit Intent for Sensitive Communication": 180,
385
+ "CWE-94 - Code Injection": 181,
386
+ "CWE-94 Code Injection": 182,
387
+ "CWE-99 Improper Control of Resource Identifiers": 183,
388
+ "Privilege Escalation": 184,
389
+ "n/a": 185
390
+ },
391
+ "layer_norm_eps": 1e-05,
392
+ "max_position_embeddings": 514,
393
+ "model_type": "roberta",
394
+ "num_attention_heads": 12,
395
+ "num_hidden_layers": 12,
396
+ "output_past": true,
397
+ "pad_token_id": 1,
398
+ "position_embedding_type": "absolute",
399
+ "torch_dtype": "float32",
400
+ "transformers_version": "4.55.0",
401
+ "type_vocab_size": 1,
402
+ "use_cache": true,
403
+ "vocab_size": 50265
404
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92d1e3a521fd1264c21af20989704485eca3da071ddd68b9646c14bc212a6884
3
+ size 499178808
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "extra_special_tokens": {},
51
+ "mask_token": "<mask>",
52
+ "model_max_length": 512,
53
+ "pad_token": "<pad>",
54
+ "sep_token": "</s>",
55
+ "tokenizer_class": "RobertaTokenizer",
56
+ "trim_offsets": true,
57
+ "unk_token": "<unk>"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3676631c656aa29583b290d2e3bd5813fc07f2193ee6c17b8805e0770e49fea9
3
+ size 5777
vocab.json ADDED
The diff for this file is too large to render. See raw diff