Commit
·
b376342
1
Parent(s):
4e680e6
End of training
Browse files- README.md +6 -6
- logs/events.out.tfevents.1704536554.9585f193967c.27.0 +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: 1.
|
19 |
-
- eval_runtime: 84.
|
20 |
-
- eval_samples_per_second: 58.
|
21 |
-
- eval_steps_per_second: 0.
|
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: 1.6010
|
19 |
+
- eval_runtime: 84.8998
|
20 |
+
- eval_samples_per_second: 58.893
|
21 |
+
- eval_steps_per_second: 0.931
|
22 |
+
- epoch: 6.06
|
23 |
+
- step: 4500
|
24 |
|
25 |
## Model description
|
26 |
|
logs/events.out.tfevents.1704536554.9585f193967c.27.0
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:dfea933dcc6f64906384902ed63ab9a77a6489669cf0fcb6761f7859e66ba7df
|
3 |
+
size 1719406
|
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:ca494bdc7c7097726f187ca048bf114765ed27cc0040b6e6ad524a9873ab935e
|
3 |
size 535667604
|
trainer_state.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"best_metric": 1.
|
3 |
-
"best_model_checkpoint": "ner-bert-ingredients/checkpoint-
|
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,
|
@@ -77,6 +77,20 @@
|
|
77 |
"eval_samples_per_second": 58.874,
|
78 |
"eval_steps_per_second": 0.93,
|
79 |
"step": 3750
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
}
|
81 |
],
|
82 |
"logging_steps": 750,
|
@@ -84,7 +98,7 @@
|
|
84 |
"num_input_tokens_seen": 0,
|
85 |
"num_train_epochs": 100,
|
86 |
"save_steps": 750,
|
87 |
-
"total_flos": 1.
|
88 |
"train_batch_size": 16,
|
89 |
"trial_name": null,
|
90 |
"trial_params": null
|
|
|
1 |
{
|
2 |
+
"best_metric": 1.6639649868011475,
|
3 |
+
"best_model_checkpoint": "ner-bert-ingredients/checkpoint-3750",
|
4 |
+
"epoch": 6.062647356012126,
|
5 |
"eval_steps": 750,
|
6 |
+
"global_step": 4500,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
77 |
"eval_samples_per_second": 58.874,
|
78 |
"eval_steps_per_second": 0.93,
|
79 |
"step": 3750
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 6.06,
|
83 |
+
"learning_rate": 4.696900269541779e-05,
|
84 |
+
"loss": 1.4061,
|
85 |
+
"step": 4500
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"epoch": 6.06,
|
89 |
+
"eval_loss": 1.6010338068008423,
|
90 |
+
"eval_runtime": 84.8998,
|
91 |
+
"eval_samples_per_second": 58.893,
|
92 |
+
"eval_steps_per_second": 0.931,
|
93 |
+
"step": 4500
|
94 |
}
|
95 |
],
|
96 |
"logging_steps": 750,
|
|
|
98 |
"num_input_tokens_seen": 0,
|
99 |
"num_train_epochs": 100,
|
100 |
"save_steps": 750,
|
101 |
+
"total_flos": 1.9475913345048576e+17,
|
102 |
"train_batch_size": 16,
|
103 |
"trial_name": null,
|
104 |
"trial_params": null
|