End of training
Browse files- README.md +23 -5
- all_results.json +16 -0
- eval_results.json +10 -0
- logs/events.out.tfevents.1745469410.s_005_m.2892304.37 +3 -0
- train_results.json +9 -0
- trainer_state.json +154 -0
README.md
CHANGED
|
@@ -1,14 +1,32 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
|
|
|
|
|
|
| 3 |
base_model: Hartunka/bert_base_rand_10_v2
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
| 6 |
metrics:
|
| 7 |
- matthews_correlation
|
| 8 |
- accuracy
|
| 9 |
model-index:
|
| 10 |
- name: bert_base_rand_10_v2_cola
|
| 11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -16,11 +34,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# bert_base_rand_10_v2_cola
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [Hartunka/bert_base_rand_10_v2](https://huggingface.co/Hartunka/bert_base_rand_10_v2) on
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Matthews Correlation: 0.
|
| 23 |
-
- Accuracy: 0.
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
base_model: Hartunka/bert_base_rand_10_v2
|
| 6 |
tags:
|
| 7 |
- generated_from_trainer
|
| 8 |
+
datasets:
|
| 9 |
+
- glue
|
| 10 |
metrics:
|
| 11 |
- matthews_correlation
|
| 12 |
- accuracy
|
| 13 |
model-index:
|
| 14 |
- name: bert_base_rand_10_v2_cola
|
| 15 |
+
results:
|
| 16 |
+
- task:
|
| 17 |
+
name: Text Classification
|
| 18 |
+
type: text-classification
|
| 19 |
+
dataset:
|
| 20 |
+
name: GLUE COLA
|
| 21 |
+
type: glue
|
| 22 |
+
args: cola
|
| 23 |
+
metrics:
|
| 24 |
+
- name: Matthews Correlation
|
| 25 |
+
type: matthews_correlation
|
| 26 |
+
value: 0.0
|
| 27 |
+
- name: Accuracy
|
| 28 |
+
type: accuracy
|
| 29 |
+
value: 0.6912751793861389
|
| 30 |
---
|
| 31 |
|
| 32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 34 |
|
| 35 |
# bert_base_rand_10_v2_cola
|
| 36 |
|
| 37 |
+
This model is a fine-tuned version of [Hartunka/bert_base_rand_10_v2](https://huggingface.co/Hartunka/bert_base_rand_10_v2) on the GLUE COLA dataset.
|
| 38 |
It achieves the following results on the evaluation set:
|
| 39 |
+
- Loss: 0.6198
|
| 40 |
+
- Matthews Correlation: 0.0
|
| 41 |
+
- Accuracy: 0.6913
|
| 42 |
|
| 43 |
## Model description
|
| 44 |
|
all_results.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 6.0,
|
| 3 |
+
"eval_accuracy": 0.6912751793861389,
|
| 4 |
+
"eval_loss": 0.6197782754898071,
|
| 5 |
+
"eval_matthews_correlation": 0.0,
|
| 6 |
+
"eval_runtime": 0.6915,
|
| 7 |
+
"eval_samples": 1043,
|
| 8 |
+
"eval_samples_per_second": 1508.269,
|
| 9 |
+
"eval_steps_per_second": 7.23,
|
| 10 |
+
"total_flos": 6749587903150080.0,
|
| 11 |
+
"train_loss": 0.5150212961084703,
|
| 12 |
+
"train_runtime": 100.0509,
|
| 13 |
+
"train_samples": 8551,
|
| 14 |
+
"train_samples_per_second": 4273.326,
|
| 15 |
+
"train_steps_per_second": 16.991
|
| 16 |
+
}
|
eval_results.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 6.0,
|
| 3 |
+
"eval_accuracy": 0.6912751793861389,
|
| 4 |
+
"eval_loss": 0.6197782754898071,
|
| 5 |
+
"eval_matthews_correlation": 0.0,
|
| 6 |
+
"eval_runtime": 0.6915,
|
| 7 |
+
"eval_samples": 1043,
|
| 8 |
+
"eval_samples_per_second": 1508.269,
|
| 9 |
+
"eval_steps_per_second": 7.23
|
| 10 |
+
}
|
logs/events.out.tfevents.1745469410.s_005_m.2892304.37
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96a5d202816cb260ae78caa2ebb232ca0cb91b3033d7e571ab2af53ef9e16c66
|
| 3 |
+
size 427
|
train_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 6.0,
|
| 3 |
+
"total_flos": 6749587903150080.0,
|
| 4 |
+
"train_loss": 0.5150212961084703,
|
| 5 |
+
"train_runtime": 100.0509,
|
| 6 |
+
"train_samples": 8551,
|
| 7 |
+
"train_samples_per_second": 4273.326,
|
| 8 |
+
"train_steps_per_second": 16.991
|
| 9 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": 34,
|
| 3 |
+
"best_metric": 0.6197782754898071,
|
| 4 |
+
"best_model_checkpoint": "bert_base_rand_10_v2_cola/checkpoint-34",
|
| 5 |
+
"epoch": 6.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 204,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 1.0,
|
| 14 |
+
"grad_norm": 0.760583758354187,
|
| 15 |
+
"learning_rate": 4.9e-05,
|
| 16 |
+
"loss": 0.6124,
|
| 17 |
+
"step": 34
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 1.0,
|
| 21 |
+
"eval_accuracy": 0.6912751793861389,
|
| 22 |
+
"eval_loss": 0.6197782754898071,
|
| 23 |
+
"eval_matthews_correlation": 0.0,
|
| 24 |
+
"eval_runtime": 0.6792,
|
| 25 |
+
"eval_samples_per_second": 1535.653,
|
| 26 |
+
"eval_steps_per_second": 7.362,
|
| 27 |
+
"step": 34
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"epoch": 2.0,
|
| 31 |
+
"grad_norm": 1.5169968605041504,
|
| 32 |
+
"learning_rate": 4.8e-05,
|
| 33 |
+
"loss": 0.5889,
|
| 34 |
+
"step": 68
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"epoch": 2.0,
|
| 38 |
+
"eval_accuracy": 0.690316379070282,
|
| 39 |
+
"eval_loss": 0.6246058344841003,
|
| 40 |
+
"eval_matthews_correlation": 0.04129856774209186,
|
| 41 |
+
"eval_runtime": 0.699,
|
| 42 |
+
"eval_samples_per_second": 1492.229,
|
| 43 |
+
"eval_steps_per_second": 7.154,
|
| 44 |
+
"step": 68
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 3.0,
|
| 48 |
+
"grad_norm": 1.9388715028762817,
|
| 49 |
+
"learning_rate": 4.7e-05,
|
| 50 |
+
"loss": 0.5412,
|
| 51 |
+
"step": 102
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 3.0,
|
| 55 |
+
"eval_accuracy": 0.6845637559890747,
|
| 56 |
+
"eval_loss": 0.6387814283370972,
|
| 57 |
+
"eval_matthews_correlation": 0.029692033315243296,
|
| 58 |
+
"eval_runtime": 0.674,
|
| 59 |
+
"eval_samples_per_second": 1547.589,
|
| 60 |
+
"eval_steps_per_second": 7.419,
|
| 61 |
+
"step": 102
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"epoch": 4.0,
|
| 65 |
+
"grad_norm": 4.953024864196777,
|
| 66 |
+
"learning_rate": 4.600000000000001e-05,
|
| 67 |
+
"loss": 0.4976,
|
| 68 |
+
"step": 136
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"epoch": 4.0,
|
| 72 |
+
"eval_accuracy": 0.6558005809783936,
|
| 73 |
+
"eval_loss": 0.7266033887863159,
|
| 74 |
+
"eval_matthews_correlation": 0.12227142135867913,
|
| 75 |
+
"eval_runtime": 0.6895,
|
| 76 |
+
"eval_samples_per_second": 1512.593,
|
| 77 |
+
"eval_steps_per_second": 7.251,
|
| 78 |
+
"step": 136
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"epoch": 5.0,
|
| 82 |
+
"grad_norm": 1.9303916692733765,
|
| 83 |
+
"learning_rate": 4.5e-05,
|
| 84 |
+
"loss": 0.4461,
|
| 85 |
+
"step": 170
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"epoch": 5.0,
|
| 89 |
+
"eval_accuracy": 0.6730585098266602,
|
| 90 |
+
"eval_loss": 0.6882631778717041,
|
| 91 |
+
"eval_matthews_correlation": 0.12232784170821964,
|
| 92 |
+
"eval_runtime": 0.6714,
|
| 93 |
+
"eval_samples_per_second": 1553.494,
|
| 94 |
+
"eval_steps_per_second": 7.447,
|
| 95 |
+
"step": 170
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"epoch": 6.0,
|
| 99 |
+
"grad_norm": 4.0536789894104,
|
| 100 |
+
"learning_rate": 4.4000000000000006e-05,
|
| 101 |
+
"loss": 0.4039,
|
| 102 |
+
"step": 204
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"epoch": 6.0,
|
| 106 |
+
"eval_accuracy": 0.6433365345001221,
|
| 107 |
+
"eval_loss": 0.8319432139396667,
|
| 108 |
+
"eval_matthews_correlation": 0.078501645978455,
|
| 109 |
+
"eval_runtime": 0.6953,
|
| 110 |
+
"eval_samples_per_second": 1500.174,
|
| 111 |
+
"eval_steps_per_second": 7.192,
|
| 112 |
+
"step": 204
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"epoch": 6.0,
|
| 116 |
+
"step": 204,
|
| 117 |
+
"total_flos": 6749587903150080.0,
|
| 118 |
+
"train_loss": 0.5150212961084703,
|
| 119 |
+
"train_runtime": 100.0509,
|
| 120 |
+
"train_samples_per_second": 4273.326,
|
| 121 |
+
"train_steps_per_second": 16.991
|
| 122 |
+
}
|
| 123 |
+
],
|
| 124 |
+
"logging_steps": 1,
|
| 125 |
+
"max_steps": 1700,
|
| 126 |
+
"num_input_tokens_seen": 0,
|
| 127 |
+
"num_train_epochs": 50,
|
| 128 |
+
"save_steps": 500,
|
| 129 |
+
"stateful_callbacks": {
|
| 130 |
+
"EarlyStoppingCallback": {
|
| 131 |
+
"args": {
|
| 132 |
+
"early_stopping_patience": 5,
|
| 133 |
+
"early_stopping_threshold": 0.0
|
| 134 |
+
},
|
| 135 |
+
"attributes": {
|
| 136 |
+
"early_stopping_patience_counter": 5
|
| 137 |
+
}
|
| 138 |
+
},
|
| 139 |
+
"TrainerControl": {
|
| 140 |
+
"args": {
|
| 141 |
+
"should_epoch_stop": false,
|
| 142 |
+
"should_evaluate": false,
|
| 143 |
+
"should_log": false,
|
| 144 |
+
"should_save": true,
|
| 145 |
+
"should_training_stop": true
|
| 146 |
+
},
|
| 147 |
+
"attributes": {}
|
| 148 |
+
}
|
| 149 |
+
},
|
| 150 |
+
"total_flos": 6749587903150080.0,
|
| 151 |
+
"train_batch_size": 256,
|
| 152 |
+
"trial_name": null,
|
| 153 |
+
"trial_params": null
|
| 154 |
+
}
|