Shresthadev403
commited on
End of training
Browse files- README.md +1 -1
- id2tag.json +0 -0
- logs/events.out.tfevents.1706667843.8765e33d75e2.27.0 +3 -0
- model.safetensors +1 -1
- trainer_state.json +14 -5
- training_args.bin +1 -1
README.md
CHANGED
@@ -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
|
|
|
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: 50
|
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
|
|
logs/events.out.tfevents.1706667843.8765e33d75e2.27.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f85d7208f69e78c46463485cf8fc86a747f68e732d3ff5176e4bbe67b2908197
|
3 |
+
size 1717290
|
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:b0d05e17819ee0284695348876eccc150de2f9963c1fc6f74dc67f1da3d20e84
|
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": 49.
|
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,
|
@@ -702,14 +702,23 @@
|
|
702 |
"eval_samples_per_second": 59.243,
|
703 |
"eval_steps_per_second": 0.936,
|
704 |
"step": 36750
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
705 |
}
|
706 |
],
|
707 |
"logging_steps": 750,
|
708 |
-
"max_steps":
|
709 |
"num_input_tokens_seen": 0,
|
710 |
-
"num_train_epochs":
|
711 |
"save_steps": 750,
|
712 |
-
"total_flos": 1.
|
713 |
"train_batch_size": 16,
|
714 |
"trial_name": null,
|
715 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": 1.3940773010253906,
|
3 |
"best_model_checkpoint": "ner-bert-ingredientstesting/checkpoint-18000",
|
4 |
+
"epoch": 49.999663186258,
|
5 |
"eval_steps": 750,
|
6 |
+
"global_step": 37100,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
702 |
"eval_samples_per_second": 59.243,
|
703 |
"eval_steps_per_second": 0.936,
|
704 |
"step": 36750
|
705 |
+
},
|
706 |
+
{
|
707 |
+
"epoch": 50.0,
|
708 |
+
"step": 37100,
|
709 |
+
"total_flos": 1.60568482342699e+18,
|
710 |
+
"train_loss": 0.02558288409703504,
|
711 |
+
"train_runtime": 2894.6287,
|
712 |
+
"train_samples_per_second": 1640.97,
|
713 |
+
"train_steps_per_second": 12.817
|
714 |
}
|
715 |
],
|
716 |
"logging_steps": 750,
|
717 |
+
"max_steps": 37100,
|
718 |
"num_input_tokens_seen": 0,
|
719 |
+
"num_train_epochs": 50,
|
720 |
"save_steps": 750,
|
721 |
+
"total_flos": 1.60568482342699e+18,
|
722 |
"train_batch_size": 16,
|
723 |
"trial_name": null,
|
724 |
"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:6d8b2637195f6863cffd1bc8a94e43113975024730eec08107e77fd2d167de4a
|
3 |
size 4283
|