mulliken commited on
Commit
5ceac98
·
verified ·
1 Parent(s): 01615fa

Upload DistilBertForSequenceClassification

Browse files
Files changed (3) hide show
  1. README.md +199 -0
  2. config.json +492 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
config.json ADDED
@@ -0,0 +1,492 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "hidden_dim": 3072,
10
+ "id2label": {
11
+ "0": "CWE-1",
12
+ "1": "CWE-1021",
13
+ "2": "CWE-113",
14
+ "3": "CWE-116",
15
+ "4": "CWE-117",
16
+ "5": "CWE-118",
17
+ "6": "CWE-1187",
18
+ "7": "CWE-1188",
19
+ "8": "CWE-119",
20
+ "9": "CWE-120",
21
+ "10": "CWE-121",
22
+ "11": "CWE-122",
23
+ "12": "CWE-123",
24
+ "13": "CWE-1236",
25
+ "14": "CWE-125",
26
+ "15": "CWE-126",
27
+ "16": "CWE-1284",
28
+ "17": "CWE-1286",
29
+ "18": "CWE-129",
30
+ "19": "CWE-131",
31
+ "20": "CWE-1321",
32
+ "21": "CWE-1333",
33
+ "22": "CWE-134",
34
+ "23": "CWE-16",
35
+ "24": "CWE-17",
36
+ "25": "CWE-170",
37
+ "26": "CWE-172",
38
+ "27": "CWE-178",
39
+ "28": "CWE-18",
40
+ "29": "CWE-184",
41
+ "30": "CWE-185",
42
+ "31": "CWE-189",
43
+ "32": "CWE-19",
44
+ "33": "CWE-190",
45
+ "34": "CWE-191",
46
+ "35": "CWE-193",
47
+ "36": "CWE-199",
48
+ "37": "CWE-20",
49
+ "38": "CWE-200",
50
+ "39": "CWE-201",
51
+ "40": "CWE-202",
52
+ "41": "CWE-203",
53
+ "42": "CWE-208",
54
+ "43": "CWE-209",
55
+ "44": "CWE-21",
56
+ "45": "CWE-212",
57
+ "46": "CWE-214",
58
+ "47": "CWE-22",
59
+ "48": "CWE-23",
60
+ "49": "CWE-240",
61
+ "50": "CWE-248",
62
+ "51": "CWE-250",
63
+ "52": "CWE-252",
64
+ "53": "CWE-254",
65
+ "54": "CWE-255",
66
+ "55": "CWE-256",
67
+ "56": "CWE-259",
68
+ "57": "CWE-264",
69
+ "58": "CWE-266",
70
+ "59": "CWE-269",
71
+ "60": "CWE-270",
72
+ "61": "CWE-273",
73
+ "62": "CWE-275",
74
+ "63": "CWE-276",
75
+ "64": "CWE-281",
76
+ "65": "CWE-283",
77
+ "66": "CWE-284",
78
+ "67": "CWE-285",
79
+ "68": "CWE-287",
80
+ "69": "CWE-288",
81
+ "70": "CWE-290",
82
+ "71": "CWE-294",
83
+ "72": "CWE-295",
84
+ "73": "CWE-297",
85
+ "74": "CWE-300",
86
+ "75": "CWE-303",
87
+ "76": "CWE-305",
88
+ "77": "CWE-306",
89
+ "78": "CWE-307",
90
+ "79": "CWE-310",
91
+ "80": "CWE-311",
92
+ "81": "CWE-312",
93
+ "82": "CWE-319",
94
+ "83": "CWE-320",
95
+ "84": "CWE-321",
96
+ "85": "CWE-326",
97
+ "86": "CWE-327",
98
+ "87": "CWE-330",
99
+ "88": "CWE-331",
100
+ "89": "CWE-332",
101
+ "90": "CWE-335",
102
+ "91": "CWE-338",
103
+ "92": "CWE-342",
104
+ "93": "CWE-345",
105
+ "94": "CWE-346",
106
+ "95": "CWE-347",
107
+ "96": "CWE-349",
108
+ "97": "CWE-35",
109
+ "98": "CWE-350",
110
+ "99": "CWE-352",
111
+ "100": "CWE-353",
112
+ "101": "CWE-354",
113
+ "102": "CWE-358",
114
+ "103": "CWE-359",
115
+ "104": "CWE-36",
116
+ "105": "CWE-361",
117
+ "106": "CWE-362",
118
+ "107": "CWE-367",
119
+ "108": "CWE-369",
120
+ "109": "CWE-377",
121
+ "110": "CWE-378",
122
+ "111": "CWE-379",
123
+ "112": "CWE-384",
124
+ "113": "CWE-385",
125
+ "114": "CWE-388",
126
+ "115": "CWE-399",
127
+ "116": "CWE-400",
128
+ "117": "CWE-401",
129
+ "118": "CWE-404",
130
+ "119": "CWE-405",
131
+ "120": "CWE-407",
132
+ "121": "CWE-415",
133
+ "122": "CWE-416",
134
+ "123": "CWE-417",
135
+ "124": "CWE-425",
136
+ "125": "CWE-426",
137
+ "126": "CWE-427",
138
+ "127": "CWE-428",
139
+ "128": "CWE-434",
140
+ "129": "CWE-436",
141
+ "130": "CWE-441",
142
+ "131": "CWE-444",
143
+ "132": "CWE-457",
144
+ "133": "CWE-459",
145
+ "134": "CWE-470",
146
+ "135": "CWE-471",
147
+ "136": "CWE-472",
148
+ "137": "CWE-476",
149
+ "138": "CWE-489",
150
+ "139": "CWE-494",
151
+ "140": "CWE-497",
152
+ "141": "CWE-502",
153
+ "142": "CWE-521",
154
+ "143": "CWE-522",
155
+ "144": "CWE-532",
156
+ "145": "CWE-534",
157
+ "146": "CWE-538",
158
+ "147": "CWE-548",
159
+ "148": "CWE-552",
160
+ "149": "CWE-565",
161
+ "150": "CWE-59",
162
+ "151": "CWE-601",
163
+ "152": "CWE-61",
164
+ "153": "CWE-610",
165
+ "154": "CWE-611",
166
+ "155": "CWE-613",
167
+ "156": "CWE-617",
168
+ "157": "CWE-639",
169
+ "158": "CWE-640",
170
+ "159": "CWE-642",
171
+ "160": "CWE-644",
172
+ "161": "CWE-657",
173
+ "162": "CWE-662",
174
+ "163": "CWE-664",
175
+ "164": "CWE-665",
176
+ "165": "CWE-667",
177
+ "166": "CWE-668",
178
+ "167": "CWE-669",
179
+ "168": "CWE-670",
180
+ "169": "CWE-672",
181
+ "170": "CWE-674",
182
+ "171": "CWE-680",
183
+ "172": "CWE-681",
184
+ "173": "CWE-682",
185
+ "174": "CWE-693",
186
+ "175": "CWE-697",
187
+ "176": "CWE-704",
188
+ "177": "CWE-706",
189
+ "178": "CWE-707",
190
+ "179": "CWE-73",
191
+ "180": "CWE-732",
192
+ "181": "CWE-74",
193
+ "182": "CWE-749",
194
+ "183": "CWE-754",
195
+ "184": "CWE-755",
196
+ "185": "CWE-757",
197
+ "186": "CWE-763",
198
+ "187": "CWE-769",
199
+ "188": "CWE-77",
200
+ "189": "CWE-770",
201
+ "190": "CWE-772",
202
+ "191": "CWE-776",
203
+ "192": "CWE-78",
204
+ "193": "CWE-787",
205
+ "194": "CWE-788",
206
+ "195": "CWE-789",
207
+ "196": "CWE-79",
208
+ "197": "CWE-798",
209
+ "198": "CWE-799",
210
+ "199": "CWE-80",
211
+ "200": "CWE-805",
212
+ "201": "CWE-807",
213
+ "202": "CWE-822",
214
+ "203": "CWE-823",
215
+ "204": "CWE-824",
216
+ "205": "CWE-829",
217
+ "206": "CWE-834",
218
+ "207": "CWE-835",
219
+ "208": "CWE-838",
220
+ "209": "CWE-840",
221
+ "210": "CWE-843",
222
+ "211": "CWE-862",
223
+ "212": "CWE-863",
224
+ "213": "CWE-88",
225
+ "214": "CWE-89",
226
+ "215": "CWE-90",
227
+ "216": "CWE-908",
228
+ "217": "CWE-909",
229
+ "218": "CWE-91",
230
+ "219": "CWE-912",
231
+ "220": "CWE-913",
232
+ "221": "CWE-915",
233
+ "222": "CWE-916",
234
+ "223": "CWE-917",
235
+ "224": "CWE-918",
236
+ "225": "CWE-920",
237
+ "226": "CWE-922",
238
+ "227": "CWE-924",
239
+ "228": "CWE-93",
240
+ "229": "CWE-94",
241
+ "230": "CWE-943",
242
+ "231": "CWE-99"
243
+ },
244
+ "initializer_range": 0.02,
245
+ "label2id": {
246
+ "CWE-1": 0,
247
+ "CWE-1021": 1,
248
+ "CWE-113": 2,
249
+ "CWE-116": 3,
250
+ "CWE-117": 4,
251
+ "CWE-118": 5,
252
+ "CWE-1187": 6,
253
+ "CWE-1188": 7,
254
+ "CWE-119": 8,
255
+ "CWE-120": 9,
256
+ "CWE-121": 10,
257
+ "CWE-122": 11,
258
+ "CWE-123": 12,
259
+ "CWE-1236": 13,
260
+ "CWE-125": 14,
261
+ "CWE-126": 15,
262
+ "CWE-1284": 16,
263
+ "CWE-1286": 17,
264
+ "CWE-129": 18,
265
+ "CWE-131": 19,
266
+ "CWE-1321": 20,
267
+ "CWE-1333": 21,
268
+ "CWE-134": 22,
269
+ "CWE-16": 23,
270
+ "CWE-17": 24,
271
+ "CWE-170": 25,
272
+ "CWE-172": 26,
273
+ "CWE-178": 27,
274
+ "CWE-18": 28,
275
+ "CWE-184": 29,
276
+ "CWE-185": 30,
277
+ "CWE-189": 31,
278
+ "CWE-19": 32,
279
+ "CWE-190": 33,
280
+ "CWE-191": 34,
281
+ "CWE-193": 35,
282
+ "CWE-199": 36,
283
+ "CWE-20": 37,
284
+ "CWE-200": 38,
285
+ "CWE-201": 39,
286
+ "CWE-202": 40,
287
+ "CWE-203": 41,
288
+ "CWE-208": 42,
289
+ "CWE-209": 43,
290
+ "CWE-21": 44,
291
+ "CWE-212": 45,
292
+ "CWE-214": 46,
293
+ "CWE-22": 47,
294
+ "CWE-23": 48,
295
+ "CWE-240": 49,
296
+ "CWE-248": 50,
297
+ "CWE-250": 51,
298
+ "CWE-252": 52,
299
+ "CWE-254": 53,
300
+ "CWE-255": 54,
301
+ "CWE-256": 55,
302
+ "CWE-259": 56,
303
+ "CWE-264": 57,
304
+ "CWE-266": 58,
305
+ "CWE-269": 59,
306
+ "CWE-270": 60,
307
+ "CWE-273": 61,
308
+ "CWE-275": 62,
309
+ "CWE-276": 63,
310
+ "CWE-281": 64,
311
+ "CWE-283": 65,
312
+ "CWE-284": 66,
313
+ "CWE-285": 67,
314
+ "CWE-287": 68,
315
+ "CWE-288": 69,
316
+ "CWE-290": 70,
317
+ "CWE-294": 71,
318
+ "CWE-295": 72,
319
+ "CWE-297": 73,
320
+ "CWE-300": 74,
321
+ "CWE-303": 75,
322
+ "CWE-305": 76,
323
+ "CWE-306": 77,
324
+ "CWE-307": 78,
325
+ "CWE-310": 79,
326
+ "CWE-311": 80,
327
+ "CWE-312": 81,
328
+ "CWE-319": 82,
329
+ "CWE-320": 83,
330
+ "CWE-321": 84,
331
+ "CWE-326": 85,
332
+ "CWE-327": 86,
333
+ "CWE-330": 87,
334
+ "CWE-331": 88,
335
+ "CWE-332": 89,
336
+ "CWE-335": 90,
337
+ "CWE-338": 91,
338
+ "CWE-342": 92,
339
+ "CWE-345": 93,
340
+ "CWE-346": 94,
341
+ "CWE-347": 95,
342
+ "CWE-349": 96,
343
+ "CWE-35": 97,
344
+ "CWE-350": 98,
345
+ "CWE-352": 99,
346
+ "CWE-353": 100,
347
+ "CWE-354": 101,
348
+ "CWE-358": 102,
349
+ "CWE-359": 103,
350
+ "CWE-36": 104,
351
+ "CWE-361": 105,
352
+ "CWE-362": 106,
353
+ "CWE-367": 107,
354
+ "CWE-369": 108,
355
+ "CWE-377": 109,
356
+ "CWE-378": 110,
357
+ "CWE-379": 111,
358
+ "CWE-384": 112,
359
+ "CWE-385": 113,
360
+ "CWE-388": 114,
361
+ "CWE-399": 115,
362
+ "CWE-400": 116,
363
+ "CWE-401": 117,
364
+ "CWE-404": 118,
365
+ "CWE-405": 119,
366
+ "CWE-407": 120,
367
+ "CWE-415": 121,
368
+ "CWE-416": 122,
369
+ "CWE-417": 123,
370
+ "CWE-425": 124,
371
+ "CWE-426": 125,
372
+ "CWE-427": 126,
373
+ "CWE-428": 127,
374
+ "CWE-434": 128,
375
+ "CWE-436": 129,
376
+ "CWE-441": 130,
377
+ "CWE-444": 131,
378
+ "CWE-457": 132,
379
+ "CWE-459": 133,
380
+ "CWE-470": 134,
381
+ "CWE-471": 135,
382
+ "CWE-472": 136,
383
+ "CWE-476": 137,
384
+ "CWE-489": 138,
385
+ "CWE-494": 139,
386
+ "CWE-497": 140,
387
+ "CWE-502": 141,
388
+ "CWE-521": 142,
389
+ "CWE-522": 143,
390
+ "CWE-532": 144,
391
+ "CWE-534": 145,
392
+ "CWE-538": 146,
393
+ "CWE-548": 147,
394
+ "CWE-552": 148,
395
+ "CWE-565": 149,
396
+ "CWE-59": 150,
397
+ "CWE-601": 151,
398
+ "CWE-61": 152,
399
+ "CWE-610": 153,
400
+ "CWE-611": 154,
401
+ "CWE-613": 155,
402
+ "CWE-617": 156,
403
+ "CWE-639": 157,
404
+ "CWE-640": 158,
405
+ "CWE-642": 159,
406
+ "CWE-644": 160,
407
+ "CWE-657": 161,
408
+ "CWE-662": 162,
409
+ "CWE-664": 163,
410
+ "CWE-665": 164,
411
+ "CWE-667": 165,
412
+ "CWE-668": 166,
413
+ "CWE-669": 167,
414
+ "CWE-670": 168,
415
+ "CWE-672": 169,
416
+ "CWE-674": 170,
417
+ "CWE-680": 171,
418
+ "CWE-681": 172,
419
+ "CWE-682": 173,
420
+ "CWE-693": 174,
421
+ "CWE-697": 175,
422
+ "CWE-704": 176,
423
+ "CWE-706": 177,
424
+ "CWE-707": 178,
425
+ "CWE-73": 179,
426
+ "CWE-732": 180,
427
+ "CWE-74": 181,
428
+ "CWE-749": 182,
429
+ "CWE-754": 183,
430
+ "CWE-755": 184,
431
+ "CWE-757": 185,
432
+ "CWE-763": 186,
433
+ "CWE-769": 187,
434
+ "CWE-77": 188,
435
+ "CWE-770": 189,
436
+ "CWE-772": 190,
437
+ "CWE-776": 191,
438
+ "CWE-78": 192,
439
+ "CWE-787": 193,
440
+ "CWE-788": 194,
441
+ "CWE-789": 195,
442
+ "CWE-79": 196,
443
+ "CWE-798": 197,
444
+ "CWE-799": 198,
445
+ "CWE-80": 199,
446
+ "CWE-805": 200,
447
+ "CWE-807": 201,
448
+ "CWE-822": 202,
449
+ "CWE-823": 203,
450
+ "CWE-824": 204,
451
+ "CWE-829": 205,
452
+ "CWE-834": 206,
453
+ "CWE-835": 207,
454
+ "CWE-838": 208,
455
+ "CWE-840": 209,
456
+ "CWE-843": 210,
457
+ "CWE-862": 211,
458
+ "CWE-863": 212,
459
+ "CWE-88": 213,
460
+ "CWE-89": 214,
461
+ "CWE-90": 215,
462
+ "CWE-908": 216,
463
+ "CWE-909": 217,
464
+ "CWE-91": 218,
465
+ "CWE-912": 219,
466
+ "CWE-913": 220,
467
+ "CWE-915": 221,
468
+ "CWE-916": 222,
469
+ "CWE-917": 223,
470
+ "CWE-918": 224,
471
+ "CWE-920": 225,
472
+ "CWE-922": 226,
473
+ "CWE-924": 227,
474
+ "CWE-93": 228,
475
+ "CWE-94": 229,
476
+ "CWE-943": 230,
477
+ "CWE-99": 231
478
+ },
479
+ "max_position_embeddings": 512,
480
+ "model_type": "distilbert",
481
+ "n_heads": 12,
482
+ "n_layers": 6,
483
+ "pad_token_id": 0,
484
+ "problem_type": "single_label_classification",
485
+ "qa_dropout": 0.1,
486
+ "seq_classif_dropout": 0.2,
487
+ "sinusoidal_pos_embds": false,
488
+ "tie_weights_": true,
489
+ "torch_dtype": "float32",
490
+ "transformers_version": "4.55.0",
491
+ "vocab_size": 30522
492
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8b72b39787c19650b6a70927402c72887c09c10e23f681f28791c9fc72e7f56
3
+ size 268540056