End of training
Browse files- README.md +2 -2
- id2tag.json +0 -0
- model.safetensors +1 -1
- runs/Jan30_10-22-15_1f29a6e67489/events.out.tfevents.1706610136.1f29a6e67489.26.0 +3 -0
- trainer_state.json +19 -5
- training_args.bin +1 -1
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 |
|
@@ -40,7 +40,7 @@ The following hyperparameters were used during training:
|
|
40 |
- total_train_batch_size: 128
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
46 |
### Training results
|
|
|
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.7986
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
40 |
- total_train_batch_size: 128
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 100
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
46 |
### Training results
|
id2tag.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
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:125fce126a25a7d7cbdf7cbe65207dd07d79df1754cc739915dc184993d63706
|
3 |
size 535667604
|
runs/Jan30_10-22-15_1f29a6e67489/events.out.tfevents.1706610136.1f29a6e67489.26.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbc944516ada237f33d0a8f407c0314ae56c10ad8063ec7aa747d2df76f1bb8c
|
3 |
+
size 1717398
|
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,
|
@@ -618,14 +618,28 @@
|
|
618 |
"eval_samples_per_second": 58.63,
|
619 |
"eval_steps_per_second": 0.926,
|
620 |
"step": 32250
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
621 |
}
|
622 |
],
|
623 |
"logging_steps": 750,
|
624 |
-
"max_steps":
|
625 |
"num_input_tokens_seen": 0,
|
626 |
-
"num_train_epochs":
|
627 |
"save_steps": 750,
|
628 |
-
"total_flos": 1.
|
629 |
"train_batch_size": 16,
|
630 |
"trial_name": null,
|
631 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": 1.3940773010253906,
|
3 |
"best_model_checkpoint": "ner-bert-ingredientstesting/checkpoint-18000",
|
4 |
+
"epoch": 44.47389693499495,
|
5 |
"eval_steps": 750,
|
6 |
+
"global_step": 33000,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
618 |
"eval_samples_per_second": 58.63,
|
619 |
"eval_steps_per_second": 0.926,
|
620 |
"step": 32250
|
621 |
+
},
|
622 |
+
{
|
623 |
+
"epoch": 44.47,
|
624 |
+
"learning_rate": 4.949528301886793e-05,
|
625 |
+
"loss": 2.0138,
|
626 |
+
"step": 33000
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 44.47,
|
630 |
+
"eval_loss": 1.798643708229065,
|
631 |
+
"eval_runtime": 84.6945,
|
632 |
+
"eval_samples_per_second": 59.036,
|
633 |
+
"eval_steps_per_second": 0.933,
|
634 |
+
"step": 33000
|
635 |
}
|
636 |
],
|
637 |
"logging_steps": 750,
|
638 |
+
"max_steps": 74200,
|
639 |
"num_input_tokens_seen": 0,
|
640 |
+
"num_train_epochs": 100,
|
641 |
"save_steps": 750,
|
642 |
+
"total_flos": 1.4282363505169613e+18,
|
643 |
"train_batch_size": 16,
|
644 |
"trial_name": null,
|
645 |
"trial_params": null
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4283
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66c61243b25605d74b26033db93a069c3b81ee416898c97ff0a455425b8e048d
|
3 |
size 4283
|