Training in progress, epoch 1
Browse files
config.json
CHANGED
|
@@ -1,24 +1,13 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
-
"
|
| 7 |
-
"
|
| 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 |
-
"
|
|
|
|
| 22 |
"hidden_size": 768,
|
| 23 |
"id2label": {
|
| 24 |
"0": "activate_my_card",
|
|
@@ -99,9 +88,8 @@
|
|
| 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":
|
| 105 |
"label2id": {
|
| 106 |
"Refund_not_showing_up": "51",
|
| 107 |
"activate_my_card": "0",
|
|
@@ -181,25 +169,17 @@
|
|
| 181 |
"wrong_amount_of_cash_received": "75",
|
| 182 |
"wrong_exchange_rate_for_cash_withdrawal": "76"
|
| 183 |
},
|
| 184 |
-
"layer_norm_eps": 1e-
|
| 185 |
-
"
|
| 186 |
-
"
|
| 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":
|
| 195 |
-
"pad_token_id":
|
| 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 |
-
"
|
|
|
|
|
|
|
| 205 |
}
|
|
|
|
| 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": "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 |
"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 |
}
|
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:544a434ef08610876e72f8b1785b89c54e1461e8f0e19b9059f660214740ab8d
|
| 3 |
+
size 438189348
|
runs/Dec25_08-58-06_ip-172-31-34-75/events.out.tfevents.1735117087.ip-172-31-34-75.15553.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f9541472387c8200d929077d73685dcbb1f754a8e6c06e07029eba564401c86
|
| 3 |
+
size 11334
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:404a6257d442534242826a6028dc5e2bd88f6d9cbb60615b520d19bd9c1e9c1d
|
| 3 |
size 5368
|