ibrahimsharaf commited on
Commit
da16e55
1 Parent(s): 149c7fe

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": 313,
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": 5.078810691833496,
14
+ "learning_rate": 1.779359430604982e-07,
15
+ "loss": 3.4723,
16
+ "step": 313
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_bleu": 14.0473,
21
+ "eval_gen_len": 9.0129,
22
+ "eval_loss": 2.642693519592285,
23
+ "eval_runtime": 169.9103,
24
+ "eval_samples_per_second": 58.855,
25
+ "eval_steps_per_second": 1.842,
26
+ "step": 313
27
+ }
28
+ ],
29
+ "logging_steps": 500,
30
+ "max_steps": 313,
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": 534417278238720.0,
47
+ "train_batch_size": 32,
48
+ "trial_name": null,
49
+ "trial_params": null
50
+ }