End of training
Browse files- README.md +5 -5
- logs/events.out.tfevents.1707840721.3d7c2fb775b8.26.0 +3 -0
- model.safetensors +1 -1
- trainer_state.json +17 -3
- training_args.bin +1 -1
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.71
|
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.9278
|
17 |
+
- eval_runtime: 1370.7524
|
18 |
+
- eval_samples_per_second: 109.429
|
19 |
- eval_steps_per_second: 1.71
|
20 |
+
- epoch: 7.11
|
21 |
+
- step: 300000
|
22 |
|
23 |
## Model description
|
24 |
|
logs/events.out.tfevents.1707840721.3d7c2fb775b8.26.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26657b4265609dbd747f23010ec98e121811337d0c8f206ba2295767266b7c14
|
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:817c99b49cf8ff64a8be15c838a54ecbf8a4fc5594cd35f6f42a32968bfdcf15
|
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,
|
@@ -77,6 +77,20 @@
|
|
77 |
"eval_samples_per_second": 109.406,
|
78 |
"eval_steps_per_second": 1.71,
|
79 |
"step": 250000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
}
|
81 |
],
|
82 |
"logging_steps": 50000,
|
@@ -84,7 +98,7 @@
|
|
84 |
"num_input_tokens_seen": 0,
|
85 |
"num_train_epochs": 100,
|
86 |
"save_steps": 50000,
|
87 |
-
"total_flos":
|
88 |
"train_batch_size": 32,
|
89 |
"trial_name": null,
|
90 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 7.111026832274581,
|
5 |
"eval_steps": 50000,
|
6 |
+
"global_step": 300000,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
77 |
"eval_samples_per_second": 109.406,
|
78 |
"eval_steps_per_second": 1.71,
|
79 |
"step": 250000
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 7.11,
|
83 |
+
"learning_rate": 4.940766331658292e-05,
|
84 |
+
"loss": 0.9263,
|
85 |
+
"step": 300000
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"epoch": 7.11,
|
89 |
+
"eval_loss": 0.9277684092521667,
|
90 |
+
"eval_runtime": 1370.7524,
|
91 |
+
"eval_samples_per_second": 109.429,
|
92 |
+
"eval_steps_per_second": 1.71,
|
93 |
+
"step": 300000
|
94 |
}
|
95 |
],
|
96 |
"logging_steps": 50000,
|
|
|
98 |
"num_input_tokens_seen": 0,
|
99 |
"num_train_epochs": 100,
|
100 |
"save_steps": 50000,
|
101 |
+
"total_flos": 6.27093560623104e+17,
|
102 |
"train_batch_size": 32,
|
103 |
"trial_name": null,
|
104 |
"trial_params": null
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e11847e74c240616571649a97da406725778726648f4a5d5ba652545c0ac20df
|
3 |
size 4728
|