baptistejamin
commited on
Commit
•
9203b28
1
Parent(s):
7606ba6
Training in progress, step 200
Browse files- config.json +61 -0
- logs/events.out.tfevents.1734951660.ai-rig.3826813.0 +3 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "gibberish",
|
25 |
+
"1": "insults",
|
26 |
+
"2": "marketing",
|
27 |
+
"3": "regular",
|
28 |
+
"4": "spam"
|
29 |
+
},
|
30 |
+
"initializer_cutoff_factor": 2.0,
|
31 |
+
"initializer_range": 0.02,
|
32 |
+
"intermediate_size": 1152,
|
33 |
+
"label2id": {
|
34 |
+
"gibberish": 0,
|
35 |
+
"insults": 1,
|
36 |
+
"marketing": 2,
|
37 |
+
"regular": 3,
|
38 |
+
"spam": 4
|
39 |
+
},
|
40 |
+
"layer_norm_eps": 1e-05,
|
41 |
+
"local_attention": 128,
|
42 |
+
"local_rope_theta": 10000.0,
|
43 |
+
"max_position_embeddings": 8192,
|
44 |
+
"mlp_bias": false,
|
45 |
+
"mlp_dropout": 0.0,
|
46 |
+
"model_type": "modernbert",
|
47 |
+
"norm_bias": false,
|
48 |
+
"norm_eps": 1e-05,
|
49 |
+
"num_attention_heads": 12,
|
50 |
+
"num_hidden_layers": 22,
|
51 |
+
"pad_token_id": 50283,
|
52 |
+
"position_embedding_type": "absolute",
|
53 |
+
"problem_type": "single_label_classification",
|
54 |
+
"reference_compile": true,
|
55 |
+
"sep_token_id": 50282,
|
56 |
+
"sparse_pred_ignore_index": -100,
|
57 |
+
"sparse_prediction": false,
|
58 |
+
"torch_dtype": "float32",
|
59 |
+
"transformers_version": "4.48.0.dev0",
|
60 |
+
"vocab_size": 50368
|
61 |
+
}
|
logs/events.out.tfevents.1734951660.ai-rig.3826813.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0540cdca199491ec101d7a5837bd14d49483da3ce43e492674a344b8227eaf3e
|
3 |
+
size 6880
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1769862833a7378ffe1774e72f12ede4bb71cd410ac93696410e632815610c3a
|
3 |
+
size 598449012
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a7d8e374fbfd24184f5411374e7705282f232c3e853a9c58fdd709218561e13
|
3 |
+
size 5368
|