fedovtt commited on
Commit
9eea883
·
verified ·
1 Parent(s): 5b281b5

Training in progress, step 200, checkpoint

Browse files
last-checkpoint/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:700122bc692e4da06a1d9d93d5854ab80b79263ce39b5faa747e2ac7fcb1604f
3
  size 335604696
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:209651481e545a8628b2d44e8b2a9f1059f530b93915aa608c55eb27d489f681
3
  size 335604696
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e5a4521641f5d5715c4c043f2e0eff579870ce668872590aaebe492d44b0b7b
3
  size 170920084
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ce8b3ef2b743f5b7c6ab536c343bc8cab9a6ccbda07384f97037797f575e3b2
3
  size 170920084
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2d7c61922050288084f0dea9ba69f104273c3d5ef07fbed6077de3c816be22a
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ebc07ea3cab779586e4adccc201b202913ae9dfa88e91955d8fdd45bde14274
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5220d0af0ff98b2d6e04334f1c29842da7230747bf3383cf1f883a4d2eb6d4f2
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90c455b2a7603e9003556345290fd0185bd6c6017de2b595e3f9c6216f721e5e
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "best_metric": 2.7216787338256836,
3
- "best_model_checkpoint": "miner_id_24/checkpoint-150",
4
- "epoch": 0.02140716426430712,
5
  "eval_steps": 50,
6
- "global_step": 150,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
@@ -144,6 +144,49 @@
144
  "eval_samples_per_second": 13.69,
145
  "eval_steps_per_second": 3.427,
146
  "step": 150
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  }
148
  ],
149
  "logging_steps": 10,
@@ -167,12 +210,12 @@
167
  "should_evaluate": false,
168
  "should_log": false,
169
  "should_save": true,
170
- "should_training_stop": false
171
  },
172
  "attributes": {}
173
  }
174
  },
175
- "total_flos": 4.006569286670746e+16,
176
  "train_batch_size": 6,
177
  "trial_name": null,
178
  "trial_params": null
 
1
  {
2
+ "best_metric": 2.712040901184082,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-200",
4
+ "epoch": 0.028542885685742828,
5
  "eval_steps": 50,
6
+ "global_step": 200,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
144
  "eval_samples_per_second": 13.69,
145
  "eval_steps_per_second": 3.427,
146
  "step": 150
147
+ },
148
+ {
149
+ "epoch": 0.02283430854859426,
150
+ "grad_norm": 7.011553764343262,
151
+ "learning_rate": 2.2644444444444443e-06,
152
+ "loss": 2.8096,
153
+ "step": 160
154
+ },
155
+ {
156
+ "epoch": 0.024261452832881406,
157
+ "grad_norm": 9.93742847442627,
158
+ "learning_rate": 1.6983333333333333e-06,
159
+ "loss": 2.7749,
160
+ "step": 170
161
+ },
162
+ {
163
+ "epoch": 0.025688597117168546,
164
+ "grad_norm": 8.066086769104004,
165
+ "learning_rate": 1.1322222222222221e-06,
166
+ "loss": 2.7175,
167
+ "step": 180
168
+ },
169
+ {
170
+ "epoch": 0.027115741401455687,
171
+ "grad_norm": 10.917490005493164,
172
+ "learning_rate": 5.661111111111111e-07,
173
+ "loss": 2.7104,
174
+ "step": 190
175
+ },
176
+ {
177
+ "epoch": 0.028542885685742828,
178
+ "grad_norm": 14.808945655822754,
179
+ "learning_rate": 0.0,
180
+ "loss": 2.4751,
181
+ "step": 200
182
+ },
183
+ {
184
+ "epoch": 0.028542885685742828,
185
+ "eval_loss": 2.712040901184082,
186
+ "eval_runtime": 161.5317,
187
+ "eval_samples_per_second": 13.7,
188
+ "eval_steps_per_second": 3.43,
189
+ "step": 200
190
  }
191
  ],
192
  "logging_steps": 10,
 
210
  "should_evaluate": false,
211
  "should_log": false,
212
  "should_save": true,
213
+ "should_training_stop": true
214
  },
215
  "attributes": {}
216
  }
217
  },
218
+ "total_flos": 5.333247858416026e+16,
219
  "train_batch_size": 6,
220
  "trial_name": null,
221
  "trial_params": null