horsbug98 commited on
Commit
53b887c
1 Parent(s): 11f6dda

Upload trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +49 -0
trainer_state.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "global_step": 2374,
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.42,
12
+ "learning_rate": 2.3681550126368998e-05,
13
+ "loss": 1.7828,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.84,
18
+ "learning_rate": 1.7363100252737996e-05,
19
+ "loss": 1.2157,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 1.26,
24
+ "learning_rate": 1.1044650379106993e-05,
25
+ "loss": 0.9278,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 1.68,
30
+ "learning_rate": 4.7262005054759895e-06,
31
+ "loss": 0.7625,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "step": 2374,
37
+ "total_flos": 5580514833610752.0,
38
+ "train_loss": 1.1029183468903025,
39
+ "train_runtime": 1179.7724,
40
+ "train_samples_per_second": 24.137,
41
+ "train_steps_per_second": 2.012
42
+ }
43
+ ],
44
+ "max_steps": 2374,
45
+ "num_train_epochs": 2,
46
+ "total_flos": 5580514833610752.0,
47
+ "trial_name": null,
48
+ "trial_params": null
49
+ }