ADHIZ commited on
Commit
89b479e
1 Parent(s): fa3c649

Upload checkpoint-3/trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. checkpoint-3/trainer_state.json +54 -0
checkpoint-3/trainer_state.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3,
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": 7.0291314125061035,
14
+ "learning_rate": 2e-05,
15
+ "loss": 1.0264,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 2.0,
20
+ "grad_norm": 7.237767696380615,
21
+ "learning_rate": 2e-05,
22
+ "loss": 1.0232,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 3.0,
27
+ "grad_norm": 6.781078338623047,
28
+ "learning_rate": 2e-05,
29
+ "loss": 1.0193,
30
+ "step": 3
31
+ }
32
+ ],
33
+ "logging_steps": 1,
34
+ "max_steps": 3,
35
+ "num_input_tokens_seen": 0,
36
+ "num_train_epochs": 3,
37
+ "save_steps": 500,
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": 10338882461766.0,
51
+ "train_batch_size": 1,
52
+ "trial_name": null,
53
+ "trial_params": null
54
+ }