Model save
Browse files- README.md +1 -1
- all_results.json +7 -7
- train_results.json +7 -7
- trainer_state.json +0 -0
README.md
CHANGED
@@ -26,7 +26,7 @@ print(output["generated_text"])
|
|
26 |
|
27 |
## Training procedure
|
28 |
|
29 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/howardzhou92-nw/huggingface/runs/
|
30 |
|
31 |
|
32 |
This model was trained with SFT.
|
|
|
26 |
|
27 |
## Training procedure
|
28 |
|
29 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/howardzhou92-nw/huggingface/runs/cuu0yr0w)
|
30 |
|
31 |
|
32 |
This model was trained with SFT.
|
all_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"total_flos":
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples":
|
7 |
-
"train_samples_per_second": 4.
|
8 |
-
"train_steps_per_second": 0.
|
9 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 0.9995169859925938,
|
3 |
+
"total_flos": 1627220267237376.0,
|
4 |
+
"train_loss": 0.5271049797074082,
|
5 |
+
"train_runtime": 41787.5323,
|
6 |
+
"train_samples": 112817,
|
7 |
+
"train_samples_per_second": 4.756,
|
8 |
+
"train_steps_per_second": 0.037
|
9 |
}
|
train_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"total_flos":
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples":
|
7 |
-
"train_samples_per_second": 4.
|
8 |
-
"train_steps_per_second": 0.
|
9 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 0.9995169859925938,
|
3 |
+
"total_flos": 1627220267237376.0,
|
4 |
+
"train_loss": 0.5271049797074082,
|
5 |
+
"train_runtime": 41787.5323,
|
6 |
+
"train_samples": 112817,
|
7 |
+
"train_samples_per_second": 4.756,
|
8 |
+
"train_steps_per_second": 0.037
|
9 |
}
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|