Commit
·
76e9894
1
Parent(s):
3b6e633
End of training
Browse files- README.md +6 -6
- logs/events.out.tfevents.1704684118.c9f3f47f1977.26.0 +3 -0
- model.safetensors +1 -1
- trainer_state.json +17 -3
README.md
CHANGED
@@ -13,12 +13,12 @@ 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 |
-
- eval_loss:
|
17 |
-
- eval_runtime:
|
18 |
-
- eval_samples_per_second: 59.
|
19 |
-
- eval_steps_per_second: 0.
|
20 |
-
- epoch:
|
21 |
-
- step:
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
13 |
|
14 |
This model was trained from scratch on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- eval_loss: 2.0906
|
17 |
+
- eval_runtime: 84.2266
|
18 |
+
- eval_samples_per_second: 59.364
|
19 |
+
- eval_steps_per_second: 0.938
|
20 |
+
- epoch: 13.14
|
21 |
+
- step: 9750
|
22 |
|
23 |
## Model description
|
24 |
|
logs/events.out.tfevents.1704684118.c9f3f47f1977.26.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c0604fcc349ac6ad8e7fd09b8dcb072329f98126a7ce21710f61bb6c723dd8d
|
3 |
+
size 1717324
|
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:f298964c6cfbc416e8a4189f8b3bc68a7621f88d91f851279271189cde5a4b33
|
3 |
size 535667604
|
trainer_state.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"best_metric": 1.4048632383346558,
|
3 |
"best_model_checkpoint": "ner-bert-ingredients/checkpoint-8250",
|
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,
|
@@ -175,6 +175,20 @@
|
|
175 |
"eval_samples_per_second": 59.758,
|
176 |
"eval_steps_per_second": 0.944,
|
177 |
"step": 9000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
}
|
179 |
],
|
180 |
"logging_steps": 750,
|
@@ -182,7 +196,7 @@
|
|
182 |
"num_input_tokens_seen": 0,
|
183 |
"num_train_epochs": 100,
|
184 |
"save_steps": 750,
|
185 |
-
"total_flos":
|
186 |
"train_batch_size": 16,
|
187 |
"trial_name": null,
|
188 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": 1.4048632383346558,
|
3 |
"best_model_checkpoint": "ner-bert-ingredients/checkpoint-8250",
|
4 |
+
"epoch": 13.13977770293028,
|
5 |
"eval_steps": 750,
|
6 |
+
"global_step": 9750,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
175 |
"eval_samples_per_second": 59.758,
|
176 |
"eval_steps_per_second": 0.944,
|
177 |
"step": 9000
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 13.14,
|
181 |
+
"learning_rate": 4.949460916442048e-05,
|
182 |
+
"loss": 3.1119,
|
183 |
+
"step": 9750
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 13.14,
|
187 |
+
"eval_loss": 2.09057354927063,
|
188 |
+
"eval_runtime": 84.2266,
|
189 |
+
"eval_samples_per_second": 59.364,
|
190 |
+
"eval_steps_per_second": 0.938,
|
191 |
+
"step": 9750
|
192 |
}
|
193 |
],
|
194 |
"logging_steps": 750,
|
|
|
196 |
"num_input_tokens_seen": 0,
|
197 |
"num_train_epochs": 100,
|
198 |
"save_steps": 750,
|
199 |
+
"total_flos": 4.219781224760525e+17,
|
200 |
"train_batch_size": 16,
|
201 |
"trial_name": null,
|
202 |
"trial_params": null
|