Commit
·
344cc8e
1
Parent(s):
5771a35
End of training
Browse files- README.md +5 -5
- logs/events.out.tfevents.1704684118.c9f3f47f1977.26.0 +2 -2
- model.safetensors +1 -1
- trainer_state.json +19 -5
README.md
CHANGED
@@ -13,12 +13,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model was trained from scratch on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- eval_loss: 1.
|
17 |
-
- eval_runtime: 83.
|
18 |
-
- eval_samples_per_second: 59.
|
19 |
- eval_steps_per_second: 0.942
|
20 |
-
- epoch:
|
21 |
-
- step:
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
13 |
|
14 |
This model was trained from scratch on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- eval_loss: 1.3330
|
17 |
+
- eval_runtime: 83.8879
|
18 |
+
- eval_samples_per_second: 59.603
|
19 |
- eval_steps_per_second: 0.942
|
20 |
+
- epoch: 18.19
|
21 |
+
- step: 13500
|
22 |
|
23 |
## Model description
|
24 |
|
logs/events.out.tfevents.1704684118.c9f3f47f1977.26.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b710b4ae801ddf799c0012b6a5e1d50e653b6509c9ce8f0e1a66805e4b4b784
|
3 |
+
size 1719464
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 535667604
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a785e2c88f8ed9ee8652fa9430e459d33b10cbf45a1d482a0e8ca5da6dcdf371
|
3 |
size 535667604
|
trainer_state.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"best_metric": 1.
|
3 |
-
"best_model_checkpoint": "ner-bert-ingredients/checkpoint-
|
4 |
-
"epoch":
|
5 |
"eval_steps": 750,
|
6 |
-
"global_step":
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
@@ -245,6 +245,20 @@
|
|
245 |
"eval_samples_per_second": 59.597,
|
246 |
"eval_steps_per_second": 0.942,
|
247 |
"step": 12750
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
248 |
}
|
249 |
],
|
250 |
"logging_steps": 750,
|
@@ -252,7 +266,7 @@
|
|
252 |
"num_input_tokens_seen": 0,
|
253 |
"num_train_epochs": 100,
|
254 |
"save_steps": 750,
|
255 |
-
"total_flos": 5.
|
256 |
"train_batch_size": 16,
|
257 |
"trial_name": null,
|
258 |
"trial_params": null
|
|
|
1 |
{
|
2 |
+
"best_metric": 1.3803095817565918,
|
3 |
+
"best_model_checkpoint": "ner-bert-ingredients/checkpoint-12750",
|
4 |
+
"epoch": 18.191983832940384,
|
5 |
"eval_steps": 750,
|
6 |
+
"global_step": 13500,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
245 |
"eval_samples_per_second": 59.597,
|
246 |
"eval_steps_per_second": 0.942,
|
247 |
"step": 12750
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 18.19,
|
251 |
+
"learning_rate": 4.696900269541779e-05,
|
252 |
+
"loss": 0.7554,
|
253 |
+
"step": 13500
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"epoch": 18.19,
|
257 |
+
"eval_loss": 1.3329607248306274,
|
258 |
+
"eval_runtime": 83.8879,
|
259 |
+
"eval_samples_per_second": 59.603,
|
260 |
+
"eval_steps_per_second": 0.942,
|
261 |
+
"step": 13500
|
262 |
}
|
263 |
],
|
264 |
"logging_steps": 750,
|
|
|
266 |
"num_input_tokens_seen": 0,
|
267 |
"num_train_epochs": 100,
|
268 |
"save_steps": 750,
|
269 |
+
"total_flos": 5.842774003514573e+17,
|
270 |
"train_batch_size": 16,
|
271 |
"trial_name": null,
|
272 |
"trial_params": null
|