tejakota commited on
Commit
0fd14c4
·
verified ·
1 Parent(s): 5b0908a

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +54 -0
trainer_state.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 76,
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.2631578947368421,
13
+ "grad_norm": 8.88134765625,
14
+ "learning_rate": 4.9453690018345144e-06,
15
+ "loss": 14.8998,
16
+ "step": 20
17
+ },
18
+ {
19
+ "epoch": 0.5263157894736842,
20
+ "grad_norm": 4.847199440002441,
21
+ "learning_rate": 3.272542485937369e-06,
22
+ "loss": 8.4322,
23
+ "step": 40
24
+ },
25
+ {
26
+ "epoch": 0.7894736842105263,
27
+ "grad_norm": 4.938084602355957,
28
+ "learning_rate": 8.271734841028553e-07,
29
+ "loss": 7.4731,
30
+ "step": 60
31
+ }
32
+ ],
33
+ "logging_steps": 20,
34
+ "max_steps": 76,
35
+ "num_input_tokens_seen": 0,
36
+ "num_train_epochs": 1,
37
+ "save_steps": 100,
38
+ "stateful_callbacks": {
39
+ "TrainerControl": {
40
+ "args": {
41
+ "should_epoch_stop": false,
42
+ "should_evaluate": false,
43
+ "should_log": false,
44
+ "should_save": true,
45
+ "should_training_stop": true
46
+ },
47
+ "attributes": {}
48
+ }
49
+ },
50
+ "total_flos": 2993694084956160.0,
51
+ "train_batch_size": 4,
52
+ "trial_name": null,
53
+ "trial_params": null
54
+ }