Shresthadev403
commited on
End of training
Browse files- README.md +6 -6
- logs/events.out.tfevents.1707910972.44fe15909855.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: 109.
|
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.9228
|
17 |
+
- eval_runtime: 1365.4307
|
18 |
+
- eval_samples_per_second: 109.855
|
19 |
+
- eval_steps_per_second: 1.717
|
20 |
+
- epoch: 8.3
|
21 |
+
- step: 350000
|
22 |
|
23 |
## Model description
|
24 |
|
logs/events.out.tfevents.1707910972.44fe15909855.26.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84635da10e4293ca98e4ab09219c605aff6a9e2063436d7c931fb11bd501e73d
|
3 |
+
size 5142
|
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:80c5d2288f11afad155ea8e263f6ab3a3f407be9730db3d7af7b8c2689bf5355
|
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,
|
@@ -91,6 +91,20 @@
|
|
91 |
"eval_samples_per_second": 109.429,
|
92 |
"eval_steps_per_second": 1.71,
|
93 |
"step": 300000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
}
|
95 |
],
|
96 |
"logging_steps": 50000,
|
@@ -98,7 +112,7 @@
|
|
98 |
"num_input_tokens_seen": 0,
|
99 |
"num_train_epochs": 100,
|
100 |
"save_steps": 50000,
|
101 |
-
"total_flos":
|
102 |
"train_batch_size": 32,
|
103 |
"trial_name": null,
|
104 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 8.296197970987011,
|
5 |
"eval_steps": 50000,
|
6 |
+
"global_step": 350000,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
91 |
"eval_samples_per_second": 109.429,
|
92 |
"eval_steps_per_second": 1.71,
|
93 |
"step": 300000
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 8.3,
|
97 |
+
"learning_rate": 4.9407651464871526e-05,
|
98 |
+
"loss": 0.9129,
|
99 |
+
"step": 350000
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 8.3,
|
103 |
+
"eval_loss": 0.9227856993675232,
|
104 |
+
"eval_runtime": 1365.4307,
|
105 |
+
"eval_samples_per_second": 109.855,
|
106 |
+
"eval_steps_per_second": 1.717,
|
107 |
+
"step": 350000
|
108 |
}
|
109 |
],
|
110 |
"logging_steps": 50000,
|
|
|
112 |
"num_input_tokens_seen": 0,
|
113 |
"num_train_epochs": 100,
|
114 |
"save_steps": 50000,
|
115 |
+
"total_flos": 7.31609328254976e+17,
|
116 |
"train_batch_size": 32,
|
117 |
"trial_name": null,
|
118 |
"trial_params": null
|