AnnyNguyen commited on
Commit
3e79fbe
·
verified ·
1 Parent(s): b2a0daa

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +75 -0
trainer_state.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 1846,
3
+ "best_metric": 0.8862317158114698,
4
+ "best_model_checkpoint": "outputs/bartpho-hsd/checkpoint-best/checkpoint-1846",
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1846,
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": 7.859710216522217,
15
+ "learning_rate": 4.998769072267837e-05,
16
+ "loss": 0.3322,
17
+ "step": 923
18
+ },
19
+ {
20
+ "epoch": 1.0,
21
+ "eval_accuracy": 0.885767355467843,
22
+ "eval_loss": 0.3262785077095032,
23
+ "eval_runtime": 26.1724,
24
+ "eval_samples_per_second": 164.563,
25
+ "eval_steps_per_second": 5.158,
26
+ "step": 923
27
+ },
28
+ {
29
+ "epoch": 2.0,
30
+ "grad_norm": 8.771722793579102,
31
+ "learning_rate": 4.995072162589518e-05,
32
+ "loss": 0.1918,
33
+ "step": 1846
34
+ },
35
+ {
36
+ "epoch": 2.0,
37
+ "eval_accuracy": 0.8862317158114698,
38
+ "eval_loss": 0.4059225618839264,
39
+ "eval_runtime": 26.1398,
40
+ "eval_samples_per_second": 164.768,
41
+ "eval_steps_per_second": 5.165,
42
+ "step": 1846
43
+ }
44
+ ],
45
+ "logging_steps": 923,
46
+ "max_steps": 92300,
47
+ "num_input_tokens_seen": 0,
48
+ "num_train_epochs": 100,
49
+ "save_steps": 500,
50
+ "stateful_callbacks": {
51
+ "EarlyStoppingCallback": {
52
+ "args": {
53
+ "early_stopping_patience": 5,
54
+ "early_stopping_threshold": 0.0
55
+ },
56
+ "attributes": {
57
+ "early_stopping_patience_counter": 0
58
+ }
59
+ },
60
+ "TrainerControl": {
61
+ "args": {
62
+ "should_epoch_stop": false,
63
+ "should_evaluate": false,
64
+ "should_log": false,
65
+ "should_save": true,
66
+ "should_training_stop": false
67
+ },
68
+ "attributes": {}
69
+ }
70
+ },
71
+ "total_flos": 7767634318166016.0,
72
+ "train_batch_size": 32,
73
+ "trial_name": null,
74
+ "trial_params": null
75
+ }