End of training
Browse files- README.md +4 -2
- all_results.json +3 -3
- eval_results.json +3 -3
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
base_model: barc0/Llama-3.1-ARC-Potpourri-Transduction-8B
|
|
|
|
|
3 |
library_name: peft
|
4 |
license: llama3.1
|
5 |
tags:
|
|
|
6 |
- trl
|
7 |
- sft
|
8 |
-
- alignment-handbook
|
9 |
- generated_from_trainer
|
10 |
model-index:
|
11 |
- name: problem81_model
|
@@ -17,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# problem81_model
|
19 |
|
20 |
-
This model is a fine-tuned version of [barc0/Llama-3.1-ARC-Potpourri-Transduction-8B](https://huggingface.co/barc0/Llama-3.1-ARC-Potpourri-Transduction-8B) on
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.0387
|
23 |
|
|
|
1 |
---
|
2 |
base_model: barc0/Llama-3.1-ARC-Potpourri-Transduction-8B
|
3 |
+
datasets:
|
4 |
+
- tttx/problem81_data
|
5 |
library_name: peft
|
6 |
license: llama3.1
|
7 |
tags:
|
8 |
+
- alignment-handbook
|
9 |
- trl
|
10 |
- sft
|
|
|
11 |
- generated_from_trainer
|
12 |
model-index:
|
13 |
- name: problem81_model
|
|
|
19 |
|
20 |
# problem81_model
|
21 |
|
22 |
+
This model is a fine-tuned version of [barc0/Llama-3.1-ARC-Potpourri-Transduction-8B](https://huggingface.co/barc0/Llama-3.1-ARC-Potpourri-Transduction-8B) on the tttx/problem81_data dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 0.0387
|
25 |
|
all_results.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
"eval_loss": 0.03874664753675461,
|
4 |
-
"eval_runtime": 1.
|
5 |
"eval_samples": 1,
|
6 |
-
"eval_samples_per_second": 0.
|
7 |
-
"eval_steps_per_second": 0.
|
8 |
"total_flos": 286353899520.0,
|
9 |
"train_loss": 0.0,
|
10 |
"train_runtime": 1.2944,
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
"eval_loss": 0.03874664753675461,
|
4 |
+
"eval_runtime": 1.5102,
|
5 |
"eval_samples": 1,
|
6 |
+
"eval_samples_per_second": 0.662,
|
7 |
+
"eval_steps_per_second": 0.662,
|
8 |
"total_flos": 286353899520.0,
|
9 |
"train_loss": 0.0,
|
10 |
"train_runtime": 1.2944,
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
"eval_loss": 0.03874664753675461,
|
4 |
-
"eval_runtime": 1.
|
5 |
"eval_samples": 1,
|
6 |
-
"eval_samples_per_second": 0.
|
7 |
-
"eval_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
"eval_loss": 0.03874664753675461,
|
4 |
+
"eval_runtime": 1.5102,
|
5 |
"eval_samples": 1,
|
6 |
+
"eval_samples_per_second": 0.662,
|
7 |
+
"eval_steps_per_second": 0.662
|
8 |
}
|