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 |
- alignment-handbook
|
|
@@ -20,6 +24,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 20 |
# llama_2_cot_simplest_code_math_4_full
|
| 21 |
|
| 22 |
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.
|
|
|
|
|
|
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 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 |
- alignment-handbook
|
|
|
|
| 24 |
# llama_2_cot_simplest_code_math_4_full
|
| 25 |
|
| 26 |
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.
|
| 27 |
+
It achieves the following results on the evaluation set:
|
| 28 |
+
- Loss: 0.6062
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
all_results.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 0.9902912621359223,
|
| 3 |
-
"eval_loss": 0.
|
| 4 |
-
"eval_runtime": 0.
|
| 5 |
"eval_samples": 20,
|
| 6 |
-
"eval_samples_per_second": 7.
|
| 7 |
-
"eval_steps_per_second": 1.
|
| 8 |
"total_flos": 5286836305920.0,
|
| 9 |
"train_loss": 0.6707944402507707,
|
| 10 |
"train_runtime": 276.6532,
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 0.9902912621359223,
|
| 3 |
+
"eval_loss": 0.6061546802520752,
|
| 4 |
+
"eval_runtime": 0.6963,
|
| 5 |
"eval_samples": 20,
|
| 6 |
+
"eval_samples_per_second": 7.181,
|
| 7 |
+
"eval_steps_per_second": 1.436,
|
| 8 |
"total_flos": 5286836305920.0,
|
| 9 |
"train_loss": 0.6707944402507707,
|
| 10 |
"train_runtime": 276.6532,
|
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
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 0.9902912621359223,
|
| 3 |
-
"eval_loss": 0.
|
| 4 |
-
"eval_runtime": 0.
|
| 5 |
"eval_samples": 20,
|
| 6 |
-
"eval_samples_per_second": 7.
|
| 7 |
-
"eval_steps_per_second": 1.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 0.9902912621359223,
|
| 3 |
+
"eval_loss": 0.6061546802520752,
|
| 4 |
+
"eval_runtime": 0.6963,
|
| 5 |
"eval_samples": 20,
|
| 6 |
+
"eval_samples_per_second": 7.181,
|
| 7 |
+
"eval_steps_per_second": 1.436
|
| 8 |
}
|
runs/Jan20_13-05-32_dgx-a100-16/events.out.tfevents.1737375370.dgx-a100-16.3037652.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e15d7dc589f5e228c3c1a4aa3e6aa26bf2a4ad04618774bf600d8f30b7e8d32f
|
| 3 |
+
size 354
|