verz commited on
Commit
fe4424e
·
verified ·
1 Parent(s): dcfaf51

Upload checkpoint-200/trainer_state.json

Browse files
Files changed (1) hide show
  1. checkpoint-200/trainer_state.json +70 -0
checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.6504065040650406,
6
+ "eval_steps": 500,
7
+ "global_step": 200,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.16260162601626016,
14
+ "grad_norm": 0.37675046920776367,
15
+ "learning_rate": 0.0001681818181818182,
16
+ "loss": 1.7515,
17
+ "mean_token_accuracy": 0.6049755607545376,
18
+ "num_tokens": 204800.0,
19
+ "step": 50
20
+ },
21
+ {
22
+ "epoch": 0.3252032520325203,
23
+ "grad_norm": 0.3089984357357025,
24
+ "learning_rate": 0.00013571428571428572,
25
+ "loss": 1.3323,
26
+ "mean_token_accuracy": 0.6925122183561325,
27
+ "num_tokens": 409600.0,
28
+ "step": 100
29
+ },
30
+ {
31
+ "epoch": 0.4878048780487805,
32
+ "grad_norm": 0.3363010883331299,
33
+ "learning_rate": 0.00010324675324675325,
34
+ "loss": 1.2756,
35
+ "mean_token_accuracy": 0.7040957960486413,
36
+ "num_tokens": 614400.0,
37
+ "step": 150
38
+ },
39
+ {
40
+ "epoch": 0.6504065040650406,
41
+ "grad_norm": 0.335611492395401,
42
+ "learning_rate": 7.077922077922077e-05,
43
+ "loss": 1.2833,
44
+ "mean_token_accuracy": 0.7033577680587768,
45
+ "num_tokens": 819200.0,
46
+ "step": 200
47
+ }
48
+ ],
49
+ "logging_steps": 50,
50
+ "max_steps": 308,
51
+ "num_input_tokens_seen": 0,
52
+ "num_train_epochs": 1,
53
+ "save_steps": 200,
54
+ "stateful_callbacks": {
55
+ "TrainerControl": {
56
+ "args": {
57
+ "should_epoch_stop": false,
58
+ "should_evaluate": false,
59
+ "should_log": false,
60
+ "should_save": true,
61
+ "should_training_stop": false
62
+ },
63
+ "attributes": {}
64
+ }
65
+ },
66
+ "total_flos": 1.3656687378432e+16,
67
+ "train_batch_size": 1,
68
+ "trial_name": null,
69
+ "trial_params": null
70
+ }