muhammtcelik commited on
Commit
7d43f57
1 Parent(s): cc5d148

Upload BertForSequenceClassification

Browse files
Files changed (3) hide show
  1. README.md +199 -0
  2. config.json +528 -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,528 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dbmdz/bert-base-turkish-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "5411-5",
13
+ "1": "5411-171",
14
+ "2": "5464-9",
15
+ "3": "5411-124",
16
+ "4": "5411-48",
17
+ "5": "6493-31",
18
+ "6": "5411-61",
19
+ "7": "5411-95",
20
+ "8": "5411-167",
21
+ "9": "6493-42",
22
+ "10": "5411-116",
23
+ "11": "5411-69",
24
+ "12": "5464-48",
25
+ "13": "5411-62",
26
+ "14": "5411-109",
27
+ "15": "5464-4",
28
+ "16": "5411-8",
29
+ "17": "5411-161",
30
+ "18": "5411-129",
31
+ "19": "5411-77",
32
+ "20": "5411-10",
33
+ "21": "5411-100",
34
+ "22": "5411-144",
35
+ "23": "5411-25",
36
+ "24": "5411-166",
37
+ "25": "5411-22",
38
+ "26": "5411-24",
39
+ "27": "5411-60",
40
+ "28": "5464-26",
41
+ "29": "5411-2",
42
+ "30": "5411-139",
43
+ "31": "5411-54",
44
+ "32": "6493-17",
45
+ "33": "5411-3",
46
+ "34": "5411-70",
47
+ "35": "5411-52",
48
+ "36": "6493-21",
49
+ "37": "5411-155",
50
+ "38": "5411-40",
51
+ "39": "5411-156",
52
+ "40": "5464-5",
53
+ "41": "5411-7",
54
+ "42": "5464-28",
55
+ "43": "5411-87",
56
+ "44": "5411-1",
57
+ "45": "5411-128",
58
+ "46": "5411-79",
59
+ "47": "6493-29",
60
+ "48": "5411-143",
61
+ "49": "5464-44",
62
+ "50": "5411-49",
63
+ "51": "5464-40",
64
+ "52": "6493-38",
65
+ "53": "5411-163",
66
+ "54": "5411-118",
67
+ "55": "5411-56",
68
+ "56": "5411-4",
69
+ "57": "5411-30",
70
+ "58": "5411-125",
71
+ "59": "5411-107",
72
+ "60": "6493-3",
73
+ "61": "5411-133",
74
+ "62": "6493-6",
75
+ "63": "5411-114",
76
+ "64": "5411-66",
77
+ "65": "5411-41",
78
+ "66": "5464-14",
79
+ "67": "5411-117",
80
+ "68": "5411-93",
81
+ "69": "5411-85",
82
+ "70": "5464-37",
83
+ "71": "5411-147",
84
+ "72": "5411-170",
85
+ "73": "5411-98",
86
+ "74": "5464-43",
87
+ "75": "5411-153",
88
+ "76": "5411-34",
89
+ "77": "5464-34",
90
+ "78": "5411-63",
91
+ "79": "6493-43",
92
+ "80": "5411-121",
93
+ "81": "5464-20",
94
+ "82": "5464-2",
95
+ "83": "5464-41",
96
+ "84": "5411-46",
97
+ "85": "5411-9",
98
+ "86": "5464-16",
99
+ "87": "5411-15",
100
+ "88": "6493-30",
101
+ "89": "6493-13",
102
+ "90": "5411-47",
103
+ "91": "5411-99",
104
+ "92": "5411-6",
105
+ "93": "5464-31",
106
+ "94": "6493-15",
107
+ "95": "5411-104",
108
+ "96": "5464-39",
109
+ "97": "5411-55",
110
+ "98": "5411-23",
111
+ "99": "5411-76",
112
+ "100": "5411-72",
113
+ "101": "5464-32",
114
+ "102": "6493-7",
115
+ "103": "5411-145",
116
+ "104": "5411-119",
117
+ "105": "5411-27",
118
+ "106": "5411-18",
119
+ "107": "5411-113",
120
+ "108": "5411-120",
121
+ "109": "5411-157",
122
+ "110": "5411-73",
123
+ "111": "5464-23",
124
+ "112": "5411-149",
125
+ "113": "6493-34",
126
+ "114": "5464-27",
127
+ "115": "5411-37",
128
+ "116": "6493-4",
129
+ "117": "5411-65",
130
+ "118": "5411-21",
131
+ "119": "6493-8",
132
+ "120": "5411-89",
133
+ "121": "5464-36",
134
+ "122": "5411-29",
135
+ "123": "5411-127",
136
+ "124": "5411-31",
137
+ "125": "6493-35",
138
+ "126": "5411-38",
139
+ "127": "5411-97",
140
+ "128": "5464-24",
141
+ "129": "5411-36",
142
+ "130": "5464-13",
143
+ "131": "5411-50",
144
+ "132": "6493-19",
145
+ "133": "5411-51",
146
+ "134": "5464-11",
147
+ "135": "6493-27",
148
+ "136": "5411-13",
149
+ "137": "5411-32",
150
+ "138": "6493-5",
151
+ "139": "5411-102",
152
+ "140": "6493-33",
153
+ "141": "5411-106",
154
+ "142": "5411-58",
155
+ "143": "5464-1",
156
+ "144": "6493-11",
157
+ "145": "5411-92",
158
+ "146": "5411-103",
159
+ "147": "5411-164",
160
+ "148": "5464-46",
161
+ "149": "5464-19",
162
+ "150": "5411-96",
163
+ "151": "5464-10",
164
+ "152": "5411-126",
165
+ "153": "5411-90",
166
+ "154": "5411-158",
167
+ "155": "5411-44",
168
+ "156": "5411-82",
169
+ "157": "5464-7",
170
+ "158": "6493-32",
171
+ "159": "5411-135",
172
+ "160": "5464-6",
173
+ "161": "5411-11",
174
+ "162": "5411-123",
175
+ "163": "5411-33",
176
+ "164": "5411-53",
177
+ "165": "6493-16",
178
+ "166": "5411-140",
179
+ "167": "5464-8",
180
+ "168": "6493-14",
181
+ "169": "6493-36",
182
+ "170": "5411-137",
183
+ "171": "6493-12",
184
+ "172": "5411-150",
185
+ "173": "5411-160",
186
+ "174": "6493-20",
187
+ "175": "5411-57",
188
+ "176": "5411-74",
189
+ "177": "5411-71",
190
+ "178": "5411-35",
191
+ "179": "5411-146",
192
+ "180": "6493-25",
193
+ "181": "6493-37",
194
+ "182": "5411-108",
195
+ "183": "5411-12",
196
+ "184": "6493-24",
197
+ "185": "5411-141",
198
+ "186": "6493-23",
199
+ "187": "5411-154",
200
+ "188": "6493-28",
201
+ "189": "5411-152",
202
+ "190": "5411-59",
203
+ "191": "5464-15",
204
+ "192": "5411-39",
205
+ "193": "5464-17",
206
+ "194": "5411-142",
207
+ "195": "5464-33",
208
+ "196": "5411-148",
209
+ "197": "5464-50",
210
+ "198": "5411-138",
211
+ "199": "5411-159",
212
+ "200": "5464-42",
213
+ "201": "6493-18",
214
+ "202": "5464-30",
215
+ "203": "6493-22",
216
+ "204": "5411-45",
217
+ "205": "5411-83",
218
+ "206": "5411-168",
219
+ "207": "6493-9",
220
+ "208": "6493-10",
221
+ "209": "5411-14",
222
+ "210": "5464-21",
223
+ "211": "5411-111",
224
+ "212": "5411-28",
225
+ "213": "6493-26",
226
+ "214": "5464-22",
227
+ "215": "5464-38",
228
+ "216": "5411-151",
229
+ "217": "5464-45",
230
+ "218": "5411-101",
231
+ "219": "5411-94",
232
+ "220": "5411-20",
233
+ "221": "5464-29",
234
+ "222": "5411-42",
235
+ "223": "5411-67",
236
+ "224": "5411-80",
237
+ "225": "5411-19",
238
+ "226": "5411-81",
239
+ "227": "5411-115",
240
+ "228": "5411-91",
241
+ "229": "5464-47",
242
+ "230": "5411-84",
243
+ "231": "5411-17",
244
+ "232": "6493-2",
245
+ "233": "5464-25",
246
+ "234": "5411-162",
247
+ "235": "5411-88",
248
+ "236": "5464-35",
249
+ "237": "5411-131",
250
+ "238": "5411-78",
251
+ "239": "5464-3",
252
+ "240": "5411-136",
253
+ "241": "5411-75",
254
+ "242": "5464-18",
255
+ "243": "5411-43",
256
+ "244": "6493-1",
257
+ "245": "5411-16",
258
+ "246": "5464-12",
259
+ "247": "5411-26",
260
+ "248": "5411-105"
261
+ },
262
+ "initializer_range": 0.02,
263
+ "intermediate_size": 3072,
264
+ "label2id": {
265
+ "5411-1": 44,
266
+ "5411-10": 20,
267
+ "5411-100": 21,
268
+ "5411-101": 218,
269
+ "5411-102": 139,
270
+ "5411-103": 146,
271
+ "5411-104": 95,
272
+ "5411-105": 248,
273
+ "5411-106": 141,
274
+ "5411-107": 59,
275
+ "5411-108": 182,
276
+ "5411-109": 14,
277
+ "5411-11": 161,
278
+ "5411-111": 211,
279
+ "5411-113": 107,
280
+ "5411-114": 63,
281
+ "5411-115": 227,
282
+ "5411-116": 10,
283
+ "5411-117": 67,
284
+ "5411-118": 54,
285
+ "5411-119": 104,
286
+ "5411-12": 183,
287
+ "5411-120": 108,
288
+ "5411-121": 80,
289
+ "5411-123": 162,
290
+ "5411-124": 3,
291
+ "5411-125": 58,
292
+ "5411-126": 152,
293
+ "5411-127": 123,
294
+ "5411-128": 45,
295
+ "5411-129": 18,
296
+ "5411-13": 136,
297
+ "5411-131": 237,
298
+ "5411-133": 61,
299
+ "5411-135": 159,
300
+ "5411-136": 240,
301
+ "5411-137": 170,
302
+ "5411-138": 198,
303
+ "5411-139": 30,
304
+ "5411-14": 209,
305
+ "5411-140": 166,
306
+ "5411-141": 185,
307
+ "5411-142": 194,
308
+ "5411-143": 48,
309
+ "5411-144": 22,
310
+ "5411-145": 103,
311
+ "5411-146": 179,
312
+ "5411-147": 71,
313
+ "5411-148": 196,
314
+ "5411-149": 112,
315
+ "5411-15": 87,
316
+ "5411-150": 172,
317
+ "5411-151": 216,
318
+ "5411-152": 189,
319
+ "5411-153": 75,
320
+ "5411-154": 187,
321
+ "5411-155": 37,
322
+ "5411-156": 39,
323
+ "5411-157": 109,
324
+ "5411-158": 154,
325
+ "5411-159": 199,
326
+ "5411-16": 245,
327
+ "5411-160": 173,
328
+ "5411-161": 17,
329
+ "5411-162": 234,
330
+ "5411-163": 53,
331
+ "5411-164": 147,
332
+ "5411-166": 24,
333
+ "5411-167": 8,
334
+ "5411-168": 206,
335
+ "5411-17": 231,
336
+ "5411-170": 72,
337
+ "5411-171": 1,
338
+ "5411-18": 106,
339
+ "5411-19": 225,
340
+ "5411-2": 29,
341
+ "5411-20": 220,
342
+ "5411-21": 118,
343
+ "5411-22": 25,
344
+ "5411-23": 98,
345
+ "5411-24": 26,
346
+ "5411-25": 23,
347
+ "5411-26": 247,
348
+ "5411-27": 105,
349
+ "5411-28": 212,
350
+ "5411-29": 122,
351
+ "5411-3": 33,
352
+ "5411-30": 57,
353
+ "5411-31": 124,
354
+ "5411-32": 137,
355
+ "5411-33": 163,
356
+ "5411-34": 76,
357
+ "5411-35": 178,
358
+ "5411-36": 129,
359
+ "5411-37": 115,
360
+ "5411-38": 126,
361
+ "5411-39": 192,
362
+ "5411-4": 56,
363
+ "5411-40": 38,
364
+ "5411-41": 65,
365
+ "5411-42": 222,
366
+ "5411-43": 243,
367
+ "5411-44": 155,
368
+ "5411-45": 204,
369
+ "5411-46": 84,
370
+ "5411-47": 90,
371
+ "5411-48": 4,
372
+ "5411-49": 50,
373
+ "5411-5": 0,
374
+ "5411-50": 131,
375
+ "5411-51": 133,
376
+ "5411-52": 35,
377
+ "5411-53": 164,
378
+ "5411-54": 31,
379
+ "5411-55": 97,
380
+ "5411-56": 55,
381
+ "5411-57": 175,
382
+ "5411-58": 142,
383
+ "5411-59": 190,
384
+ "5411-6": 92,
385
+ "5411-60": 27,
386
+ "5411-61": 6,
387
+ "5411-62": 13,
388
+ "5411-63": 78,
389
+ "5411-65": 117,
390
+ "5411-66": 64,
391
+ "5411-67": 223,
392
+ "5411-69": 11,
393
+ "5411-7": 41,
394
+ "5411-70": 34,
395
+ "5411-71": 177,
396
+ "5411-72": 100,
397
+ "5411-73": 110,
398
+ "5411-74": 176,
399
+ "5411-75": 241,
400
+ "5411-76": 99,
401
+ "5411-77": 19,
402
+ "5411-78": 238,
403
+ "5411-79": 46,
404
+ "5411-8": 16,
405
+ "5411-80": 224,
406
+ "5411-81": 226,
407
+ "5411-82": 156,
408
+ "5411-83": 205,
409
+ "5411-84": 230,
410
+ "5411-85": 69,
411
+ "5411-87": 43,
412
+ "5411-88": 235,
413
+ "5411-89": 120,
414
+ "5411-9": 85,
415
+ "5411-90": 153,
416
+ "5411-91": 228,
417
+ "5411-92": 145,
418
+ "5411-93": 68,
419
+ "5411-94": 219,
420
+ "5411-95": 7,
421
+ "5411-96": 150,
422
+ "5411-97": 127,
423
+ "5411-98": 73,
424
+ "5411-99": 91,
425
+ "5464-1": 143,
426
+ "5464-10": 151,
427
+ "5464-11": 134,
428
+ "5464-12": 246,
429
+ "5464-13": 130,
430
+ "5464-14": 66,
431
+ "5464-15": 191,
432
+ "5464-16": 86,
433
+ "5464-17": 193,
434
+ "5464-18": 242,
435
+ "5464-19": 149,
436
+ "5464-2": 82,
437
+ "5464-20": 81,
438
+ "5464-21": 210,
439
+ "5464-22": 214,
440
+ "5464-23": 111,
441
+ "5464-24": 128,
442
+ "5464-25": 233,
443
+ "5464-26": 28,
444
+ "5464-27": 114,
445
+ "5464-28": 42,
446
+ "5464-29": 221,
447
+ "5464-3": 239,
448
+ "5464-30": 202,
449
+ "5464-31": 93,
450
+ "5464-32": 101,
451
+ "5464-33": 195,
452
+ "5464-34": 77,
453
+ "5464-35": 236,
454
+ "5464-36": 121,
455
+ "5464-37": 70,
456
+ "5464-38": 215,
457
+ "5464-39": 96,
458
+ "5464-4": 15,
459
+ "5464-40": 51,
460
+ "5464-41": 83,
461
+ "5464-42": 200,
462
+ "5464-43": 74,
463
+ "5464-44": 49,
464
+ "5464-45": 217,
465
+ "5464-46": 148,
466
+ "5464-47": 229,
467
+ "5464-48": 12,
468
+ "5464-5": 40,
469
+ "5464-50": 197,
470
+ "5464-6": 160,
471
+ "5464-7": 157,
472
+ "5464-8": 167,
473
+ "5464-9": 2,
474
+ "6493-1": 244,
475
+ "6493-10": 208,
476
+ "6493-11": 144,
477
+ "6493-12": 171,
478
+ "6493-13": 89,
479
+ "6493-14": 168,
480
+ "6493-15": 94,
481
+ "6493-16": 165,
482
+ "6493-17": 32,
483
+ "6493-18": 201,
484
+ "6493-19": 132,
485
+ "6493-2": 232,
486
+ "6493-20": 174,
487
+ "6493-21": 36,
488
+ "6493-22": 203,
489
+ "6493-23": 186,
490
+ "6493-24": 184,
491
+ "6493-25": 180,
492
+ "6493-26": 213,
493
+ "6493-27": 135,
494
+ "6493-28": 188,
495
+ "6493-29": 47,
496
+ "6493-3": 60,
497
+ "6493-30": 88,
498
+ "6493-31": 5,
499
+ "6493-32": 158,
500
+ "6493-33": 140,
501
+ "6493-34": 113,
502
+ "6493-35": 125,
503
+ "6493-36": 169,
504
+ "6493-37": 181,
505
+ "6493-38": 52,
506
+ "6493-4": 116,
507
+ "6493-42": 9,
508
+ "6493-43": 79,
509
+ "6493-5": 138,
510
+ "6493-6": 62,
511
+ "6493-7": 102,
512
+ "6493-8": 119,
513
+ "6493-9": 207
514
+ },
515
+ "layer_norm_eps": 1e-12,
516
+ "max_position_embeddings": 512,
517
+ "model_type": "bert",
518
+ "num_attention_heads": 12,
519
+ "num_hidden_layers": 12,
520
+ "pad_token_id": 0,
521
+ "position_embedding_type": "absolute",
522
+ "problem_type": "single_label_classification",
523
+ "torch_dtype": "float32",
524
+ "transformers_version": "4.42.4",
525
+ "type_vocab_size": 2,
526
+ "use_cache": true,
527
+ "vocab_size": 32000
528
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad6b7f563c7282cb49ca30507a2032b8b17edcc3462f77ebaaec4993d4aecd9c
3
+ size 443258844