AnhNam commited on
Commit
7109972
·
verified ·
1 Parent(s): 493dba3

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +5 -5
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "answerdotai/ModernBERT-large",
3
  "architectures": [
4
  "ModernBertForSequenceClassification"
5
  ],
@@ -19,14 +19,14 @@
19
  "global_rope_theta": 160000.0,
20
  "gradient_checkpointing": false,
21
  "hidden_activation": "gelu",
22
- "hidden_size": 1024,
23
  "id2label": {
24
  "0": "No",
25
  "1": "Yes"
26
  },
27
  "initializer_cutoff_factor": 2.0,
28
  "initializer_range": 0.02,
29
- "intermediate_size": 2624,
30
  "label2id": {
31
  "No": 0,
32
  "Yes": 1
@@ -40,8 +40,8 @@
40
  "model_type": "modernbert",
41
  "norm_bias": false,
42
  "norm_eps": 1e-05,
43
- "num_attention_heads": 16,
44
- "num_hidden_layers": 28,
45
  "pad_token_id": 50283,
46
  "position_embedding_type": "absolute",
47
  "problem_type": "single_label_classification",
 
1
  {
2
+ "_name_or_path": "answerdotai/ModernBERT-base",
3
  "architectures": [
4
  "ModernBertForSequenceClassification"
5
  ],
 
19
  "global_rope_theta": 160000.0,
20
  "gradient_checkpointing": false,
21
  "hidden_activation": "gelu",
22
+ "hidden_size": 768,
23
  "id2label": {
24
  "0": "No",
25
  "1": "Yes"
26
  },
27
  "initializer_cutoff_factor": 2.0,
28
  "initializer_range": 0.02,
29
+ "intermediate_size": 1152,
30
  "label2id": {
31
  "No": 0,
32
  "Yes": 1
 
40
  "model_type": "modernbert",
41
  "norm_bias": false,
42
  "norm_eps": 1e-05,
43
+ "num_attention_heads": 12,
44
+ "num_hidden_layers": 22,
45
  "pad_token_id": 50283,
46
  "position_embedding_type": "absolute",
47
  "problem_type": "single_label_classification",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ed47f6752353911d5613798a741c3764e4d9c25edccaff3e7dfd0b7bd108b48
3
- size 1583351640
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be93ea1de837dfe5efd0fd70f96bf2322c758514249076bd16fa507c6150b96a
3
+ size 598439784
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b831e60763892fffd580e62b753aa3f08a510120c909f548f1143865c21e7a4d
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cd34d27515aa662b25d9ef1617fb6e46dc2a63e3eb3d64a0dbeb6ad5f48054f
3
  size 5304