Model save
Browse files- README.md +1 -1
- all_results.json +8 -3
- eval_results.json +8 -0
- train_results.json +3 -3
- trainer_state.json +3 -3
- training_args.bin +1 -1
README.md
CHANGED
@@ -27,7 +27,7 @@ print(output["generated_text"])
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
-
[<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/wormkingdom/huggingface/runs/
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
+
[<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/wormkingdom/huggingface/runs/pn9l2oc2)
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
all_results.json
CHANGED
@@ -1,9 +1,14 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 76916824473600.0,
|
4 |
"train_loss": 0.0,
|
5 |
-
"train_runtime": 2.
|
6 |
"train_samples": 16610,
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second":
|
9 |
}
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_loss": 1.5533199310302734,
|
4 |
+
"eval_runtime": 2.589,
|
5 |
+
"eval_samples": 100,
|
6 |
+
"eval_samples_per_second": 49.44,
|
7 |
+
"eval_steps_per_second": 1.545,
|
8 |
"total_flos": 76916824473600.0,
|
9 |
"train_loss": 0.0,
|
10 |
+
"train_runtime": 2.1926,
|
11 |
"train_samples": 16610,
|
12 |
+
"train_samples_per_second": 9855.825,
|
13 |
+
"train_steps_per_second": 77.077
|
14 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 1.5533199310302734,
|
4 |
+
"eval_runtime": 2.589,
|
5 |
+
"eval_samples": 100,
|
6 |
+
"eval_samples_per_second": 49.44,
|
7 |
+
"eval_steps_per_second": 1.545
|
8 |
+
}
|
train_results.json
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
"epoch": 1.0,
|
3 |
"total_flos": 76916824473600.0,
|
4 |
"train_loss": 0.0,
|
5 |
-
"train_runtime": 2.
|
6 |
"train_samples": 16610,
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second":
|
9 |
}
|
|
|
2 |
"epoch": 1.0,
|
3 |
"total_flos": 76916824473600.0,
|
4 |
"train_loss": 0.0,
|
5 |
+
"train_runtime": 2.1926,
|
6 |
"train_samples": 16610,
|
7 |
+
"train_samples_per_second": 9855.825,
|
8 |
+
"train_steps_per_second": 77.077
|
9 |
}
|
trainer_state.json
CHANGED
@@ -252,9 +252,9 @@
|
|
252 |
"step": 169,
|
253 |
"total_flos": 76916824473600.0,
|
254 |
"train_loss": 0.0,
|
255 |
-
"train_runtime": 2.
|
256 |
-
"train_samples_per_second":
|
257 |
-
"train_steps_per_second":
|
258 |
}
|
259 |
],
|
260 |
"logging_steps": 5,
|
|
|
252 |
"step": 169,
|
253 |
"total_flos": 76916824473600.0,
|
254 |
"train_loss": 0.0,
|
255 |
+
"train_runtime": 2.1926,
|
256 |
+
"train_samples_per_second": 9855.825,
|
257 |
+
"train_steps_per_second": 77.077
|
258 |
}
|
259 |
],
|
260 |
"logging_steps": 5,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7352
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06028a1ae625f33e2cd26e6074c15781d4af24c1b46dd10da0c195be07755bfc
|
3 |
size 7352
|