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
|
@@ -19,6 +23,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
# llama_3_rlhf_safe_llama_3_70B_reflect_1000_full
|
20 |
|
21 |
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 generator dataset.
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
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
|
|
|
23 |
# llama_3_rlhf_safe_llama_3_70B_reflect_1000_full
|
24 |
|
25 |
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 generator dataset.
|
26 |
+
It achieves the following results on the evaluation set:
|
27 |
+
- Loss: 0.5592
|
28 |
|
29 |
## Model description
|
30 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 0.9473684210526315,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 444931768320.0,
|
4 |
"train_loss": 0.8960071139865451,
|
5 |
"train_runtime": 30.7827,
|
|
|
1 |
{
|
2 |
"epoch": 0.9473684210526315,
|
3 |
+
"eval_loss": 0.5592494010925293,
|
4 |
+
"eval_runtime": 0.4317,
|
5 |
+
"eval_samples": 20,
|
6 |
+
"eval_samples_per_second": 13.899,
|
7 |
+
"eval_steps_per_second": 2.317,
|
8 |
"total_flos": 444931768320.0,
|
9 |
"train_loss": 0.8960071139865451,
|
10 |
"train_runtime": 30.7827,
|
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": 0.9473684210526315,
|
3 |
+
"eval_loss": 0.5592494010925293,
|
4 |
+
"eval_runtime": 0.4317,
|
5 |
+
"eval_samples": 20,
|
6 |
+
"eval_samples_per_second": 13.899,
|
7 |
+
"eval_steps_per_second": 2.317
|
8 |
+
}
|
runs/Jan14_00-39-40_dgx-a100-13/events.out.tfevents.1736812234.dgx-a100-13.3040307.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df53280d72012305cf17111e2c2439e7b9dde619cd8454713f6c752948edfb27
|
3 |
+
size 354
|