Shresthadev403
commited on
End of training
Browse files- README.md +1 -1
- logs/events.out.tfevents.1705498568.ed78651fcb5b.26.0 +2 -2
- model.safetensors +1 -1
- trainer_state.json +19 -5
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 |
|
|
|
13 |
|
14 |
This model was trained from scratch on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Loss: 3.2860
|
17 |
|
18 |
## Model description
|
19 |
|
logs/events.out.tfevents.1705498568.ed78651fcb5b.26.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:2f137b2c4f982df40b1835165df2efb0b8d6ecb9c0e36684e7019bb5f066d085
|
3 |
+
size 1717786
|
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:fa878307e27c74d382612902a7b9e4c7ff9c804b946271146df2ac84b664ed5d
|
3 |
size 535667604
|
trainer_state.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"best_metric":
|
3 |
-
"best_model_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,
|
@@ -30,6 +30,20 @@
|
|
30 |
"eval_samples_per_second": 59.067,
|
31 |
"eval_steps_per_second": 0.933,
|
32 |
"step": 750
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
}
|
34 |
],
|
35 |
"logging_steps": 750,
|
@@ -37,7 +51,7 @@
|
|
37 |
"num_input_tokens_seen": 0,
|
38 |
"num_train_epochs": 50,
|
39 |
"save_steps": 750,
|
40 |
-
"total_flos":
|
41 |
"train_batch_size": 16,
|
42 |
"trial_name": null,
|
43 |
"trial_params": null
|
|
|
1 |
{
|
2 |
+
"best_metric": 9.694682121276855,
|
3 |
+
"best_model_checkpoint": "ner-bert-ingredientstesting/checkpoint-750",
|
4 |
+
"epoch": 2.0212192657460424,
|
5 |
"eval_steps": 750,
|
6 |
+
"global_step": 1500,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
30 |
"eval_samples_per_second": 59.067,
|
31 |
"eval_steps_per_second": 0.933,
|
32 |
"step": 750
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 2.02,
|
36 |
+
"learning_rate": 4.897978436657682e-05,
|
37 |
+
"loss": 4.9343,
|
38 |
+
"step": 1500
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 2.02,
|
42 |
+
"eval_loss": 3.2859976291656494,
|
43 |
+
"eval_runtime": 84.3631,
|
44 |
+
"eval_samples_per_second": 59.268,
|
45 |
+
"eval_steps_per_second": 0.936,
|
46 |
+
"step": 1500
|
47 |
}
|
48 |
],
|
49 |
"logging_steps": 750,
|
|
|
51 |
"num_input_tokens_seen": 0,
|
52 |
"num_train_epochs": 50,
|
53 |
"save_steps": 750,
|
54 |
+
"total_flos": 6.492241636356096e+16,
|
55 |
"train_batch_size": 16,
|
56 |
"trial_name": null,
|
57 |
"trial_params": null
|