schambers commited on
Commit
6ade082
·
verified ·
1 Parent(s): 4a9ffb1

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "answerdotai/ModernBERT-base",
3
+ "architectures": [
4
+ "ModernBertForSequenceClassification"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 50281,
9
+ "classifier_activation": "gelu",
10
+ "classifier_bias": false,
11
+ "classifier_dropout": 0.0,
12
+ "classifier_pooling": "mean",
13
+ "cls_token_id": 50281,
14
+ "decoder_bias": true,
15
+ "deterministic_flash_attn": false,
16
+ "embedding_dropout": 0.0,
17
+ "eos_token_id": 50282,
18
+ "global_attn_every_n_layers": 3,
19
+ "global_rope_theta": 160000.0,
20
+ "gradient_checkpointing": false,
21
+ "hidden_activation": "gelu",
22
+ "hidden_size": 768,
23
+ "id2label": {
24
+ "0": "small_llm",
25
+ "1": "large_llm"
26
+ },
27
+ "initializer_cutoff_factor": 2.0,
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 1152,
30
+ "label2id": {
31
+ "large_llm": "1",
32
+ "small_llm": "0"
33
+ },
34
+ "layer_norm_eps": 1e-05,
35
+ "local_attention": 128,
36
+ "local_rope_theta": 10000.0,
37
+ "max_position_embeddings": 8192,
38
+ "mlp_bias": false,
39
+ "mlp_dropout": 0.0,
40
+ "model_type": "modernbert",
41
+ "norm_bias": false,
42
+ "norm_eps": 1e-05,
43
+ "num_attention_heads": 12,
44
+ "num_hidden_layers": 22,
45
+ "pad_token_id": 50283,
46
+ "position_embedding_type": "absolute",
47
+ "problem_type": "single_label_classification",
48
+ "reference_compile": true,
49
+ "sep_token_id": 50282,
50
+ "sparse_pred_ignore_index": -100,
51
+ "sparse_prediction": false,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.48.0.dev0",
54
+ "vocab_size": 50368
55
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bb97b3a80466213cf0930f49cd9bc713a69ac1460722ed69afa91a24228308a
3
+ size 598439784
runs/Jan05_06-27-14_df92ac5f6441/events.out.tfevents.1736058438.df92ac5f6441.4279.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e0f5a6c437568b8a955e30fb0da80a45fedc8c782c7254643da8c70bad997f9
3
+ size 11520
runs/Jan05_06-29-21_df92ac5f6441/events.out.tfevents.1736058566.df92ac5f6441.4279.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bbe706c694c97cd07efd8cedfe9cbd462e42188854f5affedf9ce5e107af282
3
+ size 5804
runs/Jan05_06-32-55_df92ac5f6441/events.out.tfevents.1736058779.df92ac5f6441.4279.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90bb0c6bad1f8533809ac2ef6ec62255c92a709a728dfa7cfb066a0078e2595d
3
+ size 5804
runs/Jan05_06-33-27_df92ac5f6441/events.out.tfevents.1736058810.df92ac5f6441.4279.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73e5e435fb687162d54619cc9abc08ace1f8c9ef1314e78b42f1d130111d07e4
3
+ size 5809
runs/Jan05_06-36-15_df92ac5f6441/events.out.tfevents.1736058978.df92ac5f6441.4279.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96726a89ec58990c90483085795f5834d820abb77df3af57773f693bc2ffe54e
3
+ size 4184
runs/Jan05_06-37-41_df92ac5f6441/events.out.tfevents.1736059068.df92ac5f6441.7347.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9ea6242ce7bf5df701edf7be443c3783363999ded41023d14096be1c403b2dd
3
+ size 5804
runs/Jan05_06-40-24_df92ac5f6441/events.out.tfevents.1736059228.df92ac5f6441.7347.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:403a7b733714112cf3427dbb1ae9e12bd861cedc16dfecb833049f42a55d62d9
3
+ size 8016
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbeb7a73abcb55ee254d23c3b3c2d1fad18b76d265505d0a85db33645323249a
3
+ size 5368