Training in progress, epoch 1, checkpoint
Browse files- checkpoint-7/config.json +11 -19
- checkpoint-7/model.safetensors +2 -2
- checkpoint-7/optimizer.pt +2 -2
- checkpoint-7/rng_state.pth +1 -1
- checkpoint-7/trainer_state.json +8 -8
- checkpoint-7/training_args.bin +1 -1
checkpoint-7/config.json
CHANGED
|
@@ -1,41 +1,33 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
-
"classifier_activation": false,
|
| 7 |
"classifier_dropout": null,
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"hidden_size": 512,
|
| 12 |
"id2label": {
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
},
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
"intermediate_size": 512,
|
| 18 |
-
"intra_bottleneck_size": 128,
|
| 19 |
-
"key_query_shared_bottleneck": true,
|
| 20 |
"label2id": {
|
| 21 |
"negative": 0,
|
| 22 |
"positive": 1
|
| 23 |
},
|
| 24 |
"layer_norm_eps": 1e-12,
|
| 25 |
"max_position_embeddings": 512,
|
| 26 |
-
"model_type": "
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"num_feedforward_networks": 4,
|
| 30 |
-
"num_hidden_layers": 24,
|
| 31 |
"pad_token_id": 0,
|
|
|
|
| 32 |
"problem_type": "single_label_classification",
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
"transformers_version": "4.51.3",
|
| 35 |
-
"trigram_input": true,
|
| 36 |
-
"true_hidden_size": 128,
|
| 37 |
"type_vocab_size": 2,
|
| 38 |
-
"
|
| 39 |
-
"use_bottleneck_attention": false,
|
| 40 |
"vocab_size": 30522
|
| 41 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"BertForSequenceClassification"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
|
|
|
| 6 |
"classifier_dropout": null,
|
| 7 |
+
"hidden_act": "gelu",
|
| 8 |
+
"hidden_dropout_prob": 0.1,
|
| 9 |
+
"hidden_size": 128,
|
|
|
|
| 10 |
"id2label": {
|
| 11 |
+
"0": "negative",
|
| 12 |
+
"1": "positive"
|
| 13 |
},
|
| 14 |
"initializer_range": 0.02,
|
| 15 |
"intermediate_size": 512,
|
|
|
|
|
|
|
| 16 |
"label2id": {
|
| 17 |
"negative": 0,
|
| 18 |
"positive": 1
|
| 19 |
},
|
| 20 |
"layer_norm_eps": 1e-12,
|
| 21 |
"max_position_embeddings": 512,
|
| 22 |
+
"model_type": "bert",
|
| 23 |
+
"num_attention_heads": 2,
|
| 24 |
+
"num_hidden_layers": 2,
|
|
|
|
|
|
|
| 25 |
"pad_token_id": 0,
|
| 26 |
+
"position_embedding_type": "absolute",
|
| 27 |
"problem_type": "single_label_classification",
|
| 28 |
"torch_dtype": "float32",
|
| 29 |
"transformers_version": "4.51.3",
|
|
|
|
|
|
|
| 30 |
"type_vocab_size": 2,
|
| 31 |
+
"use_cache": true,
|
|
|
|
| 32 |
"vocab_size": 30522
|
| 33 |
}
|
checkpoint-7/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:2184a7cc5dbbbcdb1e1a91c486097cc53da6a9c2dc89707d45273cc01936e771
|
| 3 |
+
size 17549312
|
checkpoint-7/optimizer.pt
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:c6a0e1e832ddc526f7b84ede6014f4111837c3c71cee073c419fef4514d2c230
|
| 3 |
+
size 35123898
|
checkpoint-7/rng_state.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14244
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f42508f1fa811c01793b47e142274e8086f1d7bcec910eff64443ea1ee4491a6
|
| 3 |
size 14244
|
checkpoint-7/trainer_state.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"best_global_step": 7,
|
| 3 |
-
"best_metric": 0.
|
| 4 |
"best_model_checkpoint": "./results\\checkpoint-7",
|
| 5 |
"epoch": 1.0,
|
| 6 |
"eval_steps": 500,
|
|
@@ -11,12 +11,12 @@
|
|
| 11 |
"log_history": [
|
| 12 |
{
|
| 13 |
"epoch": 1.0,
|
| 14 |
-
"eval_accuracy": 0.
|
| 15 |
-
"eval_f1": 0.
|
| 16 |
-
"eval_loss":
|
| 17 |
-
"eval_runtime":
|
| 18 |
-
"eval_samples_per_second":
|
| 19 |
-
"eval_steps_per_second":
|
| 20 |
"step": 7
|
| 21 |
}
|
| 22 |
],
|
|
@@ -37,7 +37,7 @@
|
|
| 37 |
"attributes": {}
|
| 38 |
}
|
| 39 |
},
|
| 40 |
-
"total_flos":
|
| 41 |
"train_batch_size": 16,
|
| 42 |
"trial_name": null,
|
| 43 |
"trial_params": null
|
|
|
|
| 1 |
{
|
| 2 |
"best_global_step": 7,
|
| 3 |
+
"best_metric": 0.5122424242424242,
|
| 4 |
"best_model_checkpoint": "./results\\checkpoint-7",
|
| 5 |
"epoch": 1.0,
|
| 6 |
"eval_steps": 500,
|
|
|
|
| 11 |
"log_history": [
|
| 12 |
{
|
| 13 |
"epoch": 1.0,
|
| 14 |
+
"eval_accuracy": 0.52,
|
| 15 |
+
"eval_f1": 0.5122424242424242,
|
| 16 |
+
"eval_loss": 0.6942550539970398,
|
| 17 |
+
"eval_runtime": 0.1652,
|
| 18 |
+
"eval_samples_per_second": 605.351,
|
| 19 |
+
"eval_steps_per_second": 42.375,
|
| 20 |
"step": 7
|
| 21 |
}
|
| 22 |
],
|
|
|
|
| 37 |
"attributes": {}
|
| 38 |
}
|
| 39 |
},
|
| 40 |
+
"total_flos": 127048704000.0,
|
| 41 |
"train_batch_size": 16,
|
| 42 |
"trial_name": null,
|
| 43 |
"trial_params": null
|
checkpoint-7/training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:861141fd327e8a87b5ad48a55f3c4959aee6676f59daa8e247b802539e325862
|
| 3 |
size 5304
|