Training in progress, epoch 4
Browse files
config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"embedding_dropout": 0.0,
|
16 |
+
"eos_token_id": 50282,
|
17 |
+
"global_attn_every_n_layers": 3,
|
18 |
+
"global_rope_theta": 160000.0,
|
19 |
+
"gradient_checkpointing": false,
|
20 |
+
"hidden_activation": "gelu",
|
21 |
+
"hidden_size": 768,
|
22 |
+
"id2label": {
|
23 |
+
"0": "0",
|
24 |
+
"1": "1",
|
25 |
+
"2": "2",
|
26 |
+
"3": "3",
|
27 |
+
"4": "4",
|
28 |
+
"5": "5"
|
29 |
+
},
|
30 |
+
"initializer_cutoff_factor": 2.0,
|
31 |
+
"initializer_range": 0.02,
|
32 |
+
"intermediate_size": 1152,
|
33 |
+
"label2id": {
|
34 |
+
"0": "0",
|
35 |
+
"1": "1",
|
36 |
+
"2": "2",
|
37 |
+
"3": "3",
|
38 |
+
"4": "4",
|
39 |
+
"5": "5"
|
40 |
+
},
|
41 |
+
"layer_norm_eps": 1e-05,
|
42 |
+
"local_attention": 128,
|
43 |
+
"local_rope_theta": 10000.0,
|
44 |
+
"max_position_embeddings": 8192,
|
45 |
+
"mlp_bias": false,
|
46 |
+
"mlp_dropout": 0.0,
|
47 |
+
"model_type": "modernbert",
|
48 |
+
"norm_bias": false,
|
49 |
+
"norm_eps": 1e-05,
|
50 |
+
"num_attention_heads": 12,
|
51 |
+
"num_hidden_layers": 22,
|
52 |
+
"pad_token_id": 50283,
|
53 |
+
"position_embedding_type": "absolute",
|
54 |
+
"problem_type": "single_label_classification",
|
55 |
+
"reference_compile": true,
|
56 |
+
"repad_logits_with_grad": false,
|
57 |
+
"sep_token_id": 50282,
|
58 |
+
"sparse_pred_ignore_index": -100,
|
59 |
+
"sparse_prediction": false,
|
60 |
+
"torch_dtype": "float32",
|
61 |
+
"transformers_version": "4.50.3",
|
62 |
+
"vocab_size": 50368
|
63 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:228406cf130b191d1caa9d6aabcce4cc27235c4574fd1a79d84d24aeeb0722a8
|
3 |
+
size 598452088
|
runs/Apr07_16-09-07_eca8a5344265/events.out.tfevents.1744042149.eca8a5344265.675.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a07a1a879f9f5f84a9b8ee4c6cdde1c1fe097b3443cbbc29df5e268946f9a495
|
3 |
+
size 7798
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e110f2bc1713753834eac26decd9f505cf002dfd67653d2d01822f87c1d86931
|
3 |
+
size 5432
|