PLB commited on
Commit
f5cb365
·
verified ·
1 Parent(s): 5e3379e

Upload trainer_state.json with huggingface_hub

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": 0.25,
5
+ "eval_steps": 500,
6
+ "global_step": 16,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.15625,
13
+ "grad_norm": 1.3223814964294434,
14
+ "learning_rate": 6.909830056250527e-05,
15
+ "loss": 0.5941,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.25,
20
+ "step": 16,
21
+ "total_flos": 564315885010944.0,
22
+ "train_loss": 0.49178408086299896,
23
+ "train_runtime": 30.3191,
24
+ "train_samples_per_second": 8.444,
25
+ "train_steps_per_second": 0.528
26
+ }
27
+ ],
28
+ "logging_steps": 10,
29
+ "max_steps": 16,
30
+ "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 1,
32
+ "save_steps": 500,
33
+ "stateful_callbacks": {
34
+ "TrainerControl": {
35
+ "args": {
36
+ "should_epoch_stop": false,
37
+ "should_evaluate": false,
38
+ "should_log": false,
39
+ "should_save": true,
40
+ "should_training_stop": true
41
+ },
42
+ "attributes": {}
43
+ }
44
+ },
45
+ "total_flos": 564315885010944.0,
46
+ "train_batch_size": 16,
47
+ "trial_name": null,
48
+ "trial_params": null
49
+ }