End of training
Browse files- README.md +1 -1
- id2tag.json +0 -0
- logs/events.out.tfevents.1706460461.2106b1bddca9.27.0 +3 -0
- 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.8303
|
17 |
|
18 |
## Model description
|
19 |
|
id2tag.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
logs/events.out.tfevents.1706460461.2106b1bddca9.27.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d15e4faf6f10d412caa19e0ac4ddf0ad91a252888b05620e50964e4bbe94bd0
|
3 |
+
size 1717366
|
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:e5a12f522f79c0de9db88cc997f0bdb2896dc7bd75c4f385f1c012f38f05b47d
|
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,
|
@@ -450,6 +450,20 @@
|
|
450 |
"eval_samples_per_second": 59.259,
|
451 |
"eval_steps_per_second": 0.936,
|
452 |
"step": 23250
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
453 |
}
|
454 |
],
|
455 |
"logging_steps": 750,
|
@@ -457,7 +471,7 @@
|
|
457 |
"num_input_tokens_seen": 0,
|
458 |
"num_train_epochs": 50,
|
459 |
"save_steps": 750,
|
460 |
-
"total_flos": 1.
|
461 |
"train_batch_size": 16,
|
462 |
"trial_name": null,
|
463 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": 1.3940773010253906,
|
3 |
"best_model_checkpoint": "ner-bert-ingredientstesting/checkpoint-18000",
|
4 |
+
"epoch": 32.34456045806669,
|
5 |
"eval_steps": 750,
|
6 |
+
"global_step": 24000,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
450 |
"eval_samples_per_second": 59.259,
|
451 |
"eval_steps_per_second": 0.936,
|
452 |
"step": 23250
|
453 |
+
},
|
454 |
+
{
|
455 |
+
"epoch": 32.34,
|
456 |
+
"learning_rate": 4.899056603773585e-05,
|
457 |
+
"loss": 2.2264,
|
458 |
+
"step": 24000
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 32.34,
|
462 |
+
"eval_loss": 1.830324649810791,
|
463 |
+
"eval_runtime": 84.4012,
|
464 |
+
"eval_samples_per_second": 59.241,
|
465 |
+
"eval_steps_per_second": 0.936,
|
466 |
+
"step": 24000
|
467 |
}
|
468 |
],
|
469 |
"logging_steps": 750,
|
|
|
471 |
"num_input_tokens_seen": 0,
|
472 |
"num_train_epochs": 50,
|
473 |
"save_steps": 750,
|
474 |
+
"total_flos": 1.0387180836159898e+18,
|
475 |
"train_batch_size": 16,
|
476 |
"trial_name": null,
|
477 |
"trial_params": null
|