End of training
Browse files
README.md
CHANGED
@@ -3,6 +3,10 @@ library_name: transformers
|
|
3 |
license: llama2
|
4 |
base_model: meta-llama/Llama-2-7b-chat-hf
|
5 |
tags:
|
|
|
|
|
|
|
|
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
@@ -18,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
3 |
license: llama2
|
4 |
base_model: meta-llama/Llama-2-7b-chat-hf
|
5 |
tags:
|
6 |
+
- alignment-handbook
|
7 |
+
- trl
|
8 |
+
- sft
|
9 |
+
- generated_from_trainer
|
10 |
- trl
|
11 |
- sft
|
12 |
- generated_from_trainer
|
|
|
22 |
|
23 |
This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on the None dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 0.7030
|
26 |
|
27 |
## Model description
|
28 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 12024333238272.0,
|
4 |
"train_loss": 0.7608441084869637,
|
5 |
"train_runtime": 1031.486,
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.7030107378959656,
|
4 |
+
"eval_runtime": 1.3525,
|
5 |
+
"eval_samples": 20,
|
6 |
+
"eval_samples_per_second": 14.788,
|
7 |
+
"eval_steps_per_second": 1.479,
|
8 |
"total_flos": 12024333238272.0,
|
9 |
"train_loss": 0.7608441084869637,
|
10 |
"train_runtime": 1031.486,
|
config.json
CHANGED
@@ -24,6 +24,6 @@
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.44.2",
|
27 |
-
"use_cache":
|
28 |
"vocab_size": 32000
|
29 |
}
|
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.44.2",
|
27 |
+
"use_cache": true,
|
28 |
"vocab_size": 32000
|
29 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.7030107378959656,
|
4 |
+
"eval_runtime": 1.3525,
|
5 |
+
"eval_samples": 20,
|
6 |
+
"eval_samples_per_second": 14.788,
|
7 |
+
"eval_steps_per_second": 1.479
|
8 |
+
}
|
runs/Jan07_14-24-00_dgx-a100-12/events.out.tfevents.1736257712.dgx-a100-12.1935998.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d69ce0064fc9697adcb43c41ac7e55d08826ecebab348cd995094f366899e1f
|
3 |
+
size 354
|