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
|
@@ -19,6 +23,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
# llama_2_cot_simplest_code_math_1_3_epoch_full
|
20 |
|
21 |
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 generator dataset.
|
|
|
|
|
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
|
|
|
23 |
# llama_2_cot_simplest_code_math_1_3_epoch_full
|
24 |
|
25 |
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 generator dataset.
|
26 |
+
It achieves the following results on the evaluation set:
|
27 |
+
- Loss: 0.6809
|
28 |
|
29 |
## Model description
|
30 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 2.769230769230769,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 1832071987200.0,
|
4 |
"train_loss": 0.7698192728890313,
|
5 |
"train_runtime": 98.1264,
|
|
|
1 |
{
|
2 |
"epoch": 2.769230769230769,
|
3 |
+
"eval_loss": 0.6808622479438782,
|
4 |
+
"eval_runtime": 0.6971,
|
5 |
+
"eval_samples": 20,
|
6 |
+
"eval_samples_per_second": 5.738,
|
7 |
+
"eval_steps_per_second": 1.435,
|
8 |
"total_flos": 1832071987200.0,
|
9 |
"train_loss": 0.7698192728890313,
|
10 |
"train_runtime": 98.1264,
|
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": 2.769230769230769,
|
3 |
+
"eval_loss": 0.6808622479438782,
|
4 |
+
"eval_runtime": 0.6971,
|
5 |
+
"eval_samples": 20,
|
6 |
+
"eval_samples_per_second": 5.738,
|
7 |
+
"eval_steps_per_second": 1.435
|
8 |
+
}
|
runs/Jan21_11-39-24_dgx-a100-12/events.out.tfevents.1737456451.dgx-a100-12.2486491.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f1425e96f8efaeff0ca872f6e54085af01c9c28ae108d1bf40d00c5e4bb45b9
|
3 |
+
size 354
|