ibrahimsharaf commited on
Commit
e0d67ad
1 Parent(s): 33531f4

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +50 -0
trainer_state.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2484,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "grad_norm": 19.886152267456055,
14
+ "learning_rate": 2.4608501118568234e-07,
15
+ "loss": 3.3177,
16
+ "step": 2484
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_bleu": 19.1214,
21
+ "eval_gen_len": 9.4576,
22
+ "eval_loss": 1.923163890838623,
23
+ "eval_runtime": 233.2089,
24
+ "eval_samples_per_second": 58.99,
25
+ "eval_steps_per_second": 1.844,
26
+ "step": 2484
27
+ }
28
+ ],
29
+ "logging_steps": 500,
30
+ "max_steps": 2484,
31
+ "num_input_tokens_seen": 0,
32
+ "num_train_epochs": 1,
33
+ "save_steps": 500,
34
+ "stateful_callbacks": {
35
+ "TrainerControl": {
36
+ "args": {
37
+ "should_epoch_stop": false,
38
+ "should_evaluate": false,
39
+ "should_log": false,
40
+ "should_save": true,
41
+ "should_training_stop": true
42
+ },
43
+ "attributes": {}
44
+ }
45
+ },
46
+ "total_flos": 4821854909561856.0,
47
+ "train_batch_size": 32,
48
+ "trial_name": null,
49
+ "trial_params": null
50
+ }