Mollel commited on
Commit
b70daa3
·
verified ·
1 Parent(s): 3e1ad24

Training in progress, epoch 3

Browse files
config.json CHANGED
@@ -1,40 +1,55 @@
1
  {
2
- "_name_or_path": "google-bert/bert-base-multilingual-uncased",
3
  "architectures": [
4
- "BertForSequenceClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "directionality": "bidi",
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
- "hidden_size": 768,
 
 
 
 
 
 
 
 
 
 
 
12
  "id2label": {
13
  "0": "bad",
14
  "1": "good"
15
  },
 
16
  "initializer_range": 0.02,
17
- "intermediate_size": 3072,
18
  "label2id": {
19
  "bad": "0",
20
  "good": "1"
21
  },
22
- "layer_norm_eps": 1e-12,
23
- "max_position_embeddings": 512,
24
- "model_type": "bert",
25
- "num_attention_heads": 12,
26
- "num_hidden_layers": 12,
27
- "pad_token_id": 0,
28
- "pooler_fc_size": 768,
29
- "pooler_num_attention_heads": 12,
30
- "pooler_num_fc_layers": 3,
31
- "pooler_size_per_head": 128,
32
- "pooler_type": "first_token_transform",
 
33
  "position_embedding_type": "absolute",
34
  "problem_type": "single_label_classification",
35
- "torch_dtype": "float32",
 
 
 
 
36
  "transformers_version": "4.48.0.dev0",
37
- "type_vocab_size": 2,
38
- "use_cache": true,
39
- "vocab_size": 105879
40
  }
 
1
  {
2
+ "_name_or_path": "answerdotai/ModernBERT-large",
3
  "architectures": [
4
+ "ModernBertForSequenceClassification"
5
  ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 50281,
9
+ "classifier_activation": "gelu",
10
+ "classifier_bias": false,
11
+ "classifier_dropout": 0.0,
12
+ "classifier_pooling": "mean",
13
+ "cls_token_id": 50281,
14
+ "decoder_bias": true,
15
+ "deterministic_flash_attn": false,
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": 1024,
23
  "id2label": {
24
  "0": "bad",
25
  "1": "good"
26
  },
27
+ "initializer_cutoff_factor": 2.0,
28
  "initializer_range": 0.02,
29
+ "intermediate_size": 2624,
30
  "label2id": {
31
  "bad": "0",
32
  "good": "1"
33
  },
34
+ "layer_norm_eps": 1e-05,
35
+ "local_attention": 128,
36
+ "local_rope_theta": 10000.0,
37
+ "max_position_embeddings": 8192,
38
+ "mlp_bias": false,
39
+ "mlp_dropout": 0.0,
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",
48
+ "reference_compile": true,
49
+ "sep_token_id": 50282,
50
+ "sparse_pred_ignore_index": -100,
51
+ "sparse_prediction": false,
52
+ "torch_dtype": "bfloat16",
53
  "transformers_version": "4.48.0.dev0",
54
+ "vocab_size": 50368
 
 
55
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40ad276dc4b01243e18ae1e8327684fd0fd5f26a0b9979ed8845900aca0a50b3
3
- size 669455360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95cea7d34180b340ce05f1e3b1dabc9d679d55bd8f319ffb83fabe480ba94000
3
+ size 791684972
runs/Dec31_09-07-31_ai4d-Lambda-Vector/events.out.tfevents.1735625254.ai4d-Lambda-Vector.979901.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:14b21d01dbf008485ae32c17c6268fc95f17e6544e39ebd13de530c03107c571
3
- size 7184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f65dd2110d970c4b44e3950e2fe31c14534dbad9e4b2b4f7b9c750befa195c67
3
+ size 9400
runs/Dec31_09-17-15_ai4d-Lambda-Vector/events.out.tfevents.1735625838.ai4d-Lambda-Vector.1007012.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f84cb1e9dc7f794cb8318149536060564105e508ed086abd8e17cda24f986689
3
+ size 5812
runs/Dec31_09-19-23_ai4d-Lambda-Vector/events.out.tfevents.1735625964.ai4d-Lambda-Vector.1012242.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dcda7a2a59ddd39b368d6abdb15e9917bc9ec306f46b938b1ba4c8912347ccb
3
+ size 11643
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:586aa086ac31eeb9250177bbf91ba4ab24f8e4a91958c5edb3d8ac41e761872a
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a4eb7939a836581b014e47ee49ab28fa0fff75265be891193136662e142887a
3
  size 5432