AVSilva commited on
Commit
9fe108a
·
1 Parent(s): b2366d6

Upload trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +55 -0
trainer_state.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "global_step": 2838,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.53,
12
+ "learning_rate": 4.119097956307259e-05,
13
+ "loss": 0.978,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 1.06,
18
+ "learning_rate": 3.238195912614517e-05,
19
+ "loss": 0.8605,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 1.59,
24
+ "learning_rate": 2.357293868921776e-05,
25
+ "loss": 0.795,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 2.11,
30
+ "learning_rate": 1.4763918252290346e-05,
31
+ "loss": 0.7404,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 2.64,
36
+ "learning_rate": 5.954897815362931e-06,
37
+ "loss": 0.7087,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 3.0,
42
+ "step": 2838,
43
+ "total_flos": 1.0577527714510848e+16,
44
+ "train_loss": 0.8031494646025342,
45
+ "train_runtime": 36606.133,
46
+ "train_samples_per_second": 0.31,
47
+ "train_steps_per_second": 0.078
48
+ }
49
+ ],
50
+ "max_steps": 2838,
51
+ "num_train_epochs": 3,
52
+ "total_flos": 1.0577527714510848e+16,
53
+ "trial_name": null,
54
+ "trial_params": null
55
+ }