nickprock commited on
Commit
2c8f7e9
·
verified ·
1 Parent(s): 246c2b6

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "DeepMount00/Italian-ModernBERT-base",
3
+ "architectures": [
4
+ "ModernBertForTokenClassification"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 2,
9
+ "classifier_activation": "gelu",
10
+ "classifier_bias": false,
11
+ "classifier_dropout": 0.0,
12
+ "classifier_pooling": "mean",
13
+ "cls_token_id": 2,
14
+ "decoder_bias": true,
15
+ "deterministic_flash_attn": false,
16
+ "embedding_dropout": 0.0,
17
+ "eos_token_id": 3,
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": "O",
25
+ "1": "B-PER",
26
+ "2": "I-PER",
27
+ "3": "B-LOC",
28
+ "4": "I-LOC",
29
+ "5": "B-ORG",
30
+ "6": "I-ORG",
31
+ "7": "B-ANIM",
32
+ "8": "I-ANIM",
33
+ "9": "B-BIO",
34
+ "10": "I-BIO",
35
+ "11": "B-CEL",
36
+ "12": "I-CEL",
37
+ "13": "B-DIS",
38
+ "14": "I-DIS",
39
+ "15": "B-EVE",
40
+ "16": "I-EVE",
41
+ "17": "B-FOOD",
42
+ "18": "I-FOOD",
43
+ "19": "B-INST",
44
+ "20": "I-INST",
45
+ "21": "B-MEDIA",
46
+ "22": "I-MEDIA",
47
+ "23": "B-PLANT",
48
+ "24": "I-PLANT",
49
+ "25": "B-MYTH",
50
+ "26": "I-MYTH",
51
+ "27": "B-TIME",
52
+ "28": "I-TIME",
53
+ "29": "B-VEHI",
54
+ "30": "I-VEHI",
55
+ "31": "B-MISC",
56
+ "32": "I-MISC"
57
+ },
58
+ "initializer_cutoff_factor": 2.0,
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 1152,
61
+ "label2id": {
62
+ "B-ANIM": 7,
63
+ "B-BIO": 9,
64
+ "B-CEL": 11,
65
+ "B-DIS": 13,
66
+ "B-EVE": 15,
67
+ "B-FOOD": 17,
68
+ "B-INST": 19,
69
+ "B-LOC": 3,
70
+ "B-MEDIA": 21,
71
+ "B-MISC": 31,
72
+ "B-MYTH": 25,
73
+ "B-ORG": 5,
74
+ "B-PER": 1,
75
+ "B-PLANT": 23,
76
+ "B-TIME": 27,
77
+ "B-VEHI": 29,
78
+ "I-ANIM": 8,
79
+ "I-BIO": 10,
80
+ "I-CEL": 12,
81
+ "I-DIS": 14,
82
+ "I-EVE": 16,
83
+ "I-FOOD": 18,
84
+ "I-INST": 20,
85
+ "I-LOC": 4,
86
+ "I-MEDIA": 22,
87
+ "I-MISC": 32,
88
+ "I-MYTH": 26,
89
+ "I-ORG": 6,
90
+ "I-PER": 2,
91
+ "I-PLANT": 24,
92
+ "I-TIME": 28,
93
+ "I-VEHI": 30,
94
+ "O": 0
95
+ },
96
+ "layer_norm_eps": 1e-05,
97
+ "local_attention": 128,
98
+ "local_rope_theta": 10000.0,
99
+ "mask_token_id": 4,
100
+ "max_position_embeddings": 8192,
101
+ "mlp_bias": false,
102
+ "mlp_dropout": 0.0,
103
+ "model_type": "modernbert",
104
+ "norm_bias": false,
105
+ "norm_eps": 1e-05,
106
+ "num_attention_heads": 12,
107
+ "num_hidden_layers": 22,
108
+ "pad_token_id": 1,
109
+ "position_embedding_type": "absolute",
110
+ "reference_compile": false,
111
+ "repad_logits_with_grad": false,
112
+ "sep_token_id": 3,
113
+ "sparse_pred_ignore_index": -100,
114
+ "sparse_prediction": false,
115
+ "torch_dtype": "float32",
116
+ "transformers_version": "4.48.3",
117
+ "unk_token_id": 0,
118
+ "vocab_size": 32000
119
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab8eaf2552b495faac161c97200cfc4c098baae8d315c2fd7e2099bd8ad6aff2
3
+ size 542108652
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[UNK]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[PAD]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "extra_special_tokens": {},
47
+ "mask_token": "[MASK]",
48
+ "model_input_names": [
49
+ "input_ids",
50
+ "attention_mask"
51
+ ],
52
+ "model_max_length": 1000000000000000019884624838656,
53
+ "pad_token": "[PAD]",
54
+ "sep_token": "[SEP]",
55
+ "special_tokens": {
56
+ "cls_token": "[CLS]",
57
+ "mask_token": "[MASK]",
58
+ "pad_token": "[PAD]",
59
+ "sep_token": "[SEP]",
60
+ "unk_token": "[UNK]"
61
+ },
62
+ "tokenizer_class": "PreTrainedTokenizerFast",
63
+ "unk_token": "[UNK]"
64
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb74ab57d875b2fad8534a34bdadee966a6260c19a29765c1a6b25aceaf4fb05
3
+ size 5304