yasirkayaalp commited on
Commit
a703713
·
verified ·
1 Parent(s): 37a9507

Model save

Browse files
README.md CHANGED
@@ -1,199 +1,61 @@
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]
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: TURKCELL/roberta-base-turkish-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: hukukAi
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # hukukAi
16
+
17
+ This model is a fine-tuned version of [TURKCELL/roberta-base-turkish-uncased](https://huggingface.co/TURKCELL/roberta-base-turkish-uncased) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 5.7790
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 4
41
+ - seed: 42
42
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 10
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 5.1882 | 1.0 | 121 | 5.2448 |
51
+ | 5.1711 | 2.0 | 242 | 5.3494 |
52
+ | 5.1571 | 3.0 | 363 | 5.4986 |
53
+ | 5.1536 | 4.0 | 484 | 5.7790 |
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.46.3
59
+ - Pytorch 2.5.1+cpu
60
+ - Datasets 3.1.0
61
+ - Tokenizers 0.20.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
best_model/config.json ADDED
@@ -0,0 +1,387 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "TURKCELL/roberta-base-turkish-uncased",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "LABEL_0",
16
+ "1": "LABEL_1",
17
+ "2": "LABEL_2",
18
+ "3": "LABEL_3",
19
+ "4": "LABEL_4",
20
+ "5": "LABEL_5",
21
+ "6": "LABEL_6",
22
+ "7": "LABEL_7",
23
+ "8": "LABEL_8",
24
+ "9": "LABEL_9",
25
+ "10": "LABEL_10",
26
+ "11": "LABEL_11",
27
+ "12": "LABEL_12",
28
+ "13": "LABEL_13",
29
+ "14": "LABEL_14",
30
+ "15": "LABEL_15",
31
+ "16": "LABEL_16",
32
+ "17": "LABEL_17",
33
+ "18": "LABEL_18",
34
+ "19": "LABEL_19",
35
+ "20": "LABEL_20",
36
+ "21": "LABEL_21",
37
+ "22": "LABEL_22",
38
+ "23": "LABEL_23",
39
+ "24": "LABEL_24",
40
+ "25": "LABEL_25",
41
+ "26": "LABEL_26",
42
+ "27": "LABEL_27",
43
+ "28": "LABEL_28",
44
+ "29": "LABEL_29",
45
+ "30": "LABEL_30",
46
+ "31": "LABEL_31",
47
+ "32": "LABEL_32",
48
+ "33": "LABEL_33",
49
+ "34": "LABEL_34",
50
+ "35": "LABEL_35",
51
+ "36": "LABEL_36",
52
+ "37": "LABEL_37",
53
+ "38": "LABEL_38",
54
+ "39": "LABEL_39",
55
+ "40": "LABEL_40",
56
+ "41": "LABEL_41",
57
+ "42": "LABEL_42",
58
+ "43": "LABEL_43",
59
+ "44": "LABEL_44",
60
+ "45": "LABEL_45",
61
+ "46": "LABEL_46",
62
+ "47": "LABEL_47",
63
+ "48": "LABEL_48",
64
+ "49": "LABEL_49",
65
+ "50": "LABEL_50",
66
+ "51": "LABEL_51",
67
+ "52": "LABEL_52",
68
+ "53": "LABEL_53",
69
+ "54": "LABEL_54",
70
+ "55": "LABEL_55",
71
+ "56": "LABEL_56",
72
+ "57": "LABEL_57",
73
+ "58": "LABEL_58",
74
+ "59": "LABEL_59",
75
+ "60": "LABEL_60",
76
+ "61": "LABEL_61",
77
+ "62": "LABEL_62",
78
+ "63": "LABEL_63",
79
+ "64": "LABEL_64",
80
+ "65": "LABEL_65",
81
+ "66": "LABEL_66",
82
+ "67": "LABEL_67",
83
+ "68": "LABEL_68",
84
+ "69": "LABEL_69",
85
+ "70": "LABEL_70",
86
+ "71": "LABEL_71",
87
+ "72": "LABEL_72",
88
+ "73": "LABEL_73",
89
+ "74": "LABEL_74",
90
+ "75": "LABEL_75",
91
+ "76": "LABEL_76",
92
+ "77": "LABEL_77",
93
+ "78": "LABEL_78",
94
+ "79": "LABEL_79",
95
+ "80": "LABEL_80",
96
+ "81": "LABEL_81",
97
+ "82": "LABEL_82",
98
+ "83": "LABEL_83",
99
+ "84": "LABEL_84",
100
+ "85": "LABEL_85",
101
+ "86": "LABEL_86",
102
+ "87": "LABEL_87",
103
+ "88": "LABEL_88",
104
+ "89": "LABEL_89",
105
+ "90": "LABEL_90",
106
+ "91": "LABEL_91",
107
+ "92": "LABEL_92",
108
+ "93": "LABEL_93",
109
+ "94": "LABEL_94",
110
+ "95": "LABEL_95",
111
+ "96": "LABEL_96",
112
+ "97": "LABEL_97",
113
+ "98": "LABEL_98",
114
+ "99": "LABEL_99",
115
+ "100": "LABEL_100",
116
+ "101": "LABEL_101",
117
+ "102": "LABEL_102",
118
+ "103": "LABEL_103",
119
+ "104": "LABEL_104",
120
+ "105": "LABEL_105",
121
+ "106": "LABEL_106",
122
+ "107": "LABEL_107",
123
+ "108": "LABEL_108",
124
+ "109": "LABEL_109",
125
+ "110": "LABEL_110",
126
+ "111": "LABEL_111",
127
+ "112": "LABEL_112",
128
+ "113": "LABEL_113",
129
+ "114": "LABEL_114",
130
+ "115": "LABEL_115",
131
+ "116": "LABEL_116",
132
+ "117": "LABEL_117",
133
+ "118": "LABEL_118",
134
+ "119": "LABEL_119",
135
+ "120": "LABEL_120",
136
+ "121": "LABEL_121",
137
+ "122": "LABEL_122",
138
+ "123": "LABEL_123",
139
+ "124": "LABEL_124",
140
+ "125": "LABEL_125",
141
+ "126": "LABEL_126",
142
+ "127": "LABEL_127",
143
+ "128": "LABEL_128",
144
+ "129": "LABEL_129",
145
+ "130": "LABEL_130",
146
+ "131": "LABEL_131",
147
+ "132": "LABEL_132",
148
+ "133": "LABEL_133",
149
+ "134": "LABEL_134",
150
+ "135": "LABEL_135",
151
+ "136": "LABEL_136",
152
+ "137": "LABEL_137",
153
+ "138": "LABEL_138",
154
+ "139": "LABEL_139",
155
+ "140": "LABEL_140",
156
+ "141": "LABEL_141",
157
+ "142": "LABEL_142",
158
+ "143": "LABEL_143",
159
+ "144": "LABEL_144",
160
+ "145": "LABEL_145",
161
+ "146": "LABEL_146",
162
+ "147": "LABEL_147",
163
+ "148": "LABEL_148",
164
+ "149": "LABEL_149",
165
+ "150": "LABEL_150",
166
+ "151": "LABEL_151",
167
+ "152": "LABEL_152",
168
+ "153": "LABEL_153",
169
+ "154": "LABEL_154",
170
+ "155": "LABEL_155",
171
+ "156": "LABEL_156",
172
+ "157": "LABEL_157",
173
+ "158": "LABEL_158",
174
+ "159": "LABEL_159",
175
+ "160": "LABEL_160",
176
+ "161": "LABEL_161",
177
+ "162": "LABEL_162",
178
+ "163": "LABEL_163",
179
+ "164": "LABEL_164",
180
+ "165": "LABEL_165",
181
+ "166": "LABEL_166",
182
+ "167": "LABEL_167",
183
+ "168": "LABEL_168",
184
+ "169": "LABEL_169",
185
+ "170": "LABEL_170",
186
+ "171": "LABEL_171",
187
+ "172": "LABEL_172",
188
+ "173": "LABEL_173",
189
+ "174": "LABEL_174",
190
+ "175": "LABEL_175",
191
+ "176": "LABEL_176"
192
+ },
193
+ "initializer_range": 0.02,
194
+ "intermediate_size": 3072,
195
+ "label2id": {
196
+ "LABEL_0": 0,
197
+ "LABEL_1": 1,
198
+ "LABEL_10": 10,
199
+ "LABEL_100": 100,
200
+ "LABEL_101": 101,
201
+ "LABEL_102": 102,
202
+ "LABEL_103": 103,
203
+ "LABEL_104": 104,
204
+ "LABEL_105": 105,
205
+ "LABEL_106": 106,
206
+ "LABEL_107": 107,
207
+ "LABEL_108": 108,
208
+ "LABEL_109": 109,
209
+ "LABEL_11": 11,
210
+ "LABEL_110": 110,
211
+ "LABEL_111": 111,
212
+ "LABEL_112": 112,
213
+ "LABEL_113": 113,
214
+ "LABEL_114": 114,
215
+ "LABEL_115": 115,
216
+ "LABEL_116": 116,
217
+ "LABEL_117": 117,
218
+ "LABEL_118": 118,
219
+ "LABEL_119": 119,
220
+ "LABEL_12": 12,
221
+ "LABEL_120": 120,
222
+ "LABEL_121": 121,
223
+ "LABEL_122": 122,
224
+ "LABEL_123": 123,
225
+ "LABEL_124": 124,
226
+ "LABEL_125": 125,
227
+ "LABEL_126": 126,
228
+ "LABEL_127": 127,
229
+ "LABEL_128": 128,
230
+ "LABEL_129": 129,
231
+ "LABEL_13": 13,
232
+ "LABEL_130": 130,
233
+ "LABEL_131": 131,
234
+ "LABEL_132": 132,
235
+ "LABEL_133": 133,
236
+ "LABEL_134": 134,
237
+ "LABEL_135": 135,
238
+ "LABEL_136": 136,
239
+ "LABEL_137": 137,
240
+ "LABEL_138": 138,
241
+ "LABEL_139": 139,
242
+ "LABEL_14": 14,
243
+ "LABEL_140": 140,
244
+ "LABEL_141": 141,
245
+ "LABEL_142": 142,
246
+ "LABEL_143": 143,
247
+ "LABEL_144": 144,
248
+ "LABEL_145": 145,
249
+ "LABEL_146": 146,
250
+ "LABEL_147": 147,
251
+ "LABEL_148": 148,
252
+ "LABEL_149": 149,
253
+ "LABEL_15": 15,
254
+ "LABEL_150": 150,
255
+ "LABEL_151": 151,
256
+ "LABEL_152": 152,
257
+ "LABEL_153": 153,
258
+ "LABEL_154": 154,
259
+ "LABEL_155": 155,
260
+ "LABEL_156": 156,
261
+ "LABEL_157": 157,
262
+ "LABEL_158": 158,
263
+ "LABEL_159": 159,
264
+ "LABEL_16": 16,
265
+ "LABEL_160": 160,
266
+ "LABEL_161": 161,
267
+ "LABEL_162": 162,
268
+ "LABEL_163": 163,
269
+ "LABEL_164": 164,
270
+ "LABEL_165": 165,
271
+ "LABEL_166": 166,
272
+ "LABEL_167": 167,
273
+ "LABEL_168": 168,
274
+ "LABEL_169": 169,
275
+ "LABEL_17": 17,
276
+ "LABEL_170": 170,
277
+ "LABEL_171": 171,
278
+ "LABEL_172": 172,
279
+ "LABEL_173": 173,
280
+ "LABEL_174": 174,
281
+ "LABEL_175": 175,
282
+ "LABEL_176": 176,
283
+ "LABEL_18": 18,
284
+ "LABEL_19": 19,
285
+ "LABEL_2": 2,
286
+ "LABEL_20": 20,
287
+ "LABEL_21": 21,
288
+ "LABEL_22": 22,
289
+ "LABEL_23": 23,
290
+ "LABEL_24": 24,
291
+ "LABEL_25": 25,
292
+ "LABEL_26": 26,
293
+ "LABEL_27": 27,
294
+ "LABEL_28": 28,
295
+ "LABEL_29": 29,
296
+ "LABEL_3": 3,
297
+ "LABEL_30": 30,
298
+ "LABEL_31": 31,
299
+ "LABEL_32": 32,
300
+ "LABEL_33": 33,
301
+ "LABEL_34": 34,
302
+ "LABEL_35": 35,
303
+ "LABEL_36": 36,
304
+ "LABEL_37": 37,
305
+ "LABEL_38": 38,
306
+ "LABEL_39": 39,
307
+ "LABEL_4": 4,
308
+ "LABEL_40": 40,
309
+ "LABEL_41": 41,
310
+ "LABEL_42": 42,
311
+ "LABEL_43": 43,
312
+ "LABEL_44": 44,
313
+ "LABEL_45": 45,
314
+ "LABEL_46": 46,
315
+ "LABEL_47": 47,
316
+ "LABEL_48": 48,
317
+ "LABEL_49": 49,
318
+ "LABEL_5": 5,
319
+ "LABEL_50": 50,
320
+ "LABEL_51": 51,
321
+ "LABEL_52": 52,
322
+ "LABEL_53": 53,
323
+ "LABEL_54": 54,
324
+ "LABEL_55": 55,
325
+ "LABEL_56": 56,
326
+ "LABEL_57": 57,
327
+ "LABEL_58": 58,
328
+ "LABEL_59": 59,
329
+ "LABEL_6": 6,
330
+ "LABEL_60": 60,
331
+ "LABEL_61": 61,
332
+ "LABEL_62": 62,
333
+ "LABEL_63": 63,
334
+ "LABEL_64": 64,
335
+ "LABEL_65": 65,
336
+ "LABEL_66": 66,
337
+ "LABEL_67": 67,
338
+ "LABEL_68": 68,
339
+ "LABEL_69": 69,
340
+ "LABEL_7": 7,
341
+ "LABEL_70": 70,
342
+ "LABEL_71": 71,
343
+ "LABEL_72": 72,
344
+ "LABEL_73": 73,
345
+ "LABEL_74": 74,
346
+ "LABEL_75": 75,
347
+ "LABEL_76": 76,
348
+ "LABEL_77": 77,
349
+ "LABEL_78": 78,
350
+ "LABEL_79": 79,
351
+ "LABEL_8": 8,
352
+ "LABEL_80": 80,
353
+ "LABEL_81": 81,
354
+ "LABEL_82": 82,
355
+ "LABEL_83": 83,
356
+ "LABEL_84": 84,
357
+ "LABEL_85": 85,
358
+ "LABEL_86": 86,
359
+ "LABEL_87": 87,
360
+ "LABEL_88": 88,
361
+ "LABEL_89": 89,
362
+ "LABEL_9": 9,
363
+ "LABEL_90": 90,
364
+ "LABEL_91": 91,
365
+ "LABEL_92": 92,
366
+ "LABEL_93": 93,
367
+ "LABEL_94": 94,
368
+ "LABEL_95": 95,
369
+ "LABEL_96": 96,
370
+ "LABEL_97": 97,
371
+ "LABEL_98": 98,
372
+ "LABEL_99": 99
373
+ },
374
+ "layer_norm_eps": 1e-05,
375
+ "max_position_embeddings": 514,
376
+ "model_type": "roberta",
377
+ "num_attention_heads": 12,
378
+ "num_hidden_layers": 12,
379
+ "pad_token_id": 1,
380
+ "position_embedding_type": "absolute",
381
+ "problem_type": "single_label_classification",
382
+ "torch_dtype": "float32",
383
+ "transformers_version": "4.46.3",
384
+ "type_vocab_size": 1,
385
+ "use_cache": true,
386
+ "vocab_size": 50265
387
+ }
best_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2fbbcc47b842e78a69b10d61293bf627b8026b17a470aae6de840395f10906b
3
+ size 499151124
best_model/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:604bac2db65ab91ecbce7562aa61d6e221282a6214075189bcabb4039cdebd54
3
+ size 5304
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57817cc535cc04dc8e3118508b735ecb9d3e7d3b00d1ed126b6e5cc2abb44b08
3
  size 499151124
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2fbbcc47b842e78a69b10d61293bf627b8026b17a470aae6de840395f10906b
3
  size 499151124