End of training
Browse files- README.md +1 -1
- all_results.json +15 -0
- eval_results.json +9 -0
- train_results.json +9 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -14,7 +14,7 @@ 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/k6z0kenz)
|
15 |
# distilbert-base-uncased-fineweb-edu-llama3-annotations-512-vN
|
16 |
|
17 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.2324
|
20 |
- Mse: 0.2324
|
|
|
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/k6z0kenz)
|
15 |
# distilbert-base-uncased-fineweb-edu-llama3-annotations-512-vN
|
16 |
|
17 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the HuggingFaceFW/fineweb-edu-llama3-annotations dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.2324
|
20 |
- Mse: 0.2324
|
all_results.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9999279383151978,
|
3 |
+
"eval_loss": 0.23242609202861786,
|
4 |
+
"eval_mse": 0.23242608983069657,
|
5 |
+
"eval_runtime": 3.434,
|
6 |
+
"eval_samples": 1000,
|
7 |
+
"eval_samples_per_second": 291.205,
|
8 |
+
"eval_steps_per_second": 18.346,
|
9 |
+
"total_flos": 5.881871499303322e+16,
|
10 |
+
"train_loss": 0.29927895559842593,
|
11 |
+
"train_runtime": 2787.8171,
|
12 |
+
"train_samples": 444052,
|
13 |
+
"train_samples_per_second": 159.283,
|
14 |
+
"train_steps_per_second": 1.244
|
15 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9999279383151978,
|
3 |
+
"eval_loss": 0.23242609202861786,
|
4 |
+
"eval_mse": 0.23242608983069657,
|
5 |
+
"eval_runtime": 3.434,
|
6 |
+
"eval_samples": 1000,
|
7 |
+
"eval_samples_per_second": 291.205,
|
8 |
+
"eval_steps_per_second": 18.346
|
9 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9999279383151978,
|
3 |
+
"total_flos": 5.881871499303322e+16,
|
4 |
+
"train_loss": 0.29927895559842593,
|
5 |
+
"train_runtime": 2787.8171,
|
6 |
+
"train_samples": 444052,
|
7 |
+
"train_samples_per_second": 159.283,
|
8 |
+
"train_steps_per_second": 1.244
|
9 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|