Shresthadev403
commited on
Commit
•
29b4cf1
1
Parent(s):
3c48845
End of training
Browse files- README.md +6 -6
- logs/events.out.tfevents.1705893227.5c4654091326.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: 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.8800
|
17 |
+
- eval_runtime: 2009.116
|
18 |
+
- eval_samples_per_second: 111.051
|
19 |
+
- eval_steps_per_second: 1.736
|
20 |
+
- epoch: 21.51
|
21 |
+
- step: 1350000
|
22 |
|
23 |
## Model description
|
24 |
|
logs/events.out.tfevents.1705893227.5c4654091326.26.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87dfabb41fe91ee309325aa0cf3fb00f719d0915d2da7b1412ebc04ff3da5da1
|
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:b555f9f5be3eef7badda0c03c78dbd75194665f5d38a060dc9f2384f01950c7b
|
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,
|
@@ -371,6 +371,20 @@
|
|
371 |
"eval_samples_per_second": 112.017,
|
372 |
"eval_steps_per_second": 1.751,
|
373 |
"step": 1300000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
374 |
}
|
375 |
],
|
376 |
"logging_steps": 50000,
|
@@ -378,7 +392,7 @@
|
|
378 |
"num_input_tokens_seen": 0,
|
379 |
"num_train_epochs": 500,
|
380 |
"save_steps": 50000,
|
381 |
-
"total_flos": 2.
|
382 |
"train_batch_size": 32,
|
383 |
"trial_name": null,
|
384 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 21.51360137687049,
|
5 |
"eval_steps": 50000,
|
6 |
+
"global_step": 1350000,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
371 |
"eval_samples_per_second": 112.017,
|
372 |
"eval_steps_per_second": 1.751,
|
373 |
"step": 1300000
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 21.51,
|
377 |
+
"learning_rate": 4.992034708610221e-05,
|
378 |
+
"loss": 0.8311,
|
379 |
+
"step": 1350000
|
380 |
+
},
|
381 |
+
{
|
382 |
+
"epoch": 21.51,
|
383 |
+
"eval_loss": 0.8799993991851807,
|
384 |
+
"eval_runtime": 2009.116,
|
385 |
+
"eval_samples_per_second": 111.051,
|
386 |
+
"eval_steps_per_second": 1.736,
|
387 |
+
"step": 1350000
|
388 |
}
|
389 |
],
|
390 |
"logging_steps": 50000,
|
|
|
392 |
"num_input_tokens_seen": 0,
|
393 |
"num_train_epochs": 500,
|
394 |
"save_steps": 50000,
|
395 |
+
"total_flos": 2.82194708668416e+18,
|
396 |
"train_batch_size": 32,
|
397 |
"trial_name": null,
|
398 |
"trial_params": null
|