Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "answerdotai/ModernBERT-base",
|
3 |
+
"architectures": [
|
4 |
+
"ModernBertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"attention_probs_dropout_prob": 0.3,
|
9 |
+
"bos_token_id": 50281,
|
10 |
+
"classifier_activation": "gelu",
|
11 |
+
"classifier_bias": false,
|
12 |
+
"classifier_dropout": 0.0,
|
13 |
+
"classifier_pooling": "mean",
|
14 |
+
"cls_token_id": 50281,
|
15 |
+
"decoder_bias": true,
|
16 |
+
"deterministic_flash_attn": false,
|
17 |
+
"embedding_dropout": 0.0,
|
18 |
+
"eos_token_id": 50282,
|
19 |
+
"global_attn_every_n_layers": 3,
|
20 |
+
"global_rope_theta": 160000.0,
|
21 |
+
"gradient_checkpointing": false,
|
22 |
+
"hidden_activation": "gelu",
|
23 |
+
"hidden_dropout_prob": 0.3,
|
24 |
+
"hidden_size": 768,
|
25 |
+
"initializer_cutoff_factor": 2.0,
|
26 |
+
"initializer_range": 0.02,
|
27 |
+
"intermediate_size": 1152,
|
28 |
+
"layer_norm_eps": 1e-05,
|
29 |
+
"local_attention": 128,
|
30 |
+
"local_rope_theta": 10000.0,
|
31 |
+
"max_position_embeddings": 8192,
|
32 |
+
"mlp_bias": false,
|
33 |
+
"mlp_dropout": 0.0,
|
34 |
+
"model_type": "modernbert",
|
35 |
+
"norm_bias": false,
|
36 |
+
"norm_eps": 1e-05,
|
37 |
+
"num_attention_heads": 12,
|
38 |
+
"num_hidden_layers": 22,
|
39 |
+
"pad_token_id": 50283,
|
40 |
+
"position_embedding_type": "absolute",
|
41 |
+
"reference_compile": false,
|
42 |
+
"sep_token_id": 50282,
|
43 |
+
"sparse_pred_ignore_index": -100,
|
44 |
+
"sparse_prediction": false,
|
45 |
+
"torch_dtype": "float32",
|
46 |
+
"transformers_version": "4.48.0.dev0",
|
47 |
+
"vocab_size": 50368
|
48 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4ea49be866e33c1f82cfc56684db4f2ac0669ddc7ece2bcfd4e9edf5d4b8689
|
3 |
+
size 598439784
|
runs/Jul07_15-51-18_Mac.attlocal.net/events.out.tfevents.1751921479.Mac.attlocal.net.93180.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13c605c170512ca6687772dcdde73f335f1b590ebb505bbc52ab62414850f86b
|
3 |
+
size 7580
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e49742ccc0606a649e3bd1ce12c5af4232666591165fdc4b02fdcf054560eca4
|
3 |
+
size 5368
|