Shresthadev403
commited on
End of training
Browse files- README.md +6 -6
- logs/events.out.tfevents.1707188120.9f8b04a8a12f.27.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.9440
|
17 |
+
- eval_runtime: 1372.4075
|
18 |
+
- eval_samples_per_second: 109.297
|
19 |
+
- eval_steps_per_second: 1.708
|
20 |
+
- epoch: 4.74
|
21 |
+
- step: 200000
|
22 |
|
23 |
## Model description
|
24 |
|
logs/events.out.tfevents.1707188120.9f8b04a8a12f.27.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78095757d924d052f6a0cabf736b3f929c822728ce9e7dcffc693d93e41a7a7e
|
3 |
+
size 5154
|
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:e060633c939df2df9ef4e64f7f01d7b40ea23163d698925b3be67518a2a4825b
|
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,
|
@@ -49,6 +49,20 @@
|
|
49 |
"eval_samples_per_second": 108.967,
|
50 |
"eval_steps_per_second": 1.703,
|
51 |
"step": 150000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
}
|
53 |
],
|
54 |
"logging_steps": 50000,
|
@@ -56,7 +70,7 @@
|
|
56 |
"num_input_tokens_seen": 0,
|
57 |
"num_train_epochs": 100,
|
58 |
"save_steps": 50000,
|
59 |
-
"total_flos":
|
60 |
"train_batch_size": 32,
|
61 |
"trial_name": null,
|
62 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 4.74068455484972,
|
5 |
"eval_steps": 50000,
|
6 |
+
"global_step": 200000,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
49 |
"eval_samples_per_second": 108.967,
|
50 |
"eval_steps_per_second": 1.703,
|
51 |
"step": 150000
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 4.74,
|
55 |
+
"learning_rate": 4.9407651464871526e-05,
|
56 |
+
"loss": 0.9592,
|
57 |
+
"step": 200000
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 4.74,
|
61 |
+
"eval_loss": 0.944024384021759,
|
62 |
+
"eval_runtime": 1372.4075,
|
63 |
+
"eval_samples_per_second": 109.297,
|
64 |
+
"eval_steps_per_second": 1.708,
|
65 |
+
"step": 200000
|
66 |
}
|
67 |
],
|
68 |
"logging_steps": 50000,
|
|
|
70 |
"num_input_tokens_seen": 0,
|
71 |
"num_train_epochs": 100,
|
72 |
"save_steps": 50000,
|
73 |
+
"total_flos": 4.18063070527488e+17,
|
74 |
"train_batch_size": 32,
|
75 |
"trial_name": null,
|
76 |
"trial_params": null
|