tgrhn commited on
Commit
63c87bf
·
verified ·
1 Parent(s): ca3d10a

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +58 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 2,
13
+ "decoder_bias": true,
14
+ "deterministic_flash_attn": false,
15
+ "embedding_dropout": 0.0,
16
+ "eos_token_id": 50282,
17
+ "global_attn_every_n_layers": 3,
18
+ "global_rope_theta": 160000.0,
19
+ "gradient_checkpointing": false,
20
+ "hidden_activation": "gelu",
21
+ "hidden_size": 768,
22
+ "id2label": {
23
+ "0": "LABEL_0",
24
+ "1": "LABEL_1",
25
+ "2": "LABEL_2"
26
+ },
27
+ "initializer_cutoff_factor": 2.0,
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 1152,
30
+ "label2id": {
31
+ "LABEL_0": 0,
32
+ "LABEL_1": 1,
33
+ "LABEL_2": 2
34
+ },
35
+ "layer_norm_eps": 1e-05,
36
+ "local_attention": 128,
37
+ "local_rope_theta": 10000.0,
38
+ "mask_token_id": 4,
39
+ "max_position_embeddings": 8192,
40
+ "mlp_bias": false,
41
+ "mlp_dropout": 0.0,
42
+ "model_type": "modernbert",
43
+ "norm_bias": false,
44
+ "norm_eps": 1e-05,
45
+ "num_attention_heads": 12,
46
+ "num_hidden_layers": 22,
47
+ "pad_token_id": 0,
48
+ "position_embedding_type": "absolute",
49
+ "problem_type": "single_label_classification",
50
+ "repad_logits_with_grad": false,
51
+ "sep_token_id": 3,
52
+ "sparse_pred_ignore_index": -100,
53
+ "sparse_prediction": false,
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.52.2",
56
+ "unk_token_id": 1,
57
+ "vocab_size": 32000
58
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb15e0491516983c852b41e9e0de23d7bd305cc0af272058f65f47205980c1a8
3
+ size 542016364
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e50cdff1c53abd602203615bbaeb21adc4e6fc7cbe0798bf46ed8f956ead6908
3
+ size 5304