Training in progress, epoch 1
Browse files
config.json
CHANGED
|
@@ -1,13 +1,24 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
-
"
|
| 6 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"dtype": "float32",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
"gradient_checkpointing": false,
|
| 9 |
-
"
|
| 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":
|
| 93 |
"label2id": {
|
| 94 |
"Refund_not_showing_up": "51",
|
| 95 |
"activate_my_card": "0",
|
|
@@ -169,16 +181,24 @@
|
|
| 169 |
"wrong_amount_of_cash_received": "75",
|
| 170 |
"wrong_exchange_rate_for_cash_withdrawal": "76"
|
| 171 |
},
|
| 172 |
-
"layer_norm_eps": 1e-
|
| 173 |
-
"
|
| 174 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
"num_attention_heads": 12,
|
| 176 |
-
"num_hidden_layers":
|
| 177 |
-
"pad_token_id":
|
| 178 |
"position_embedding_type": "absolute",
|
| 179 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 180 |
"transformers_version": "4.57.0.dev0",
|
| 181 |
-
"
|
| 182 |
-
"use_cache": true,
|
| 183 |
-
"vocab_size": 30522
|
| 184 |
}
|
|
|
|
| 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 |
"dtype": "float32",
|
| 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 |
+
"repad_logits_with_grad": false,
|
| 199 |
+
"sep_token_id": 50282,
|
| 200 |
+
"sparse_pred_ignore_index": -100,
|
| 201 |
+
"sparse_prediction": false,
|
| 202 |
"transformers_version": "4.57.0.dev0",
|
| 203 |
+
"vocab_size": 50368
|
|
|
|
|
|
|
| 204 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2e7d25ee7fef88a283818bbfea693dce730676935d058bf15c6f6dcb22f2637
|
| 3 |
+
size 598670492
|
runs/Sep17_21-41-43_6624b0b7ce54/events.out.tfevents.1758145304.6624b0b7ce54.866.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c38922f0ed4046f89dfd9a952a1fb848ed88b37b352f2ba7c98b2a6ce98c020
|
| 3 |
+
size 12456
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d78f6d656d01063dc7d2ad337f9d167e7fa9d902af40fce9428563c12a4bba63
|
| 3 |
size 5841
|