nluai commited on
Commit
447f434
1 Parent(s): f7928ca

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +47 -0
trainer_state.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3482,
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": 8.344921112060547,
14
+ "learning_rate": 5.00451118929834e-05,
15
+ "loss": 1.6967,
16
+ "step": 1741
17
+ },
18
+ {
19
+ "epoch": 2.0,
20
+ "grad_norm": 10.57646369934082,
21
+ "learning_rate": 8.140331554384872e-11,
22
+ "loss": 1.0024,
23
+ "step": 3482
24
+ }
25
+ ],
26
+ "logging_steps": 500,
27
+ "max_steps": 3482,
28
+ "num_input_tokens_seen": 0,
29
+ "num_train_epochs": 2,
30
+ "save_steps": 500,
31
+ "stateful_callbacks": {
32
+ "TrainerControl": {
33
+ "args": {
34
+ "should_epoch_stop": false,
35
+ "should_evaluate": false,
36
+ "should_log": false,
37
+ "should_save": true,
38
+ "should_training_stop": true
39
+ },
40
+ "attributes": {}
41
+ }
42
+ },
43
+ "total_flos": 3783231917383680.0,
44
+ "train_batch_size": 1,
45
+ "trial_name": null,
46
+ "trial_params": null
47
+ }