AnnyNguyen commited on
Commit
76f9223
·
verified ·
1 Parent(s): c189efe

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +91 -0
trainer_state.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 522,
3
+ "best_metric": 0.5612244897959183,
4
+ "best_model_checkpoint": "outputs/phobert-emotion/checkpoint-best/checkpoint-522",
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 522,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.9942528735632183,
14
+ "grad_norm": 10.499750137329102,
15
+ "learning_rate": 4.9987945942675096e-05,
16
+ "loss": 1.6255,
17
+ "step": 173
18
+ },
19
+ {
20
+ "epoch": 1.0,
21
+ "eval_accuracy": 0.521865889212828,
22
+ "eval_loss": 1.380170226097107,
23
+ "eval_runtime": 3.9443,
24
+ "eval_samples_per_second": 173.922,
25
+ "eval_steps_per_second": 5.578,
26
+ "step": 174
27
+ },
28
+ {
29
+ "epoch": 1.9885057471264367,
30
+ "grad_norm": 9.79488468170166,
31
+ "learning_rate": 4.995151481879383e-05,
32
+ "loss": 1.3188,
33
+ "step": 346
34
+ },
35
+ {
36
+ "epoch": 2.0,
37
+ "eval_accuracy": 0.5043731778425656,
38
+ "eval_loss": 1.354526400566101,
39
+ "eval_runtime": 3.8778,
40
+ "eval_samples_per_second": 176.905,
41
+ "eval_steps_per_second": 5.673,
42
+ "step": 348
43
+ },
44
+ {
45
+ "epoch": 2.9827586206896552,
46
+ "grad_norm": 8.715765953063965,
47
+ "learning_rate": 4.989074176195917e-05,
48
+ "loss": 1.1012,
49
+ "step": 519
50
+ },
51
+ {
52
+ "epoch": 3.0,
53
+ "eval_accuracy": 0.5612244897959183,
54
+ "eval_loss": 1.2021100521087646,
55
+ "eval_runtime": 3.9153,
56
+ "eval_samples_per_second": 175.211,
57
+ "eval_steps_per_second": 5.619,
58
+ "step": 522
59
+ }
60
+ ],
61
+ "logging_steps": 173,
62
+ "max_steps": 17400,
63
+ "num_input_tokens_seen": 0,
64
+ "num_train_epochs": 100,
65
+ "save_steps": 500,
66
+ "stateful_callbacks": {
67
+ "EarlyStoppingCallback": {
68
+ "args": {
69
+ "early_stopping_patience": 5,
70
+ "early_stopping_threshold": 0.0
71
+ },
72
+ "attributes": {
73
+ "early_stopping_patience_counter": 0
74
+ }
75
+ },
76
+ "TrainerControl": {
77
+ "args": {
78
+ "should_epoch_stop": false,
79
+ "should_evaluate": false,
80
+ "should_log": false,
81
+ "should_save": true,
82
+ "should_training_stop": false
83
+ },
84
+ "attributes": {}
85
+ }
86
+ },
87
+ "total_flos": 6959981998068552.0,
88
+ "train_batch_size": 32,
89
+ "trial_name": null,
90
+ "trial_params": null
91
+ }