tmnam20 commited on
Commit
410d6ea
·
verified ·
1 Parent(s): b218552

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +36 -0
trainer_state.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 60,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 2.5,
13
+ "learning_rate": 3.3333333333333333e-06,
14
+ "loss": 0.6961,
15
+ "step": 50
16
+ },
17
+ {
18
+ "epoch": 3.0,
19
+ "step": 60,
20
+ "total_flos": 170752373232924.0,
21
+ "train_loss": 0.695245631535848,
22
+ "train_runtime": 20.4172,
23
+ "train_samples_per_second": 93.304,
24
+ "train_steps_per_second": 2.939
25
+ }
26
+ ],
27
+ "logging_steps": 50,
28
+ "max_steps": 60,
29
+ "num_input_tokens_seen": 0,
30
+ "num_train_epochs": 3,
31
+ "save_steps": 500,
32
+ "total_flos": 170752373232924.0,
33
+ "train_batch_size": 32,
34
+ "trial_name": null,
35
+ "trial_params": null
36
+ }