yueqis commited on
Commit
5ae9d50
·
verified ·
1 Parent(s): ac1f526

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +85 -0
trainer_state.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.9980806142034548,
6
+ "eval_steps": 1000,
7
+ "global_step": 65,
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.15355086372360843,
14
+ "grad_norm": 1.4006431754631588,
15
+ "learning_rate": 9.835138623956603e-06,
16
+ "loss": 1.4169,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.30710172744721687,
21
+ "grad_norm": 0.7865151207585618,
22
+ "learning_rate": 8.580760941571968e-06,
23
+ "loss": 0.9093,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.46065259117082535,
28
+ "grad_norm": 0.6596663676849375,
29
+ "learning_rate": 6.397428174258048e-06,
30
+ "loss": 0.8678,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.6142034548944337,
35
+ "grad_norm": 0.6327966112391097,
36
+ "learning_rate": 3.851561289341023e-06,
37
+ "loss": 0.8513,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.7677543186180422,
42
+ "grad_norm": 0.584384805845296,
43
+ "learning_rate": 1.6036333055135345e-06,
44
+ "loss": 0.8226,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.9213051823416507,
49
+ "grad_norm": 0.6131092052449295,
50
+ "learning_rate": 2.368230959830875e-07,
51
+ "loss": 0.8493,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.9980806142034548,
56
+ "step": 65,
57
+ "total_flos": 241189655674880.0,
58
+ "train_loss": 0.9516184660104605,
59
+ "train_runtime": 3860.317,
60
+ "train_samples_per_second": 2.158,
61
+ "train_steps_per_second": 0.017
62
+ }
63
+ ],
64
+ "logging_steps": 10,
65
+ "max_steps": 65,
66
+ "num_input_tokens_seen": 0,
67
+ "num_train_epochs": 1,
68
+ "save_steps": 1000,
69
+ "stateful_callbacks": {
70
+ "TrainerControl": {
71
+ "args": {
72
+ "should_epoch_stop": false,
73
+ "should_evaluate": false,
74
+ "should_log": false,
75
+ "should_save": true,
76
+ "should_training_stop": true
77
+ },
78
+ "attributes": {}
79
+ }
80
+ },
81
+ "total_flos": 241189655674880.0,
82
+ "train_batch_size": 1,
83
+ "trial_name": null,
84
+ "trial_params": null
85
+ }