elselse commited on
Commit
ee63dd4
·
verified ·
1 Parent(s): 1c44e37

Training in progress, epoch 1

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