End of training
Browse files- README.md +3 -3
- all_results.json +15 -0
- eval_results.json +9 -0
- train_results.json +9 -0
- trainer_state.json +0 -0
README.md
CHANGED
|
@@ -13,10 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/pszemraj/eduscore-regression/runs/k2lc9nx3)
|
| 14 |
# mpnet-base-fineweb-edu-llama3-annotations-512-vN
|
| 15 |
|
| 16 |
-
This model is a fine-tuned version of [microsoft/mpnet-base](https://huggingface.co/microsoft/mpnet-base) on
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Loss: 0.
|
| 19 |
-
- Mse: 0.
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 13 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/pszemraj/eduscore-regression/runs/k2lc9nx3)
|
| 14 |
# mpnet-base-fineweb-edu-llama3-annotations-512-vN
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version of [microsoft/mpnet-base](https://huggingface.co/microsoft/mpnet-base) on the HuggingFaceFW/fineweb-edu-llama3-annotations dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 0.2105
|
| 19 |
+
- Mse: 0.2105
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
all_results.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 0.9999459527627146,
|
| 3 |
+
"eval_loss": 0.2105061411857605,
|
| 4 |
+
"eval_mse": 0.21050613161735238,
|
| 5 |
+
"eval_runtime": 6.5728,
|
| 6 |
+
"eval_samples": 1000,
|
| 7 |
+
"eval_samples_per_second": 152.141,
|
| 8 |
+
"eval_steps_per_second": 19.018,
|
| 9 |
+
"total_flos": 1.1682867916662374e+17,
|
| 10 |
+
"train_loss": 0.2771636627187094,
|
| 11 |
+
"train_runtime": 4603.777,
|
| 12 |
+
"train_samples": 444052,
|
| 13 |
+
"train_samples_per_second": 96.454,
|
| 14 |
+
"train_steps_per_second": 0.754
|
| 15 |
+
}
|
eval_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 0.9999459527627146,
|
| 3 |
+
"eval_loss": 0.2105061411857605,
|
| 4 |
+
"eval_mse": 0.21050613161735238,
|
| 5 |
+
"eval_runtime": 6.5728,
|
| 6 |
+
"eval_samples": 1000,
|
| 7 |
+
"eval_samples_per_second": 152.141,
|
| 8 |
+
"eval_steps_per_second": 19.018
|
| 9 |
+
}
|
train_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 0.9999459527627146,
|
| 3 |
+
"total_flos": 1.1682867916662374e+17,
|
| 4 |
+
"train_loss": 0.2771636627187094,
|
| 5 |
+
"train_runtime": 4603.777,
|
| 6 |
+
"train_samples": 444052,
|
| 7 |
+
"train_samples_per_second": 96.454,
|
| 8 |
+
"train_steps_per_second": 0.754
|
| 9 |
+
}
|
trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|