Shresthadev403
commited on
Commit
•
aa6fba3
1
Parent(s):
5e23896
End of training
Browse files- README.md +6 -6
- logs/events.out.tfevents.1705818154.ccf5de59745c.25.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: 0.
|
17 |
-
- eval_runtime:
|
18 |
-
- eval_samples_per_second:
|
19 |
-
- eval_steps_per_second: 1.
|
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: 0.8783
|
17 |
+
- eval_runtime: 1991.7989
|
18 |
+
- eval_samples_per_second: 112.017
|
19 |
+
- eval_steps_per_second: 1.751
|
20 |
+
- epoch: 20.72
|
21 |
+
- step: 1300000
|
22 |
|
23 |
## Model description
|
24 |
|
logs/events.out.tfevents.1705818154.ccf5de59745c.25.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f9cf05ba89bddaf58e3ced915683243eb9e91abeb18e0f528e2ad4053798e24
|
3 |
+
size 5099
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497918592
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e4c34037a32ea169313a062feef6dff06f4e10ff0eca165661cc478ec9832b1
|
3 |
size 497918592
|
trainer_state.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
-
"epoch":
|
5 |
"eval_steps": 50000,
|
6 |
-
"global_step":
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
@@ -357,6 +357,20 @@
|
|
357 |
"eval_samples_per_second": 111.561,
|
358 |
"eval_steps_per_second": 1.744,
|
359 |
"step": 1250000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
}
|
361 |
],
|
362 |
"logging_steps": 50000,
|
@@ -364,7 +378,7 @@
|
|
364 |
"num_input_tokens_seen": 0,
|
365 |
"num_train_epochs": 500,
|
366 |
"save_steps": 50000,
|
367 |
-
"total_flos": 2.
|
368 |
"train_batch_size": 32,
|
369 |
"trial_name": null,
|
370 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 20.716801325875284,
|
5 |
"eval_steps": 50000,
|
6 |
+
"global_step": 1300000,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
357 |
"eval_samples_per_second": 111.561,
|
358 |
"eval_steps_per_second": 1.744,
|
359 |
"step": 1250000
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 20.72,
|
363 |
+
"learning_rate": 4.992035186690252e-05,
|
364 |
+
"loss": 0.8356,
|
365 |
+
"step": 1300000
|
366 |
+
},
|
367 |
+
{
|
368 |
+
"epoch": 20.72,
|
369 |
+
"eval_loss": 0.878333330154419,
|
370 |
+
"eval_runtime": 1991.7989,
|
371 |
+
"eval_samples_per_second": 112.017,
|
372 |
+
"eval_steps_per_second": 1.751,
|
373 |
+
"step": 1300000
|
374 |
}
|
375 |
],
|
376 |
"logging_steps": 50000,
|
|
|
378 |
"num_input_tokens_seen": 0,
|
379 |
"num_train_epochs": 500,
|
380 |
"save_steps": 50000,
|
381 |
+
"total_flos": 2.7174306004992e+18,
|
382 |
"train_batch_size": 32,
|
383 |
"trial_name": null,
|
384 |
"trial_params": null
|