Training in progress, epoch 1
Browse files- config.json +5 -5
- model.safetensors +2 -2
- runs/Feb05_10-54-32_ubuntu-t4/events.out.tfevents.1738752873.ubuntu-t4.901182.0 +3 -0
- runs/Feb05_10-55-06_ubuntu-t4/events.out.tfevents.1738752907.ubuntu-t4.901366.0 +3 -0
- runs/Feb05_11-04-41_ubuntu-t4/events.out.tfevents.1738753482.ubuntu-t4.903191.0 +3 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "answerdotai/ModernBERT-
|
3 |
"architectures": [
|
4 |
"ModernBertForSequenceClassification"
|
5 |
],
|
@@ -19,14 +19,14 @@
|
|
19 |
"global_rope_theta": 160000.0,
|
20 |
"gradient_checkpointing": false,
|
21 |
"hidden_activation": "gelu",
|
22 |
-
"hidden_size":
|
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":
|
30 |
"label2id": {
|
31 |
"large_llm": "1",
|
32 |
"small_llm": "0"
|
@@ -40,8 +40,8 @@
|
|
40 |
"model_type": "modernbert",
|
41 |
"norm_bias": false,
|
42 |
"norm_eps": 1e-05,
|
43 |
-
"num_attention_heads":
|
44 |
-
"num_hidden_layers":
|
45 |
"pad_token_id": 50283,
|
46 |
"position_embedding_type": "absolute",
|
47 |
"problem_type": "single_label_classification",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "answerdotai/ModernBERT-large",
|
3 |
"architectures": [
|
4 |
"ModernBertForSequenceClassification"
|
5 |
],
|
|
|
19 |
"global_rope_theta": 160000.0,
|
20 |
"gradient_checkpointing": false,
|
21 |
"hidden_activation": "gelu",
|
22 |
+
"hidden_size": 1024,
|
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": 2624,
|
30 |
"label2id": {
|
31 |
"large_llm": "1",
|
32 |
"small_llm": "0"
|
|
|
40 |
"model_type": "modernbert",
|
41 |
"norm_bias": false,
|
42 |
"norm_eps": 1e-05,
|
43 |
+
"num_attention_heads": 16,
|
44 |
+
"num_hidden_layers": 28,
|
45 |
"pad_token_id": 50283,
|
46 |
"position_embedding_type": "absolute",
|
47 |
"problem_type": "single_label_classification",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b86aa12e93e4c7d6f071505e5367cd7bb3ae85f115393a7e9240542685625da7
|
3 |
+
size 1583351632
|
runs/Feb05_10-54-32_ubuntu-t4/events.out.tfevents.1738752873.ubuntu-t4.901182.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff5bf65c375b2c3ab72132942ecd62eb04c4931453296ec54d0d3cf2b0969df4
|
3 |
+
size 5806
|
runs/Feb05_10-55-06_ubuntu-t4/events.out.tfevents.1738752907.ubuntu-t4.901366.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c25afe46022c42e462611f02b34a46adcf8f866c2718c60420440d7b5aad06b
|
3 |
+
size 5806
|
runs/Feb05_11-04-41_ubuntu-t4/events.out.tfevents.1738753482.ubuntu-t4.903191.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2de5ab3ccd28c7bffa611f9551fae6897749bb5379d74f7eb709d427b44363db
|
3 |
+
size 14137
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f64381a525fb162fe9d42e22e1b2eb5bac96df22d92d4db1c31576121f5b2438
|
3 |
size 5368
|