End of training
Browse files- README.md +1 -1
- logs/events.out.tfevents.1706094350.f329f175c73d.27.0 +2 -2
- model.safetensors +1 -1
- trainer_state.json +17 -3
README.md
CHANGED
@@ -13,7 +13,7 @@ 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 |
-
- Loss: 1.
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
13 |
|
14 |
This model was trained from scratch on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Loss: 1.4202
|
17 |
|
18 |
## Model description
|
19 |
|
logs/events.out.tfevents.1706094350.f329f175c73d.27.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:36ff5be3735804ba76dacc3f4c5c76cabe43a1e10213238b24dd25242261b020
|
3 |
+
size 1719546
|
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:78408bc361c088697d6742a9a787eecd40f5b3bf9f7dfe66d0f775ee2a9c3230
|
3 |
size 535667604
|
trainer_state.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"best_metric": 1.3940773010253906,
|
3 |
"best_model_checkpoint": "ner-bert-ingredientstesting/checkpoint-18000",
|
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,
|
@@ -436,6 +436,20 @@
|
|
436 |
"eval_samples_per_second": 59.292,
|
437 |
"eval_steps_per_second": 0.937,
|
438 |
"step": 22500
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
439 |
}
|
440 |
],
|
441 |
"logging_steps": 750,
|
@@ -443,7 +457,7 @@
|
|
443 |
"num_input_tokens_seen": 0,
|
444 |
"num_train_epochs": 50,
|
445 |
"save_steps": 750,
|
446 |
-
"total_flos":
|
447 |
"train_batch_size": 16,
|
448 |
"trial_name": null,
|
449 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": 1.3940773010253906,
|
3 |
"best_model_checkpoint": "ner-bert-ingredientstesting/checkpoint-18000",
|
4 |
+
"epoch": 31.332098349612664,
|
5 |
"eval_steps": 750,
|
6 |
+
"global_step": 23250,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
436 |
"eval_samples_per_second": 59.292,
|
437 |
"eval_steps_per_second": 0.937,
|
438 |
"step": 22500
|
439 |
+
},
|
440 |
+
{
|
441 |
+
"epoch": 31.33,
|
442 |
+
"learning_rate": 4.3939353099730465e-05,
|
443 |
+
"loss": 0.5533,
|
444 |
+
"step": 23250
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 31.33,
|
448 |
+
"eval_loss": 1.4201693534851074,
|
449 |
+
"eval_runtime": 84.3754,
|
450 |
+
"eval_samples_per_second": 59.259,
|
451 |
+
"eval_steps_per_second": 0.936,
|
452 |
+
"step": 23250
|
453 |
}
|
454 |
],
|
455 |
"logging_steps": 750,
|
|
|
457 |
"num_input_tokens_seen": 0,
|
458 |
"num_train_epochs": 50,
|
459 |
"save_steps": 750,
|
460 |
+
"total_flos": 1.0062582280409088e+18,
|
461 |
"train_batch_size": 16,
|
462 |
"trial_name": null,
|
463 |
"trial_params": null
|