End of training
Browse files- README.md +23 -5
- all_results.json +16 -0
- eval_results.json +10 -0
- logs/events.out.tfevents.1745316421.s_005_m.2850172.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/tiny_bert_rand_50_v2
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
| 6 |
metrics:
|
| 7 |
- matthews_correlation
|
| 8 |
- accuracy
|
| 9 |
model-index:
|
| 10 |
- name: tiny_bert_rand_50_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 |
# tiny_bert_rand_50_v2_cola
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [Hartunka/tiny_bert_rand_50_v2](https://huggingface.co/Hartunka/tiny_bert_rand_50_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/tiny_bert_rand_50_v2
|
| 6 |
tags:
|
| 7 |
- generated_from_trainer
|
| 8 |
+
datasets:
|
| 9 |
+
- glue
|
| 10 |
metrics:
|
| 11 |
- matthews_correlation
|
| 12 |
- accuracy
|
| 13 |
model-index:
|
| 14 |
- name: tiny_bert_rand_50_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 |
# tiny_bert_rand_50_v2_cola
|
| 36 |
|
| 37 |
+
This model is a fine-tuned version of [Hartunka/tiny_bert_rand_50_v2](https://huggingface.co/Hartunka/tiny_bert_rand_50_v2) on the GLUE COLA dataset.
|
| 38 |
It achieves the following results on the evaluation set:
|
| 39 |
+
- Loss: 0.6176
|
| 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.6175676584243774,
|
| 5 |
+
"eval_matthews_correlation": 0.0,
|
| 6 |
+
"eval_runtime": 0.3611,
|
| 7 |
+
"eval_samples": 1043,
|
| 8 |
+
"eval_samples_per_second": 2888.614,
|
| 9 |
+
"eval_steps_per_second": 13.848,
|
| 10 |
+
"total_flos": 1345426898614272.0,
|
| 11 |
+
"train_loss": 0.5467501154132918,
|
| 12 |
+
"train_runtime": 34.2397,
|
| 13 |
+
"train_samples": 8551,
|
| 14 |
+
"train_samples_per_second": 12486.959,
|
| 15 |
+
"train_steps_per_second": 49.65
|
| 16 |
+
}
|
eval_results.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 6.0,
|
| 3 |
+
"eval_accuracy": 0.6912751793861389,
|
| 4 |
+
"eval_loss": 0.6175676584243774,
|
| 5 |
+
"eval_matthews_correlation": 0.0,
|
| 6 |
+
"eval_runtime": 0.3611,
|
| 7 |
+
"eval_samples": 1043,
|
| 8 |
+
"eval_samples_per_second": 2888.614,
|
| 9 |
+
"eval_steps_per_second": 13.848
|
| 10 |
+
}
|
logs/events.out.tfevents.1745316421.s_005_m.2850172.37
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0fc14512f194c41ce01c8f9aac6039c7d2bf79e35329f1e337d62585cf4e940
|
| 3 |
+
size 427
|
train_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 6.0,
|
| 3 |
+
"total_flos": 1345426898614272.0,
|
| 4 |
+
"train_loss": 0.5467501154132918,
|
| 5 |
+
"train_runtime": 34.2397,
|
| 6 |
+
"train_samples": 8551,
|
| 7 |
+
"train_samples_per_second": 12486.959,
|
| 8 |
+
"train_steps_per_second": 49.65
|
| 9 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": 34,
|
| 3 |
+
"best_metric": 0.6175676584243774,
|
| 4 |
+
"best_model_checkpoint": "tiny_bert_rand_50_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.7076928615570068,
|
| 15 |
+
"learning_rate": 4.9e-05,
|
| 16 |
+
"loss": 0.6135,
|
| 17 |
+
"step": 34
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 1.0,
|
| 21 |
+
"eval_accuracy": 0.6912751793861389,
|
| 22 |
+
"eval_loss": 0.6175676584243774,
|
| 23 |
+
"eval_matthews_correlation": 0.0,
|
| 24 |
+
"eval_runtime": 0.3187,
|
| 25 |
+
"eval_samples_per_second": 3273.029,
|
| 26 |
+
"eval_steps_per_second": 15.69,
|
| 27 |
+
"step": 34
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"epoch": 2.0,
|
| 31 |
+
"grad_norm": 1.0805855989456177,
|
| 32 |
+
"learning_rate": 4.8e-05,
|
| 33 |
+
"loss": 0.6006,
|
| 34 |
+
"step": 68
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"epoch": 2.0,
|
| 38 |
+
"eval_accuracy": 0.6912751793861389,
|
| 39 |
+
"eval_loss": 0.6197286248207092,
|
| 40 |
+
"eval_matthews_correlation": 0.0,
|
| 41 |
+
"eval_runtime": 0.3263,
|
| 42 |
+
"eval_samples_per_second": 3196.371,
|
| 43 |
+
"eval_steps_per_second": 15.323,
|
| 44 |
+
"step": 68
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 3.0,
|
| 48 |
+
"grad_norm": 1.4896705150604248,
|
| 49 |
+
"learning_rate": 4.7e-05,
|
| 50 |
+
"loss": 0.5776,
|
| 51 |
+
"step": 102
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 3.0,
|
| 55 |
+
"eval_accuracy": 0.690316379070282,
|
| 56 |
+
"eval_loss": 0.6242491006851196,
|
| 57 |
+
"eval_matthews_correlation": 0.03716241204687234,
|
| 58 |
+
"eval_runtime": 0.3366,
|
| 59 |
+
"eval_samples_per_second": 3098.824,
|
| 60 |
+
"eval_steps_per_second": 14.855,
|
| 61 |
+
"step": 102
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"epoch": 4.0,
|
| 65 |
+
"grad_norm": 1.8818837404251099,
|
| 66 |
+
"learning_rate": 4.600000000000001e-05,
|
| 67 |
+
"loss": 0.5383,
|
| 68 |
+
"step": 136
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"epoch": 4.0,
|
| 72 |
+
"eval_accuracy": 0.6720997095108032,
|
| 73 |
+
"eval_loss": 0.6582180857658386,
|
| 74 |
+
"eval_matthews_correlation": 0.06220394739449557,
|
| 75 |
+
"eval_runtime": 0.3094,
|
| 76 |
+
"eval_samples_per_second": 3370.866,
|
| 77 |
+
"eval_steps_per_second": 16.159,
|
| 78 |
+
"step": 136
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"epoch": 5.0,
|
| 82 |
+
"grad_norm": 1.8287111520767212,
|
| 83 |
+
"learning_rate": 4.5e-05,
|
| 84 |
+
"loss": 0.4936,
|
| 85 |
+
"step": 170
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"epoch": 5.0,
|
| 89 |
+
"eval_accuracy": 0.6490891575813293,
|
| 90 |
+
"eval_loss": 0.6671127080917358,
|
| 91 |
+
"eval_matthews_correlation": 0.08569348900620244,
|
| 92 |
+
"eval_runtime": 0.3698,
|
| 93 |
+
"eval_samples_per_second": 2820.586,
|
| 94 |
+
"eval_steps_per_second": 13.522,
|
| 95 |
+
"step": 170
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"epoch": 6.0,
|
| 99 |
+
"grad_norm": 2.463777780532837,
|
| 100 |
+
"learning_rate": 4.4000000000000006e-05,
|
| 101 |
+
"loss": 0.4569,
|
| 102 |
+
"step": 204
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"epoch": 6.0,
|
| 106 |
+
"eval_accuracy": 0.6375839114189148,
|
| 107 |
+
"eval_loss": 0.7221479415893555,
|
| 108 |
+
"eval_matthews_correlation": 0.0817217914911754,
|
| 109 |
+
"eval_runtime": 0.3138,
|
| 110 |
+
"eval_samples_per_second": 3323.302,
|
| 111 |
+
"eval_steps_per_second": 15.931,
|
| 112 |
+
"step": 204
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"epoch": 6.0,
|
| 116 |
+
"step": 204,
|
| 117 |
+
"total_flos": 1345426898614272.0,
|
| 118 |
+
"train_loss": 0.5467501154132918,
|
| 119 |
+
"train_runtime": 34.2397,
|
| 120 |
+
"train_samples_per_second": 12486.959,
|
| 121 |
+
"train_steps_per_second": 49.65
|
| 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": 1345426898614272.0,
|
| 151 |
+
"train_batch_size": 256,
|
| 152 |
+
"trial_name": null,
|
| 153 |
+
"trial_params": null
|
| 154 |
+
}
|