ulises-c commited on
Commit
709ab2b
·
verified ·
1 Parent(s): ea8343e

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +393 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,393 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ModernBertForSequenceClassification"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 50281,
8
+ "classifier_activation": "gelu",
9
+ "classifier_bias": false,
10
+ "classifier_dropout": 0.0,
11
+ "classifier_pooling": "mean",
12
+ "cls_token_id": 50281,
13
+ "decoder_bias": true,
14
+ "deterministic_flash_attn": false,
15
+ "dtype": "float32",
16
+ "embedding_dropout": 0.0,
17
+ "eos_token_id": 50282,
18
+ "global_attn_every_n_layers": 3,
19
+ "gradient_checkpointing": false,
20
+ "hidden_activation": "gelu",
21
+ "hidden_size": 768,
22
+ "id2label": {
23
+ "0": "AGS Script",
24
+ "1": "Ada",
25
+ "2": "Adobe Font Metrics",
26
+ "3": "ApacheConf",
27
+ "4": "Apex",
28
+ "5": "AsciiDoc",
29
+ "6": "Assembly",
30
+ "7": "Blade",
31
+ "8": "Bluespec",
32
+ "9": "C",
33
+ "10": "C#",
34
+ "11": "C++",
35
+ "12": "CMake",
36
+ "13": "CODEOWNERS",
37
+ "14": "Chapel",
38
+ "15": "CoffeeScript",
39
+ "16": "ColdFusion",
40
+ "17": "Common Lisp",
41
+ "18": "Crystal",
42
+ "19": "Csound",
43
+ "20": "Csound Document",
44
+ "21": "D",
45
+ "22": "DIGITAL Command Language",
46
+ "23": "Dart",
47
+ "24": "Dockerfile",
48
+ "25": "ECL",
49
+ "26": "EJS",
50
+ "27": "Eagle",
51
+ "28": "Edoid",
52
+ "29": "Erlang",
53
+ "30": "Fish",
54
+ "31": "Fluent",
55
+ "32": "Fortran Free Form",
56
+ "33": "FreeBasic",
57
+ "34": "FreeMarker",
58
+ "35": "G-code",
59
+ "36": "GAP",
60
+ "37": "GAS",
61
+ "38": "GDB",
62
+ "39": "GDScript",
63
+ "40": "GLSL",
64
+ "41": "Gerber Image",
65
+ "42": "Gettext Catalog",
66
+ "43": "Gherkin",
67
+ "44": "Git Config",
68
+ "45": "Gnuplot",
69
+ "46": "Go",
70
+ "47": "Go Module",
71
+ "48": "Gradle",
72
+ "49": "Graphviz (DOT)",
73
+ "50": "Groovy",
74
+ "51": "HCL",
75
+ "52": "HTML+Razor",
76
+ "53": "Hack",
77
+ "54": "Haskell",
78
+ "55": "Haxe",
79
+ "56": "Hoon",
80
+ "57": "Ignore List",
81
+ "58": "ImageJ Macro",
82
+ "59": "Inform 7",
83
+ "60": "Inno Setup",
84
+ "61": "Io",
85
+ "62": "Ioke",
86
+ "63": "Isabelle",
87
+ "64": "J",
88
+ "65": "JAR Manifest",
89
+ "66": "JQ",
90
+ "67": "Java",
91
+ "68": "JavaScript",
92
+ "69": "Julia",
93
+ "70": "Jupyter Notebook",
94
+ "71": "KiCad Layout",
95
+ "72": "Kit",
96
+ "73": "Kotlin",
97
+ "74": "Kvlang",
98
+ "75": "LLVM",
99
+ "76": "Lean",
100
+ "77": "Less",
101
+ "78": "Lex",
102
+ "79": "Logtalk",
103
+ "80": "LookML",
104
+ "81": "Lua",
105
+ "82": "MATLAB",
106
+ "83": "Makefile",
107
+ "84": "Mathematica",
108
+ "85": "Metal",
109
+ "86": "Modelica",
110
+ "87": "Nim",
111
+ "88": "OCaml",
112
+ "89": "ObjDump",
113
+ "90": "Objective-C",
114
+ "91": "Objective-C++",
115
+ "92": "Open Policy Agent",
116
+ "93": "OpenEdge ABL",
117
+ "94": "OpenStep Property List",
118
+ "95": "OpenType Feature File",
119
+ "96": "PHP",
120
+ "97": "PLpgSQL",
121
+ "98": "POV-Ray SDL",
122
+ "99": "Pascal",
123
+ "100": "Perl",
124
+ "101": "Pickle",
125
+ "102": "PicoLisp",
126
+ "103": "PlantUML",
127
+ "104": "PostScript",
128
+ "105": "PowerShell",
129
+ "106": "Prolog",
130
+ "107": "Protocol Buffer Text Format",
131
+ "108": "PureScript",
132
+ "109": "Python",
133
+ "110": "R",
134
+ "111": "RDoc",
135
+ "112": "REALbasic",
136
+ "113": "Ragel in Ruby Host",
137
+ "114": "Rascal",
138
+ "115": "Raw token data",
139
+ "116": "Redcode",
140
+ "117": "Ruby",
141
+ "118": "Rust",
142
+ "119": "SCSS",
143
+ "120": "SQF",
144
+ "121": "SQL",
145
+ "122": "Sass",
146
+ "123": "Scala",
147
+ "124": "Scheme",
148
+ "125": "Scilab",
149
+ "126": "Shell",
150
+ "127": "Smali",
151
+ "128": "Solidity",
152
+ "129": "Squirrel",
153
+ "130": "Starlark",
154
+ "131": "Stylus",
155
+ "132": "Swift",
156
+ "133": "TSV",
157
+ "134": "TSX",
158
+ "135": "Thrift",
159
+ "136": "Turtle",
160
+ "137": "Twig",
161
+ "138": "TypeScript",
162
+ "139": "Unity3D Asset",
163
+ "140": "Unix Assembly",
164
+ "141": "Unknown",
165
+ "142": "VBScript",
166
+ "143": "VCL",
167
+ "144": "VHDL",
168
+ "145": "Verilog",
169
+ "146": "Vim Script",
170
+ "147": "Vim Snippet",
171
+ "148": "Visual Basic",
172
+ "149": "Visual Basic .NET",
173
+ "150": "Vue",
174
+ "151": "Wavefront Object",
175
+ "152": "XML Property List",
176
+ "153": "XS",
177
+ "154": "YANG"
178
+ },
179
+ "initializer_cutoff_factor": 2.0,
180
+ "initializer_range": 0.02,
181
+ "intermediate_size": 1152,
182
+ "label2id": {
183
+ "AGS Script": 0,
184
+ "Ada": 1,
185
+ "Adobe Font Metrics": 2,
186
+ "ApacheConf": 3,
187
+ "Apex": 4,
188
+ "AsciiDoc": 5,
189
+ "Assembly": 6,
190
+ "Blade": 7,
191
+ "Bluespec": 8,
192
+ "C": 9,
193
+ "C#": 10,
194
+ "C++": 11,
195
+ "CMake": 12,
196
+ "CODEOWNERS": 13,
197
+ "Chapel": 14,
198
+ "CoffeeScript": 15,
199
+ "ColdFusion": 16,
200
+ "Common Lisp": 17,
201
+ "Crystal": 18,
202
+ "Csound": 19,
203
+ "Csound Document": 20,
204
+ "D": 21,
205
+ "DIGITAL Command Language": 22,
206
+ "Dart": 23,
207
+ "Dockerfile": 24,
208
+ "ECL": 25,
209
+ "EJS": 26,
210
+ "Eagle": 27,
211
+ "Edoid": 28,
212
+ "Erlang": 29,
213
+ "Fish": 30,
214
+ "Fluent": 31,
215
+ "Fortran Free Form": 32,
216
+ "FreeBasic": 33,
217
+ "FreeMarker": 34,
218
+ "G-code": 35,
219
+ "GAP": 36,
220
+ "GAS": 37,
221
+ "GDB": 38,
222
+ "GDScript": 39,
223
+ "GLSL": 40,
224
+ "Gerber Image": 41,
225
+ "Gettext Catalog": 42,
226
+ "Gherkin": 43,
227
+ "Git Config": 44,
228
+ "Gnuplot": 45,
229
+ "Go": 46,
230
+ "Go Module": 47,
231
+ "Gradle": 48,
232
+ "Graphviz (DOT)": 49,
233
+ "Groovy": 50,
234
+ "HCL": 51,
235
+ "HTML+Razor": 52,
236
+ "Hack": 53,
237
+ "Haskell": 54,
238
+ "Haxe": 55,
239
+ "Hoon": 56,
240
+ "Ignore List": 57,
241
+ "ImageJ Macro": 58,
242
+ "Inform 7": 59,
243
+ "Inno Setup": 60,
244
+ "Io": 61,
245
+ "Ioke": 62,
246
+ "Isabelle": 63,
247
+ "J": 64,
248
+ "JAR Manifest": 65,
249
+ "JQ": 66,
250
+ "Java": 67,
251
+ "JavaScript": 68,
252
+ "Julia": 69,
253
+ "Jupyter Notebook": 70,
254
+ "KiCad Layout": 71,
255
+ "Kit": 72,
256
+ "Kotlin": 73,
257
+ "Kvlang": 74,
258
+ "LLVM": 75,
259
+ "Lean": 76,
260
+ "Less": 77,
261
+ "Lex": 78,
262
+ "Logtalk": 79,
263
+ "LookML": 80,
264
+ "Lua": 81,
265
+ "MATLAB": 82,
266
+ "Makefile": 83,
267
+ "Mathematica": 84,
268
+ "Metal": 85,
269
+ "Modelica": 86,
270
+ "Nim": 87,
271
+ "OCaml": 88,
272
+ "ObjDump": 89,
273
+ "Objective-C": 90,
274
+ "Objective-C++": 91,
275
+ "Open Policy Agent": 92,
276
+ "OpenEdge ABL": 93,
277
+ "OpenStep Property List": 94,
278
+ "OpenType Feature File": 95,
279
+ "PHP": 96,
280
+ "PLpgSQL": 97,
281
+ "POV-Ray SDL": 98,
282
+ "Pascal": 99,
283
+ "Perl": 100,
284
+ "Pickle": 101,
285
+ "PicoLisp": 102,
286
+ "PlantUML": 103,
287
+ "PostScript": 104,
288
+ "PowerShell": 105,
289
+ "Prolog": 106,
290
+ "Protocol Buffer Text Format": 107,
291
+ "PureScript": 108,
292
+ "Python": 109,
293
+ "R": 110,
294
+ "RDoc": 111,
295
+ "REALbasic": 112,
296
+ "Ragel in Ruby Host": 113,
297
+ "Rascal": 114,
298
+ "Raw token data": 115,
299
+ "Redcode": 116,
300
+ "Ruby": 117,
301
+ "Rust": 118,
302
+ "SCSS": 119,
303
+ "SQF": 120,
304
+ "SQL": 121,
305
+ "Sass": 122,
306
+ "Scala": 123,
307
+ "Scheme": 124,
308
+ "Scilab": 125,
309
+ "Shell": 126,
310
+ "Smali": 127,
311
+ "Solidity": 128,
312
+ "Squirrel": 129,
313
+ "Starlark": 130,
314
+ "Stylus": 131,
315
+ "Swift": 132,
316
+ "TSV": 133,
317
+ "TSX": 134,
318
+ "Thrift": 135,
319
+ "Turtle": 136,
320
+ "Twig": 137,
321
+ "TypeScript": 138,
322
+ "Unity3D Asset": 139,
323
+ "Unix Assembly": 140,
324
+ "Unknown": 141,
325
+ "VBScript": 142,
326
+ "VCL": 143,
327
+ "VHDL": 144,
328
+ "Verilog": 145,
329
+ "Vim Script": 146,
330
+ "Vim Snippet": 147,
331
+ "Visual Basic": 148,
332
+ "Visual Basic .NET": 149,
333
+ "Vue": 150,
334
+ "Wavefront Object": 151,
335
+ "XML Property List": 152,
336
+ "XS": 153,
337
+ "YANG": 154
338
+ },
339
+ "layer_norm_eps": 1e-05,
340
+ "layer_types": [
341
+ "full_attention",
342
+ "sliding_attention",
343
+ "sliding_attention",
344
+ "full_attention",
345
+ "sliding_attention",
346
+ "sliding_attention",
347
+ "full_attention",
348
+ "sliding_attention",
349
+ "sliding_attention",
350
+ "full_attention",
351
+ "sliding_attention",
352
+ "sliding_attention",
353
+ "full_attention",
354
+ "sliding_attention",
355
+ "sliding_attention",
356
+ "full_attention",
357
+ "sliding_attention",
358
+ "sliding_attention",
359
+ "full_attention",
360
+ "sliding_attention",
361
+ "sliding_attention",
362
+ "full_attention"
363
+ ],
364
+ "local_attention": 128,
365
+ "max_position_embeddings": 8192,
366
+ "mlp_bias": false,
367
+ "mlp_dropout": 0.0,
368
+ "model_type": "modernbert",
369
+ "norm_bias": false,
370
+ "norm_eps": 1e-05,
371
+ "num_attention_heads": 12,
372
+ "num_hidden_layers": 22,
373
+ "pad_token_id": 50283,
374
+ "position_embedding_type": "absolute",
375
+ "problem_type": "single_label_classification",
376
+ "rope_parameters": {
377
+ "full_attention": {
378
+ "rope_theta": 160000.0,
379
+ "rope_type": "default"
380
+ },
381
+ "sliding_attention": {
382
+ "rope_theta": 10000.0,
383
+ "rope_type": "default"
384
+ }
385
+ },
386
+ "sep_token_id": 50282,
387
+ "sparse_pred_ignore_index": -100,
388
+ "sparse_prediction": false,
389
+ "tie_word_embeddings": true,
390
+ "transformers_version": "5.6.2",
391
+ "use_cache": false,
392
+ "vocab_size": 50368
393
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:564d50bd846d1fa7aeae06d6c190f52daa36079779e76821973ea19d4c025d2f
3
+ size 598910420
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f2467f55ad69d21e9d952ef8f62d765c098c3b338f15cb77f7d2237f0ea01ba
3
+ size 5329