slawguy commited on
Commit
d64411d
·
verified ·
1 Parent(s): 6a85a1a

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": "CODEOWNERS",
24
+ "1": "LLVM",
25
+ "10": "Turtle",
26
+ "100": "Visual Basic .NET",
27
+ "101": "Dockerfile",
28
+ "102": "C",
29
+ "103": "Isabelle",
30
+ "104": "XML Property List",
31
+ "105": "Inform 7",
32
+ "106": "OpenStep Property List",
33
+ "107": "VHDL",
34
+ "108": "Erlang",
35
+ "109": "Starlark",
36
+ "11": "EJS",
37
+ "110": "Unity3D Asset",
38
+ "111": "Go",
39
+ "112": "Pickle",
40
+ "113": "Julia",
41
+ "114": "Metal",
42
+ "115": "Chapel",
43
+ "116": "Kotlin",
44
+ "117": "SCSS",
45
+ "118": "Sass",
46
+ "119": "Kit",
47
+ "12": "Haxe",
48
+ "120": "Modelica",
49
+ "121": "GDB",
50
+ "122": "VCL",
51
+ "123": "Gradle",
52
+ "124": "ApacheConf",
53
+ "125": "VBScript",
54
+ "126": "Unknown",
55
+ "127": "Vim Snippet",
56
+ "128": "ColdFusion",
57
+ "129": "Kvlang",
58
+ "13": "Gherkin",
59
+ "130": "R",
60
+ "131": "PureScript",
61
+ "132": "Blade",
62
+ "133": "Twig",
63
+ "134": "Dart",
64
+ "135": "Stylus",
65
+ "136": "Fluent",
66
+ "137": "Scilab",
67
+ "138": "JAR Manifest",
68
+ "139": "YANG",
69
+ "14": "Ada",
70
+ "140": "PHP",
71
+ "141": "Gettext Catalog",
72
+ "142": "GAS",
73
+ "143": "SQL",
74
+ "144": "Vue",
75
+ "145": "Logtalk",
76
+ "146": "RDoc",
77
+ "147": "Verilog",
78
+ "148": "Apex",
79
+ "149": "PostScript",
80
+ "15": "Bluespec",
81
+ "150": "Jupyter Notebook",
82
+ "151": "Objective-C++",
83
+ "152": "Thrift",
84
+ "153": "GLSL",
85
+ "154": "PLpgSQL",
86
+ "16": "JQ",
87
+ "17": "Objective-C",
88
+ "18": "Adobe Font Metrics",
89
+ "19": "Smali",
90
+ "2": "HTML+Razor",
91
+ "20": "Io",
92
+ "21": "Rascal",
93
+ "22": "Groovy",
94
+ "23": "Squirrel",
95
+ "24": "AGS Script",
96
+ "25": "Inno Setup",
97
+ "26": "Prolog",
98
+ "27": "Scala",
99
+ "28": "Ignore List",
100
+ "29": "TypeScript",
101
+ "3": "PowerShell",
102
+ "30": "CMake",
103
+ "31": "Raw token data",
104
+ "32": "MATLAB",
105
+ "33": "KiCad Layout",
106
+ "34": "OpenEdge ABL",
107
+ "35": "Hack",
108
+ "36": "Csound Document",
109
+ "37": "Lua",
110
+ "38": "Lean",
111
+ "39": "Git Config",
112
+ "4": "Open Policy Agent",
113
+ "40": "Java",
114
+ "41": "Pascal",
115
+ "42": "AsciiDoc",
116
+ "43": "Fish",
117
+ "44": "ObjDump",
118
+ "45": "Lex",
119
+ "46": "Common Lisp",
120
+ "47": "PicoLisp",
121
+ "48": "SQF",
122
+ "49": "Assembly",
123
+ "5": "Python",
124
+ "50": "Perl",
125
+ "51": "Redcode",
126
+ "52": "Visual Basic",
127
+ "53": "Mathematica",
128
+ "54": "Protocol Buffer Text Format",
129
+ "55": "GDScript",
130
+ "56": "OCaml",
131
+ "57": "Shell",
132
+ "58": "TSV",
133
+ "59": "ImageJ Macro",
134
+ "6": "REALbasic",
135
+ "60": "HCL",
136
+ "61": "PlantUML",
137
+ "62": "Scheme",
138
+ "63": "D",
139
+ "64": "Go Module",
140
+ "65": "Edoid",
141
+ "66": "JavaScript",
142
+ "67": "J",
143
+ "68": "FreeMarker",
144
+ "69": "Gnuplot",
145
+ "7": "FreeBasic",
146
+ "70": "Graphviz (DOT)",
147
+ "71": "LookML",
148
+ "72": "XS",
149
+ "73": "Eagle",
150
+ "74": "Solidity",
151
+ "75": "Less",
152
+ "76": "Makefile",
153
+ "77": "CoffeeScript",
154
+ "78": "Csound",
155
+ "79": "ECL",
156
+ "8": "Ragel in Ruby Host",
157
+ "80": "Gerber Image",
158
+ "81": "POV-Ray SDL",
159
+ "82": "Haskell",
160
+ "83": "C++",
161
+ "84": "C#",
162
+ "85": "GAP",
163
+ "86": "DIGITAL Command Language",
164
+ "87": "Ioke",
165
+ "88": "TSX",
166
+ "89": "Rust",
167
+ "9": "Vim Script",
168
+ "90": "Nim",
169
+ "91": "Fortran Free Form",
170
+ "92": "Crystal",
171
+ "93": "Swift",
172
+ "94": "Unix Assembly",
173
+ "95": "Ruby",
174
+ "96": "Wavefront Object",
175
+ "97": "Hoon",
176
+ "98": "OpenType Feature File",
177
+ "99": "G-code"
178
+ },
179
+ "initializer_cutoff_factor": 2.0,
180
+ "initializer_range": 0.02,
181
+ "intermediate_size": 1152,
182
+ "label2id": {
183
+ "AGS Script": "24",
184
+ "Ada": "14",
185
+ "Adobe Font Metrics": "18",
186
+ "ApacheConf": "124",
187
+ "Apex": "148",
188
+ "AsciiDoc": "42",
189
+ "Assembly": "49",
190
+ "Blade": "132",
191
+ "Bluespec": "15",
192
+ "C": "102",
193
+ "C#": "84",
194
+ "C++": "83",
195
+ "CMake": "30",
196
+ "CODEOWNERS": "0",
197
+ "Chapel": "115",
198
+ "CoffeeScript": "77",
199
+ "ColdFusion": "128",
200
+ "Common Lisp": "46",
201
+ "Crystal": "92",
202
+ "Csound": "78",
203
+ "Csound Document": "36",
204
+ "D": "63",
205
+ "DIGITAL Command Language": "86",
206
+ "Dart": "134",
207
+ "Dockerfile": "101",
208
+ "ECL": "79",
209
+ "EJS": "11",
210
+ "Eagle": "73",
211
+ "Edoid": "65",
212
+ "Erlang": "108",
213
+ "Fish": "43",
214
+ "Fluent": "136",
215
+ "Fortran Free Form": "91",
216
+ "FreeBasic": "7",
217
+ "FreeMarker": "68",
218
+ "G-code": "99",
219
+ "GAP": "85",
220
+ "GAS": "142",
221
+ "GDB": "121",
222
+ "GDScript": "55",
223
+ "GLSL": "153",
224
+ "Gerber Image": "80",
225
+ "Gettext Catalog": "141",
226
+ "Gherkin": "13",
227
+ "Git Config": "39",
228
+ "Gnuplot": "69",
229
+ "Go": "111",
230
+ "Go Module": "64",
231
+ "Gradle": "123",
232
+ "Graphviz (DOT)": "70",
233
+ "Groovy": "22",
234
+ "HCL": "60",
235
+ "HTML+Razor": "2",
236
+ "Hack": "35",
237
+ "Haskell": "82",
238
+ "Haxe": "12",
239
+ "Hoon": "97",
240
+ "Ignore List": "28",
241
+ "ImageJ Macro": "59",
242
+ "Inform 7": "105",
243
+ "Inno Setup": "25",
244
+ "Io": "20",
245
+ "Ioke": "87",
246
+ "Isabelle": "103",
247
+ "J": "67",
248
+ "JAR Manifest": "138",
249
+ "JQ": "16",
250
+ "Java": "40",
251
+ "JavaScript": "66",
252
+ "Julia": "113",
253
+ "Jupyter Notebook": "150",
254
+ "KiCad Layout": "33",
255
+ "Kit": "119",
256
+ "Kotlin": "116",
257
+ "Kvlang": "129",
258
+ "LLVM": "1",
259
+ "Lean": "38",
260
+ "Less": "75",
261
+ "Lex": "45",
262
+ "Logtalk": "145",
263
+ "LookML": "71",
264
+ "Lua": "37",
265
+ "MATLAB": "32",
266
+ "Makefile": "76",
267
+ "Mathematica": "53",
268
+ "Metal": "114",
269
+ "Modelica": "120",
270
+ "Nim": "90",
271
+ "OCaml": "56",
272
+ "ObjDump": "44",
273
+ "Objective-C": "17",
274
+ "Objective-C++": "151",
275
+ "Open Policy Agent": "4",
276
+ "OpenEdge ABL": "34",
277
+ "OpenStep Property List": "106",
278
+ "OpenType Feature File": "98",
279
+ "PHP": "140",
280
+ "PLpgSQL": "154",
281
+ "POV-Ray SDL": "81",
282
+ "Pascal": "41",
283
+ "Perl": "50",
284
+ "Pickle": "112",
285
+ "PicoLisp": "47",
286
+ "PlantUML": "61",
287
+ "PostScript": "149",
288
+ "PowerShell": "3",
289
+ "Prolog": "26",
290
+ "Protocol Buffer Text Format": "54",
291
+ "PureScript": "131",
292
+ "Python": "5",
293
+ "R": "130",
294
+ "RDoc": "146",
295
+ "REALbasic": "6",
296
+ "Ragel in Ruby Host": "8",
297
+ "Rascal": "21",
298
+ "Raw token data": "31",
299
+ "Redcode": "51",
300
+ "Ruby": "95",
301
+ "Rust": "89",
302
+ "SCSS": "117",
303
+ "SQF": "48",
304
+ "SQL": "143",
305
+ "Sass": "118",
306
+ "Scala": "27",
307
+ "Scheme": "62",
308
+ "Scilab": "137",
309
+ "Shell": "57",
310
+ "Smali": "19",
311
+ "Solidity": "74",
312
+ "Squirrel": "23",
313
+ "Starlark": "109",
314
+ "Stylus": "135",
315
+ "Swift": "93",
316
+ "TSV": "58",
317
+ "TSX": "88",
318
+ "Thrift": "152",
319
+ "Turtle": "10",
320
+ "Twig": "133",
321
+ "TypeScript": "29",
322
+ "Unity3D Asset": "110",
323
+ "Unix Assembly": "94",
324
+ "Unknown": "126",
325
+ "VBScript": "125",
326
+ "VCL": "122",
327
+ "VHDL": "107",
328
+ "Verilog": "147",
329
+ "Vim Script": "9",
330
+ "Vim Snippet": "127",
331
+ "Visual Basic": "52",
332
+ "Visual Basic .NET": "100",
333
+ "Vue": "144",
334
+ "Wavefront Object": "96",
335
+ "XML Property List": "104",
336
+ "XS": "72",
337
+ "YANG": "139"
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:e9431fe8e28871b47206f6a5c148e9f593e574955816f8152234f26727d8cf35
3
+ size 598910420
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85712530e457537935416345541c4b3f6f4fd88a70949395421dc00484e118fd
3
+ size 5329