ukparkk commited on
Commit
330c03e
1 Parent(s): bb68381

Upload trainer_state.json from checkpoint-13500

Browse files
Files changed (1) hide show
  1. trainer_state.json +40 -0
trainer_state.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 25.0,
5
+ "eval_steps": 500,
6
+ "global_step": 156250,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 16.0,
13
+ "grad_norm": 1.4287155866622925,
14
+ "learning_rate": 0.0002,
15
+ "loss": 1.7273,
16
+ "step": 100000
17
+ }
18
+ ],
19
+ "logging_steps": 100000,
20
+ "max_steps": 156250,
21
+ "num_input_tokens_seen": 0,
22
+ "num_train_epochs": 25,
23
+ "save_steps": 100000,
24
+ "stateful_callbacks": {
25
+ "TrainerControl": {
26
+ "args": {
27
+ "should_epoch_stop": false,
28
+ "should_evaluate": false,
29
+ "should_log": false,
30
+ "should_save": true,
31
+ "should_training_stop": true
32
+ },
33
+ "attributes": {}
34
+ }
35
+ },
36
+ "total_flos": 3.0429992284307915e+19,
37
+ "train_batch_size": 8,
38
+ "trial_name": null,
39
+ "trial_params": null
40
+ }