Mollel commited on
Commit
734b591
·
verified ·
1 Parent(s): a7d5896

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,13 +1,24 @@
1
  {
2
- "_name_or_path": "google-bert/bert-base-uncased",
3
  "architectures": [
4
- "BertForSequenceClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
 
 
 
 
 
 
 
 
 
 
 
 
8
  "gradient_checkpointing": false,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "activate_my_card",
@@ -88,8 +99,9 @@
88
  "8": "cancel_transfer",
89
  "9": "card_about_to_expire"
90
  },
 
91
  "initializer_range": 0.02,
92
- "intermediate_size": 3072,
93
  "label2id": {
94
  "Refund_not_showing_up": "51",
95
  "activate_my_card": "0",
@@ -169,17 +181,25 @@
169
  "wrong_amount_of_cash_received": "75",
170
  "wrong_exchange_rate_for_cash_withdrawal": "76"
171
  },
172
- "layer_norm_eps": 1e-12,
173
- "max_position_embeddings": 512,
174
- "model_type": "bert",
 
 
 
 
 
 
175
  "num_attention_heads": 12,
176
- "num_hidden_layers": 12,
177
- "pad_token_id": 0,
178
  "position_embedding_type": "absolute",
179
  "problem_type": "single_label_classification",
 
 
 
 
180
  "torch_dtype": "float32",
181
  "transformers_version": "4.48.0.dev0",
182
- "type_vocab_size": 2,
183
- "use_cache": true,
184
- "vocab_size": 30522
185
  }
 
1
  {
2
+ "_name_or_path": "answerdotai/ModernBERT-base",
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": 768,
23
  "id2label": {
24
  "0": "activate_my_card",
 
99
  "8": "cancel_transfer",
100
  "9": "card_about_to_expire"
101
  },
102
+ "initializer_cutoff_factor": 2.0,
103
  "initializer_range": 0.02,
104
+ "intermediate_size": 1152,
105
  "label2id": {
106
  "Refund_not_showing_up": "51",
107
  "activate_my_card": "0",
 
181
  "wrong_amount_of_cash_received": "75",
182
  "wrong_exchange_rate_for_cash_withdrawal": "76"
183
  },
184
+ "layer_norm_eps": 1e-05,
185
+ "local_attention": 128,
186
+ "local_rope_theta": 10000.0,
187
+ "max_position_embeddings": 8192,
188
+ "mlp_bias": false,
189
+ "mlp_dropout": 0.0,
190
+ "model_type": "modernbert",
191
+ "norm_bias": false,
192
+ "norm_eps": 1e-05,
193
  "num_attention_heads": 12,
194
+ "num_hidden_layers": 22,
195
+ "pad_token_id": 50283,
196
  "position_embedding_type": "absolute",
197
  "problem_type": "single_label_classification",
198
+ "reference_compile": true,
199
+ "sep_token_id": 50282,
200
+ "sparse_pred_ignore_index": -100,
201
+ "sparse_prediction": false,
202
  "torch_dtype": "float32",
203
  "transformers_version": "4.48.0.dev0",
204
+ "vocab_size": 50368
 
 
205
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c33ca97292fdd46f09a7b19a59f96dc6ad75e535cb0c48c48beae6f9bb54b15
3
- size 438189348
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:414e6c73376c7867799587ef20a8c1b27fa3ba79fd6148c55a0211a69a1611c8
3
+ size 598670492
runs/Dec29_10-09-09_ai4d-Lambda-Vector/events.out.tfevents.1735456152.ai4d-Lambda-Vector.3573610.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6184454e26ff8798a8e3a92dbdfe54c9147a4b3400d7d981f48083c717aba11c
3
- size 12287
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d87ec5f526dfd20d51fd3245da00d675ed16133a9d68db241a4ef989c9d9e38
3
+ size 13448
runs/Dec29_10-18-31_ai4d-Lambda-Vector/events.out.tfevents.1735456713.ai4d-Lambda-Vector.3593434.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02aa6beafc4d33c9c76a2d565d0220816418f2d80a8c16af8775d921366280b9
3
+ size 11953
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c64f026dbb1e79c7f03137eecd75a588d71dd10f1dcb2cb5730541cbe30053fb
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e908d222c31579c05702fd41933d3f271e38f933f26b982d2d8140d3212c129
3
  size 5368