Training in progress, epoch 1
Browse files- config.json +15 -36
- model.safetensors +2 -2
- runs/Feb26_19-51-07_modal/events.out.tfevents.1740599469.modal.2.0 +3 -0
- training_args.bin +1 -1
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,26 +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 |
-
"repad_logits_with_grad": false,
|
| 200 |
-
"sep_token_id": 50282,
|
| 201 |
-
"sparse_pred_ignore_index": -100,
|
| 202 |
-
"sparse_prediction": false,
|
| 203 |
"torch_dtype": "float32",
|
| 204 |
"transformers_version": "4.49.0",
|
| 205 |
-
"
|
|
|
|
|
|
|
| 206 |
}
|
|
|
|
| 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.49.0",
|
| 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:97cf062af635a67bfe257c33a3158515482d19d477ba5429598dc02fb8364040
|
| 3 |
+
size 438189348
|
runs/Feb26_19-51-07_modal/events.out.tfevents.1740599469.modal.2.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:300244d0702c2670141feddabb96a2963990d2bbfa05e65a8064f8cb3f492e98
|
| 3 |
+
size 11347
|
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:d0b48c17154bbcd6136d02a4aadf00ecd29601f8006e609e7591fa683bc09a7c
|
| 3 |
size 5368
|