End of training
Browse files- README.md +4 -4
- all_results.json +17 -0
- eval_results.json +11 -0
- train_results.json +10 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -15,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# mega-ar-350m-L3t-v0.07-cosmo_webmath_py-UltraTextbooks-2.1-fw_mix-vN
|
17 |
|
18 |
-
This model is a fine-tuned version of [pszemraj/mega-ar-350m-L3t-v0.07-cosmo_webmath_py](https://huggingface.co/pszemraj/mega-ar-350m-L3t-v0.07-cosmo_webmath_py) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 2.
|
21 |
-
- Accuracy: 0.
|
22 |
-
- Num Input Tokens Seen:
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
15 |
|
16 |
# mega-ar-350m-L3t-v0.07-cosmo_webmath_py-UltraTextbooks-2.1-fw_mix-vN
|
17 |
|
18 |
+
This model is a fine-tuned version of [pszemraj/mega-ar-350m-L3t-v0.07-cosmo_webmath_py](https://huggingface.co/pszemraj/mega-ar-350m-L3t-v0.07-cosmo_webmath_py) on the BEE-spoke-data/UltraTextbooks-2.1-fw_mix dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.0787
|
21 |
+
- Accuracy: 0.5746
|
22 |
+
- Num Input Tokens Seen: 3492282368
|
23 |
|
24 |
## Model description
|
25 |
|
all_results.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9998921074234783,
|
3 |
+
"eval_accuracy": 0.5745966625966626,
|
4 |
+
"eval_loss": 2.0787301063537598,
|
5 |
+
"eval_runtime": 88.3261,
|
6 |
+
"eval_samples": 300,
|
7 |
+
"eval_samples_per_second": 3.397,
|
8 |
+
"eval_steps_per_second": 0.849,
|
9 |
+
"num_input_tokens_seen": 3492282368,
|
10 |
+
"perplexity": 7.994310541472254,
|
11 |
+
"total_flos": 4.5723602603621745e+18,
|
12 |
+
"train_loss": 2.154333936901462,
|
13 |
+
"train_runtime": 99522.0612,
|
14 |
+
"train_samples": 852698,
|
15 |
+
"train_samples_per_second": 8.568,
|
16 |
+
"train_steps_per_second": 0.067
|
17 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9998921074234783,
|
3 |
+
"eval_accuracy": 0.5745966625966626,
|
4 |
+
"eval_loss": 2.0787301063537598,
|
5 |
+
"eval_runtime": 88.3261,
|
6 |
+
"eval_samples": 300,
|
7 |
+
"eval_samples_per_second": 3.397,
|
8 |
+
"eval_steps_per_second": 0.849,
|
9 |
+
"num_input_tokens_seen": 3492282368,
|
10 |
+
"perplexity": 7.994310541472254
|
11 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9998921074234783,
|
3 |
+
"num_input_tokens_seen": 3492282368,
|
4 |
+
"total_flos": 4.5723602603621745e+18,
|
5 |
+
"train_loss": 2.154333936901462,
|
6 |
+
"train_runtime": 99522.0612,
|
7 |
+
"train_samples": 852698,
|
8 |
+
"train_samples_per_second": 8.568,
|
9 |
+
"train_steps_per_second": 0.067
|
10 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|