End of training
Browse files- README.md +2 -2
- id2tag.json +0 -0
- model.safetensors +1 -1
- runs/Jan22_02-43-32_fbf1b033956c/events.out.tfevents.1705891414.fbf1b033956c.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:
|
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: 2.0050
|
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:e39b8df1cbb99fffe7efe5e8ace9235204c42cf176944966f84611a6e266e7d6
|
3 |
size 535667604
|
runs/Jan22_02-43-32_fbf1b033956c/events.out.tfevents.1705891414.fbf1b033956c.26.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:722c6890eb6f5d56b877a66688db33d3be7b63d17d0d8045a51a8731c0562d1a
|
3 |
+
size 1717390
|
trainer_state.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"best_metric": 1.4617092609405518,
|
3 |
"best_model_checkpoint": "ner-bert-ingredientstesting/checkpoint-9000",
|
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,
|
@@ -198,14 +198,28 @@
|
|
198 |
"eval_samples_per_second": 59.334,
|
199 |
"eval_steps_per_second": 0.937,
|
200 |
"step": 9750
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
}
|
202 |
],
|
203 |
"logging_steps": 750,
|
204 |
-
"max_steps":
|
205 |
"num_input_tokens_seen": 0,
|
206 |
-
"num_train_epochs":
|
207 |
"save_steps": 750,
|
208 |
-
"total_flos": 4.
|
209 |
"train_batch_size": 16,
|
210 |
"trial_name": null,
|
211 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": 1.4617092609405518,
|
3 |
"best_model_checkpoint": "ner-bert-ingredientstesting/checkpoint-9000",
|
4 |
+
"epoch": 14.150555742674301,
|
5 |
"eval_steps": 750,
|
6 |
+
"global_step": 10500,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
198 |
"eval_samples_per_second": 59.334,
|
199 |
"eval_steps_per_second": 0.937,
|
200 |
"step": 9750
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 14.15,
|
204 |
+
"learning_rate": 4.949528301886793e-05,
|
205 |
+
"loss": 3.0742,
|
206 |
+
"step": 10500
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 14.15,
|
210 |
+
"eval_loss": 2.005005359649658,
|
211 |
+
"eval_runtime": 84.8703,
|
212 |
+
"eval_samples_per_second": 58.913,
|
213 |
+
"eval_steps_per_second": 0.931,
|
214 |
+
"step": 10500
|
215 |
}
|
216 |
],
|
217 |
"logging_steps": 750,
|
218 |
+
"max_steps": 74200,
|
219 |
"num_input_tokens_seen": 0,
|
220 |
+
"num_train_epochs": 100,
|
221 |
"save_steps": 750,
|
222 |
+
"total_flos": 4.544406832645325e+17,
|
223 |
"train_batch_size": 16,
|
224 |
"trial_name": null,
|
225 |
"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:6cef0e37aa829d716243e98221dfcba8c8ab13915a644f48844f6e173245a93f
|
3 |
size 4283
|