Model save
Browse files- README.md +15 -16
- all_results.json +6 -11
- train_results.json +6 -6
- trainer_state.json +0 -0
README.md
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
---
|
| 2 |
base_model: meta-llama/Meta-Llama-3.1-8B
|
| 3 |
datasets:
|
| 4 |
-
-
|
| 5 |
library_name: peft
|
| 6 |
license: llama3.1
|
| 7 |
tags:
|
| 8 |
-
- alignment-handbook
|
| 9 |
- trl
|
| 10 |
- sft
|
| 11 |
- generated_from_trainer
|
|
@@ -19,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
# llama3.1-8b-classification-gpt4o-100k
|
| 21 |
|
| 22 |
-
This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B) on the
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
-
- Loss:
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -56,18 +55,18 @@ The following hyperparameters were used during training:
|
|
| 56 |
|
| 57 |
### Training results
|
| 58 |
|
| 59 |
-
| Training Loss | Epoch
|
| 60 |
-
|
| 61 |
-
| 1.
|
| 62 |
-
| 1.
|
| 63 |
-
| 1.
|
| 64 |
-
| 1.
|
| 65 |
-
|
|
| 66 |
-
|
|
| 67 |
-
|
|
| 68 |
-
|
|
| 69 |
-
|
|
| 70 |
-
|
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
base_model: meta-llama/Meta-Llama-3.1-8B
|
| 3 |
datasets:
|
| 4 |
+
- generator
|
| 5 |
library_name: peft
|
| 6 |
license: llama3.1
|
| 7 |
tags:
|
|
|
|
| 8 |
- trl
|
| 9 |
- sft
|
| 10 |
- generated_from_trainer
|
|
|
|
| 18 |
|
| 19 |
# llama3.1-8b-classification-gpt4o-100k
|
| 20 |
|
| 21 |
+
This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B) on the generator dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 3.0330
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 55 |
|
| 56 |
### Training results
|
| 57 |
|
| 58 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 59 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
| 60 |
+
| 1.2062 | 1.0 | 296 | 1.6781 |
|
| 61 |
+
| 1.1339 | 2.0 | 592 | 1.6897 |
|
| 62 |
+
| 1.0779 | 3.0 | 888 | 1.7536 |
|
| 63 |
+
| 1.0043 | 4.0 | 1184 | 1.8225 |
|
| 64 |
+
| 0.9288 | 5.0 | 1480 | 2.0044 |
|
| 65 |
+
| 0.8437 | 6.0 | 1776 | 2.1710 |
|
| 66 |
+
| 0.7654 | 7.0 | 2072 | 2.4080 |
|
| 67 |
+
| 0.7117 | 8.0 | 2368 | 2.6554 |
|
| 68 |
+
| 0.6916 | 9.0 | 2664 | 2.9172 |
|
| 69 |
+
| 0.6652 | 10.0 | 2960 | 3.0330 |
|
| 70 |
|
| 71 |
|
| 72 |
### Framework versions
|
all_results.json
CHANGED
|
@@ -1,14 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"epoch":
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"eval_samples_per_second": 2.814,
|
| 7 |
-
"eval_steps_per_second": 2.814,
|
| 8 |
-
"total_flos": 3.3259687719144e+18,
|
| 9 |
-
"train_loss": 1.3362829395929972,
|
| 10 |
-
"train_runtime": 6815.0283,
|
| 11 |
"train_samples": 92634,
|
| 12 |
-
"train_samples_per_second":
|
| 13 |
-
"train_steps_per_second": 0.
|
| 14 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"epoch": 10.0,
|
| 3 |
+
"total_flos": 4.416382035459834e+18,
|
| 4 |
+
"train_loss": 0.922980490487975,
|
| 5 |
+
"train_runtime": 12382.7598,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"train_samples": 92634,
|
| 7 |
+
"train_samples_per_second": 7.645,
|
| 8 |
+
"train_steps_per_second": 0.239
|
| 9 |
}
|
train_results.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"epoch":
|
| 3 |
-
"total_flos":
|
| 4 |
-
"train_loss":
|
| 5 |
-
"train_runtime":
|
| 6 |
"train_samples": 92634,
|
| 7 |
-
"train_samples_per_second":
|
| 8 |
-
"train_steps_per_second": 0.
|
| 9 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"epoch": 10.0,
|
| 3 |
+
"total_flos": 4.416382035459834e+18,
|
| 4 |
+
"train_loss": 0.922980490487975,
|
| 5 |
+
"train_runtime": 12382.7598,
|
| 6 |
"train_samples": 92634,
|
| 7 |
+
"train_samples_per_second": 7.645,
|
| 8 |
+
"train_steps_per_second": 0.239
|
| 9 |
}
|
trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|