End of training
Browse files- README.md +6 -6
- logs/events.out.tfevents.1705326049.0a4578509b3b.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: 111.
|
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.8802
|
17 |
+
- eval_runtime: 1993.2844
|
18 |
+
- eval_samples_per_second: 111.933
|
19 |
+
- eval_steps_per_second: 1.749
|
20 |
+
- epoch: 18.33
|
21 |
+
- step: 1150000
|
22 |
|
23 |
## Model description
|
24 |
|
logs/events.out.tfevents.1705326049.0a4578509b3b.27.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:808e08b70ef2eb94b75ff9df36a54fc3352b6f7f040fbebad9c4107a9cef81ee
|
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:eeff65b8f9080bd84229af9009c4f3ca96ab5b56561ffa57e8bbe58a8cc399fc
|
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,
|
@@ -315,6 +315,20 @@
|
|
315 |
"eval_samples_per_second": 111.855,
|
316 |
"eval_steps_per_second": 1.748,
|
317 |
"step": 1100000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
318 |
}
|
319 |
],
|
320 |
"logging_steps": 50000,
|
@@ -322,7 +336,7 @@
|
|
322 |
"num_input_tokens_seen": 0,
|
323 |
"num_train_epochs": 500,
|
324 |
"save_steps": 50000,
|
325 |
-
"total_flos": 2.
|
326 |
"train_batch_size": 32,
|
327 |
"trial_name": null,
|
328 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 18.326401172889675,
|
5 |
"eval_steps": 50000,
|
6 |
+
"global_step": 1150000,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
315 |
"eval_samples_per_second": 111.855,
|
316 |
"eval_steps_per_second": 1.748,
|
317 |
"step": 1100000
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 18.33,
|
321 |
+
"learning_rate": 4.992034549250211e-05,
|
322 |
+
"loss": 0.841,
|
323 |
+
"step": 1150000
|
324 |
+
},
|
325 |
+
{
|
326 |
+
"epoch": 18.33,
|
327 |
+
"eval_loss": 0.8802331686019897,
|
328 |
+
"eval_runtime": 1993.2844,
|
329 |
+
"eval_samples_per_second": 111.933,
|
330 |
+
"eval_steps_per_second": 1.749,
|
331 |
+
"step": 1150000
|
332 |
}
|
333 |
],
|
334 |
"logging_steps": 50000,
|
|
|
336 |
"num_input_tokens_seen": 0,
|
337 |
"num_train_epochs": 500,
|
338 |
"save_steps": 50000,
|
339 |
+
"total_flos": 2.40388081532928e+18,
|
340 |
"train_batch_size": 32,
|
341 |
"trial_name": null,
|
342 |
"trial_params": null
|