lizz4rd commited on
Commit
896e4ed
1 Parent(s): 9605e32

Upload files

Browse files
Files changed (4) hide show
  1. optimizer.pt +3 -0
  2. rng_state.pth +3 -0
  3. scheduler.pt +3 -0
  4. trainer_state.json +103 -0
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:286ca7b11c1463c51c0b01f30c2732cf6f7f04856740a6279f15c607234d81e1
3
+ size 1213034874
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:106b503c09275e20bdf364c3a88c8f9137d4f1ad52a80b4dd8d4533fc2039e93
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cd476b62bc86612f400522d3b44b10c30d3e7a29f4b70023c4e5e2107ab1567
3
+ size 1064
trainer_state.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 7.0,
5
+ "eval_steps": 2000,
6
+ "global_step": 4494,
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.778816199376947,
13
+ "grad_norm": 34.75956726074219,
14
+ "learning_rate": 1.777481085892301e-05,
15
+ "loss": 3.2057,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.557632398753894,
20
+ "grad_norm": 32.37627029418945,
21
+ "learning_rate": 1.5549621717846018e-05,
22
+ "loss": 2.0499,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 2.336448598130841,
27
+ "grad_norm": 49.43497085571289,
28
+ "learning_rate": 1.3324432576769027e-05,
29
+ "loss": 1.6891,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 3.115264797507788,
34
+ "grad_norm": 37.82111358642578,
35
+ "learning_rate": 1.1099243435692035e-05,
36
+ "loss": 1.4529,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 3.115264797507788,
41
+ "eval_runtime": 237.0246,
42
+ "eval_samples_per_second": 16.606,
43
+ "eval_steps_per_second": 1.038,
44
+ "step": 2000
45
+ },
46
+ {
47
+ "epoch": 3.8940809968847354,
48
+ "grad_norm": 43.13986587524414,
49
+ "learning_rate": 8.874054294615043e-06,
50
+ "loss": 1.2499,
51
+ "step": 2500
52
+ },
53
+ {
54
+ "epoch": 4.672897196261682,
55
+ "grad_norm": 43.04648208618164,
56
+ "learning_rate": 6.648865153538051e-06,
57
+ "loss": 1.089,
58
+ "step": 3000
59
+ },
60
+ {
61
+ "epoch": 5.451713395638629,
62
+ "grad_norm": 44.60111999511719,
63
+ "learning_rate": 4.42367601246106e-06,
64
+ "loss": 0.9941,
65
+ "step": 3500
66
+ },
67
+ {
68
+ "epoch": 6.230529595015576,
69
+ "grad_norm": 35.048545837402344,
70
+ "learning_rate": 2.1984868713840677e-06,
71
+ "loss": 0.9121,
72
+ "step": 4000
73
+ },
74
+ {
75
+ "epoch": 6.230529595015576,
76
+ "eval_runtime": 226.635,
77
+ "eval_samples_per_second": 17.367,
78
+ "eval_steps_per_second": 1.085,
79
+ "step": 4000
80
+ }
81
+ ],
82
+ "logging_steps": 500,
83
+ "max_steps": 4494,
84
+ "num_input_tokens_seen": 0,
85
+ "num_train_epochs": 7,
86
+ "save_steps": 2000,
87
+ "stateful_callbacks": {
88
+ "TrainerControl": {
89
+ "args": {
90
+ "should_epoch_stop": false,
91
+ "should_evaluate": false,
92
+ "should_log": false,
93
+ "should_save": true,
94
+ "should_training_stop": true
95
+ },
96
+ "attributes": {}
97
+ }
98
+ },
99
+ "total_flos": 3.28609863122688e+16,
100
+ "train_batch_size": 16,
101
+ "trial_name": null,
102
+ "trial_params": null
103
+ }