nsi319 commited on
Commit
a3b069f
1 Parent(s): 89dc3f1

Added trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +46 -0
trainer_state.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "global_step": 2193,
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.68,
12
+ "learning_rate": 3.860009119927041e-05,
13
+ "loss": 1.9422,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 1.37,
18
+ "learning_rate": 2.7200182398540814e-05,
19
+ "loss": 1.5003,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 2.05,
24
+ "learning_rate": 1.580027359781122e-05,
25
+ "loss": 1.3233,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 2.74,
30
+ "learning_rate": 4.400364797081624e-06,
31
+ "loss": 1.1264,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 3.0,
36
+ "step": 2193,
37
+ "train_runtime": 3680.7884,
38
+ "train_samples_per_second": 0.596
39
+ }
40
+ ],
41
+ "max_steps": 2193,
42
+ "num_train_epochs": 3,
43
+ "total_flos": 9168905732313600,
44
+ "trial_name": null,
45
+ "trial_params": null
46
+ }