End of training
Browse files- README.md +6 -6
- logs/events.out.tfevents.1705983189.70e47a1f5afe.42.12 +2 -2
- model.safetensors +1 -1
- trainer_state.json +19 -5
README.md
CHANGED
@@ -15,12 +15,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- eval_loss: 4.
|
19 |
-
- eval_runtime: 0.
|
20 |
-
- eval_samples_per_second:
|
21 |
-
- eval_steps_per_second:
|
22 |
-
- epoch:
|
23 |
-
- step:
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- eval_loss: 4.5212
|
19 |
+
- eval_runtime: 0.018
|
20 |
+
- eval_samples_per_second: 55.574
|
21 |
+
- eval_steps_per_second: 55.574
|
22 |
+
- epoch: 20.0
|
23 |
+
- step: 20
|
24 |
|
25 |
## Model description
|
26 |
|
logs/events.out.tfevents.1705983189.70e47a1f5afe.42.12
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:105cdc3c944add4cdb009f7f6f527894351990ee32cfccca9dfbe4436997c167
|
3 |
+
size 7448
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 435756040
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e14093528daec4025eb3a97e7cbc6cf1404e08fb4a5aa0d3616739091c40424
|
3 |
size 435756040
|
trainer_state.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"best_metric":
|
3 |
-
"best_model_checkpoint":
|
4 |
-
"epoch":
|
5 |
"eval_steps": 10,
|
6 |
-
"global_step":
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
@@ -21,6 +21,20 @@
|
|
21 |
"eval_samples_per_second": 54.288,
|
22 |
"eval_steps_per_second": 54.288,
|
23 |
"step": 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
}
|
25 |
],
|
26 |
"logging_steps": 10,
|
@@ -28,7 +42,7 @@
|
|
28 |
"num_input_tokens_seen": 0,
|
29 |
"num_train_epochs": 50,
|
30 |
"save_steps": 10,
|
31 |
-
"total_flos":
|
32 |
"train_batch_size": 16,
|
33 |
"trial_name": null,
|
34 |
"trial_params": null
|
|
|
1 |
{
|
2 |
+
"best_metric": 4.4464287757873535,
|
3 |
+
"best_model_checkpoint": "ner-bert-ingredients/checkpoint-10",
|
4 |
+
"epoch": 20.0,
|
5 |
"eval_steps": 10,
|
6 |
+
"global_step": 20,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
21 |
"eval_samples_per_second": 54.288,
|
22 |
"eval_steps_per_second": 54.288,
|
23 |
"step": 10
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 20.0,
|
27 |
+
"learning_rate": 3e-05,
|
28 |
+
"loss": 0.207,
|
29 |
+
"step": 20
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"epoch": 20.0,
|
33 |
+
"eval_loss": 4.521205425262451,
|
34 |
+
"eval_runtime": 0.018,
|
35 |
+
"eval_samples_per_second": 55.574,
|
36 |
+
"eval_steps_per_second": 55.574,
|
37 |
+
"step": 20
|
38 |
}
|
39 |
],
|
40 |
"logging_steps": 10,
|
|
|
42 |
"num_input_tokens_seen": 0,
|
43 |
"num_train_epochs": 50,
|
44 |
"save_steps": 10,
|
45 |
+
"total_flos": 13142461915440.0,
|
46 |
"train_batch_size": 16,
|
47 |
"trial_name": null,
|
48 |
"trial_params": null
|