ploppy2 commited on
Commit
fd23b85
·
verified ·
1 Parent(s): 6f3329f

Upload checkpoint-64/trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. checkpoint-64/trainer_state.json +75 -0
checkpoint-64/trainer_state.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 64,
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.15655577299412915,
13
+ "grad_norm": 8.653885841369629,
14
+ "learning_rate": 1.5789473684210526e-05,
15
+ "loss": 22.3789,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.3131115459882583,
20
+ "grad_norm": 4.433068752288818,
21
+ "learning_rate": 2.9823529411764707e-05,
22
+ "loss": 20.8804,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.46966731898238745,
27
+ "grad_norm": 4.180165767669678,
28
+ "learning_rate": 2.8058823529411766e-05,
29
+ "loss": 19.2313,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.6262230919765166,
34
+ "grad_norm": 4.197498321533203,
35
+ "learning_rate": 2.6294117647058825e-05,
36
+ "loss": 18.3825,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.7827788649706457,
41
+ "grad_norm": 4.2604594230651855,
42
+ "learning_rate": 2.452941176470588e-05,
43
+ "loss": 17.0293,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.9393346379647749,
48
+ "grad_norm": 4.613166809082031,
49
+ "learning_rate": 2.276470588235294e-05,
50
+ "loss": 15.8548,
51
+ "step": 60
52
+ }
53
+ ],
54
+ "logging_steps": 10,
55
+ "max_steps": 189,
56
+ "num_input_tokens_seen": 0,
57
+ "num_train_epochs": 3,
58
+ "save_steps": 500,
59
+ "stateful_callbacks": {
60
+ "TrainerControl": {
61
+ "args": {
62
+ "should_epoch_stop": false,
63
+ "should_evaluate": false,
64
+ "should_log": false,
65
+ "should_save": true,
66
+ "should_training_stop": false
67
+ },
68
+ "attributes": {}
69
+ }
70
+ },
71
+ "total_flos": 8582542317502464.0,
72
+ "train_batch_size": 1,
73
+ "trial_name": null,
74
+ "trial_params": null
75
+ }