pawin205 commited on
Commit
4b3a150
·
verified ·
1 Parent(s): 294cbb7

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": 50281,
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
+ "3": "LABEL_3"
27
+ },
28
+ "initializer_cutoff_factor": 2.0,
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 1152,
31
+ "label2id": {
32
+ "LABEL_0": 0,
33
+ "LABEL_1": 1,
34
+ "LABEL_2": 2,
35
+ "LABEL_3": 3
36
+ },
37
+ "layer_norm_eps": 1e-05,
38
+ "local_attention": 128,
39
+ "local_rope_theta": 10000.0,
40
+ "max_position_embeddings": 8192,
41
+ "mlp_bias": false,
42
+ "mlp_dropout": 0.0,
43
+ "model_type": "modernbert",
44
+ "norm_bias": false,
45
+ "norm_eps": 1e-05,
46
+ "num_attention_heads": 12,
47
+ "num_hidden_layers": 22,
48
+ "pad_token_id": 50283,
49
+ "position_embedding_type": "absolute",
50
+ "problem_type": "single_label_classification",
51
+ "repad_logits_with_grad": false,
52
+ "sep_token_id": 50282,
53
+ "sparse_pred_ignore_index": -100,
54
+ "sparse_prediction": false,
55
+ "torch_dtype": "float32",
56
+ "transformers_version": "4.54.1",
57
+ "vocab_size": 50368
58
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7433dc5a2c96678d7bfe0a0397acc3b350af7cf10f2c8b62f3493c45c27ab4bf
3
+ size 598445936
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94cff1f3c43ea8fe452e6e2749b99a0ebcf8c484f1689c6beb5c3183ec1f74be
3
+ size 5713