File size: 2,808 Bytes
969bb37 608aecb 969bb37 608aecb 969bb37 608aecb 969bb37 608aecb 969bb37 608aecb 969bb37 608aecb 969bb37 608aecb 969bb37 608aecb 969bb37 608aecb 969bb37 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 |
{
"best_metric": 0.8109192582521296,
"best_model_checkpoint": "distilhubert-finetuned-mixed-data/checkpoint-100",
"epoch": 20.0,
"eval_steps": 100,
"global_step": 180,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 5.555555555555555,
"grad_norm": 5.775369644165039,
"learning_rate": 0.0002768979638879761,
"loss": 0.9596,
"step": 50
},
{
"epoch": 11.11111111111111,
"grad_norm": 1.9409778118133545,
"learning_rate": 0.0001558163056885225,
"loss": 0.57,
"step": 100
},
{
"epoch": 11.11111111111111,
"eval_accuracy": 0.8095238095238095,
"eval_confusion_matrix": [
[
69,
11,
1,
3
],
[
9,
37,
10,
0
],
[
3,
13,
58,
0
],
[
2,
0,
0,
57
]
],
"eval_f1": 0.8109192582521296,
"eval_loss": 0.7797720432281494,
"eval_normalized_confusion_matrix": [
[
0.8214285714285714,
0.13095238095238096,
0.011904761904761904,
0.03571428571428571
],
[
0.16071428571428573,
0.6607142857142857,
0.17857142857142858,
0.0
],
[
0.04054054054054054,
0.17567567567567569,
0.7837837837837838,
0.0
],
[
0.03389830508474576,
0.0,
0.0,
0.9661016949152542
]
],
"eval_precision": 0.8133752269841887,
"eval_recall": 0.8095238095238095,
"eval_runtime": 2.8407,
"eval_samples_per_second": 96.102,
"eval_steps_per_second": 1.76,
"step": 100
},
{
"epoch": 16.666666666666668,
"grad_norm": 0.1650346964597702,
"learning_rate": 2.9681521086743422e-05,
"loss": 0.3729,
"step": 150
}
],
"logging_steps": 50,
"max_steps": 180,
"num_input_tokens_seen": 0,
"num_train_epochs": 20,
"save_steps": 100,
"stateful_callbacks": {
"EarlyStoppingCallback": {
"args": {
"early_stopping_patience": 5,
"early_stopping_threshold": 0.001
},
"attributes": {
"early_stopping_patience_counter": 0
}
},
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": true
},
"attributes": {}
}
},
"total_flos": 4.9578139008e+16,
"train_batch_size": 64,
"trial_name": null,
"trial_params": null
}
|