synapti commited on
Commit
aa865b1
·
verified ·
1 Parent(s): 9fa1b69

Training in progress, step 400

Browse files
Files changed (3) hide show
  1. config.json +86 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "dtype": "float32",
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": "LABEL_0",
25
+ "1": "LABEL_1",
26
+ "2": "LABEL_2",
27
+ "3": "LABEL_3",
28
+ "4": "LABEL_4",
29
+ "5": "LABEL_5",
30
+ "6": "LABEL_6",
31
+ "7": "LABEL_7",
32
+ "8": "LABEL_8",
33
+ "9": "LABEL_9",
34
+ "10": "LABEL_10",
35
+ "11": "LABEL_11",
36
+ "12": "LABEL_12",
37
+ "13": "LABEL_13",
38
+ "14": "LABEL_14",
39
+ "15": "LABEL_15",
40
+ "16": "LABEL_16",
41
+ "17": "LABEL_17"
42
+ },
43
+ "initializer_cutoff_factor": 2.0,
44
+ "initializer_range": 0.02,
45
+ "intermediate_size": 1152,
46
+ "label2id": {
47
+ "LABEL_0": 0,
48
+ "LABEL_1": 1,
49
+ "LABEL_10": 10,
50
+ "LABEL_11": 11,
51
+ "LABEL_12": 12,
52
+ "LABEL_13": 13,
53
+ "LABEL_14": 14,
54
+ "LABEL_15": 15,
55
+ "LABEL_16": 16,
56
+ "LABEL_17": 17,
57
+ "LABEL_2": 2,
58
+ "LABEL_3": 3,
59
+ "LABEL_4": 4,
60
+ "LABEL_5": 5,
61
+ "LABEL_6": 6,
62
+ "LABEL_7": 7,
63
+ "LABEL_8": 8,
64
+ "LABEL_9": 9
65
+ },
66
+ "layer_norm_eps": 1e-05,
67
+ "local_attention": 128,
68
+ "local_rope_theta": 10000.0,
69
+ "max_position_embeddings": 8192,
70
+ "mlp_bias": false,
71
+ "mlp_dropout": 0.0,
72
+ "model_type": "modernbert",
73
+ "norm_bias": false,
74
+ "norm_eps": 1e-05,
75
+ "num_attention_heads": 12,
76
+ "num_hidden_layers": 22,
77
+ "pad_token_id": 50283,
78
+ "position_embedding_type": "absolute",
79
+ "problem_type": "multi_label_classification",
80
+ "repad_logits_with_grad": false,
81
+ "sep_token_id": 50282,
82
+ "sparse_pred_ignore_index": -100,
83
+ "sparse_prediction": false,
84
+ "transformers_version": "4.57.3",
85
+ "vocab_size": 50368
86
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b4d06b94222a90ee6763436014bfd400feb22969a01c17fe879ef97791453d8
3
+ size 598489008
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ce5fa39fa13d38332e3d277775ca54460569222dd043430cdb027a664ae2b29
3
+ size 5905