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
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
[<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/8e2uvp5t)
|
15 |
# distilroberta-base-fineweb-edu-llama3-annotations-2048-vN
|
16 |
|
17 |
-
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Mse: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
14 |
[<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/8e2uvp5t)
|
15 |
# distilroberta-base-fineweb-edu-llama3-annotations-2048-vN
|
16 |
|
17 |
+
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the HuggingFaceFW/fineweb-edu-llama3-annotations dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.2194
|
20 |
+
- Mse: 0.2194
|
21 |
|
22 |
## Model description
|
23 |
|
all_results.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9999279383151978,
|
3 |
+
"eval_loss": 0.2193743884563446,
|
4 |
+
"eval_mse": 0.2193743917504471,
|
5 |
+
"eval_runtime": 3.5292,
|
6 |
+
"eval_samples": 1000,
|
7 |
+
"eval_samples_per_second": 283.348,
|
8 |
+
"eval_steps_per_second": 17.851,
|
9 |
+
"total_flos": 5.881871499303322e+16,
|
10 |
+
"train_loss": 0.2843814373497456,
|
11 |
+
"train_runtime": 1907.7343,
|
12 |
+
"train_samples": 444052,
|
13 |
+
"train_samples_per_second": 232.764,
|
14 |
+
"train_steps_per_second": 1.818
|
15 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9999279383151978,
|
3 |
+
"eval_loss": 0.2193743884563446,
|
4 |
+
"eval_mse": 0.2193743917504471,
|
5 |
+
"eval_runtime": 3.5292,
|
6 |
+
"eval_samples": 1000,
|
7 |
+
"eval_samples_per_second": 283.348,
|
8 |
+
"eval_steps_per_second": 17.851
|
9 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9999279383151978,
|
3 |
+
"total_flos": 5.881871499303322e+16,
|
4 |
+
"train_loss": 0.2843814373497456,
|
5 |
+
"train_runtime": 1907.7343,
|
6 |
+
"train_samples": 444052,
|
7 |
+
"train_samples_per_second": 232.764,
|
8 |
+
"train_steps_per_second": 1.818
|
9 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|