AnnyNguyen commited on
Commit
f0d775a
·
verified ·
1 Parent(s): bd88d52

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +81 -0
trainer_state.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 892,
3
+ "best_metric": 0.7297645875990197,
4
+ "best_model_checkpoint": "outputs/vit5-spam-multiclass/checkpoint-892",
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 892,
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": 1.4986908435821533,
15
+ "learning_rate": 4.998771926094749e-05,
16
+ "loss": 0.4131,
17
+ "step": 446
18
+ },
19
+ {
20
+ "epoch": 1.0,
21
+ "eval_accuracy": 0.8878386893509767,
22
+ "eval_f1": 0.6754635713978917,
23
+ "eval_loss": 0.33189064264297485,
24
+ "eval_precision": 0.8548849592374463,
25
+ "eval_recall": 0.6077483668350012,
26
+ "eval_runtime": 3.0572,
27
+ "eval_samples_per_second": 519.102,
28
+ "eval_steps_per_second": 16.355,
29
+ "step": 446
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "grad_norm": 10.55453872680664,
34
+ "learning_rate": 4.995077872180951e-05,
35
+ "loss": 0.2462,
36
+ "step": 892
37
+ },
38
+ {
39
+ "epoch": 2.0,
40
+ "eval_accuracy": 0.8960302457466919,
41
+ "eval_f1": 0.7297645875990197,
42
+ "eval_loss": 0.3140903413295746,
43
+ "eval_precision": 0.8464987361646404,
44
+ "eval_recall": 0.6676163391360883,
45
+ "eval_runtime": 3.0644,
46
+ "eval_samples_per_second": 517.89,
47
+ "eval_steps_per_second": 16.317,
48
+ "step": 892
49
+ }
50
+ ],
51
+ "logging_steps": 446,
52
+ "max_steps": 44600,
53
+ "num_input_tokens_seen": 0,
54
+ "num_train_epochs": 100,
55
+ "save_steps": 500,
56
+ "stateful_callbacks": {
57
+ "EarlyStoppingCallback": {
58
+ "args": {
59
+ "early_stopping_patience": 5,
60
+ "early_stopping_threshold": 0.0
61
+ },
62
+ "attributes": {
63
+ "early_stopping_patience_counter": 0
64
+ }
65
+ },
66
+ "TrainerControl": {
67
+ "args": {
68
+ "should_epoch_stop": false,
69
+ "should_evaluate": false,
70
+ "should_log": false,
71
+ "should_save": true,
72
+ "should_training_stop": false
73
+ },
74
+ "attributes": {}
75
+ }
76
+ },
77
+ "total_flos": 0.0,
78
+ "train_batch_size": 32,
79
+ "trial_name": null,
80
+ "trial_params": null
81
+ }