End of training
Browse files- README.md +2 -2
- id2tag.json +0 -0
- logs/events.out.tfevents.1705984080.5feecac333ed.26.0 +3 -0
- model.safetensors +1 -1
- 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.8944
|
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: 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.1705984080.5feecac333ed.26.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb105d7fd8e0be1fdc31867ede7628f2c39631839d76b9bff390eebd98dcc602
|
3 |
+
size 1717358
|
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:6a16459f696ebed20a3fc02c36617a6e235a7ebfa18c8b483e6d7ba31457959c
|
3 |
size 535667604
|
trainer_state.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"best_metric": 1.4253113269805908,
|
3 |
"best_model_checkpoint": "ner-bert-ingredientstesting/checkpoint-13500",
|
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,
|
@@ -282,14 +282,28 @@
|
|
282 |
"eval_samples_per_second": 59.081,
|
283 |
"eval_steps_per_second": 0.933,
|
284 |
"step": 14250
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
}
|
286 |
],
|
287 |
"logging_steps": 750,
|
288 |
-
"max_steps":
|
289 |
"num_input_tokens_seen": 0,
|
290 |
-
"num_train_epochs":
|
291 |
"save_steps": 750,
|
292 |
-
"total_flos": 6.
|
293 |
"train_batch_size": 16,
|
294 |
"trial_name": null,
|
295 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": 1.4253113269805908,
|
3 |
"best_model_checkpoint": "ner-bert-ingredientstesting/checkpoint-13500",
|
4 |
+
"epoch": 20.21522398113843,
|
5 |
"eval_steps": 750,
|
6 |
+
"global_step": 15000,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
282 |
"eval_samples_per_second": 59.081,
|
283 |
"eval_steps_per_second": 0.933,
|
284 |
"step": 14250
|
285 |
+
},
|
286 |
+
{
|
287 |
+
"epoch": 20.22,
|
288 |
+
"learning_rate": 4.899056603773585e-05,
|
289 |
+
"loss": 2.6343,
|
290 |
+
"step": 15000
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 20.22,
|
294 |
+
"eval_loss": 1.8943818807601929,
|
295 |
+
"eval_runtime": 84.158,
|
296 |
+
"eval_samples_per_second": 59.412,
|
297 |
+
"eval_steps_per_second": 0.939,
|
298 |
+
"step": 15000
|
299 |
}
|
300 |
],
|
301 |
"logging_steps": 750,
|
302 |
+
"max_steps": 37100,
|
303 |
"num_input_tokens_seen": 0,
|
304 |
+
"num_train_epochs": 50,
|
305 |
"save_steps": 750,
|
306 |
+
"total_flos": 6.491998167150182e+17,
|
307 |
"train_batch_size": 16,
|
308 |
"trial_name": null,
|
309 |
"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
|