End of training
Browse files
README.md
CHANGED
@@ -3,6 +3,10 @@ library_name: transformers
|
|
3 |
license: llama3.1
|
4 |
base_model: meta-llama/Llama-3.1-8B-Instruct
|
5 |
tags:
|
|
|
|
|
|
|
|
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
@@ -17,6 +21,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
# llama_3_o1_01_full
|
18 |
|
19 |
This model is a fine-tuned version of [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) on the None dataset.
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
3 |
license: llama3.1
|
4 |
base_model: meta-llama/Llama-3.1-8B-Instruct
|
5 |
tags:
|
6 |
+
- alignment-handbook
|
7 |
+
- trl
|
8 |
+
- sft
|
9 |
+
- generated_from_trainer
|
10 |
- trl
|
11 |
- sft
|
12 |
- generated_from_trainer
|
|
|
21 |
# llama_3_o1_01_full
|
22 |
|
23 |
This model is a fine-tuned version of [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) on the None dataset.
|
24 |
+
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 0.8604
|
26 |
|
27 |
## Model description
|
28 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 1227996790784.0,
|
4 |
"train_loss": 0.8530778586864471,
|
5 |
"train_runtime": 78.9989,
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.860390305519104,
|
4 |
+
"eval_runtime": 0.8362,
|
5 |
+
"eval_samples": 20,
|
6 |
+
"eval_samples_per_second": 23.918,
|
7 |
+
"eval_steps_per_second": 2.392,
|
8 |
"total_flos": 1227996790784.0,
|
9 |
"train_loss": 0.8530778586864471,
|
10 |
"train_runtime": 78.9989,
|
config.json
CHANGED
@@ -34,6 +34,6 @@
|
|
34 |
"tie_word_embeddings": false,
|
35 |
"torch_dtype": "bfloat16",
|
36 |
"transformers_version": "4.44.2",
|
37 |
-
"use_cache":
|
38 |
"vocab_size": 128256
|
39 |
}
|
|
|
34 |
"tie_word_embeddings": false,
|
35 |
"torch_dtype": "bfloat16",
|
36 |
"transformers_version": "4.44.2",
|
37 |
+
"use_cache": true,
|
38 |
"vocab_size": 128256
|
39 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.860390305519104,
|
4 |
+
"eval_runtime": 0.8362,
|
5 |
+
"eval_samples": 20,
|
6 |
+
"eval_samples_per_second": 23.918,
|
7 |
+
"eval_steps_per_second": 2.392
|
8 |
+
}
|
runs/Jan07_17-25-22_dgx-a100-12/events.out.tfevents.1736267673.dgx-a100-12.2129712.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2864df574914edebf4c3f7d856097e0314d862fb029e3be7132edf946c761faf
|
3 |
+
size 354
|