End of training
Browse files- README.md +4 -2
- all_results.json +5 -0
- eval_results.json +4 -4
README.md
CHANGED
@@ -3,10 +3,12 @@ library_name: peft
|
|
3 |
license: llama3.1
|
4 |
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
5 |
tags:
|
|
|
6 |
- trl
|
7 |
- sft
|
8 |
-
- alignment-handbook
|
9 |
- generated_from_trainer
|
|
|
|
|
10 |
model-index:
|
11 |
- name: dummy_lora_ft_3k_1k
|
12 |
results: []
|
@@ -17,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# dummy_lora_ft_3k_1k
|
19 |
|
20 |
-
This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) on
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 12.0219
|
23 |
|
|
|
3 |
license: llama3.1
|
4 |
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
5 |
tags:
|
6 |
+
- alignment-handbook
|
7 |
- trl
|
8 |
- sft
|
|
|
9 |
- generated_from_trainer
|
10 |
+
datasets:
|
11 |
+
- tttx/fake_dataset_prompt_3072_response_15360_data_size_1000
|
12 |
model-index:
|
13 |
- name: dummy_lora_ft_3k_1k
|
14 |
results: []
|
|
|
19 |
|
20 |
# dummy_lora_ft_3k_1k
|
21 |
|
22 |
+
This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) on the tttx/fake_dataset_prompt_3072_response_15360_data_size_1000 dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 12.0219
|
25 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 54979878453248.0,
|
4 |
"train_loss": 12.068599019731794,
|
5 |
"train_runtime": 98.6323,
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_loss": 12.021870613098145,
|
4 |
+
"eval_runtime": 2.9731,
|
5 |
+
"eval_samples": 1,
|
6 |
+
"eval_samples_per_second": 0.336,
|
7 |
+
"eval_steps_per_second": 0.336,
|
8 |
"total_flos": 54979878453248.0,
|
9 |
"train_loss": 12.068599019731794,
|
10 |
"train_runtime": 98.6323,
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
-
"eval_loss":
|
4 |
-
"eval_runtime":
|
5 |
"eval_samples": 1,
|
6 |
-
"eval_samples_per_second": 0.
|
7 |
-
"eval_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_loss": 12.021870613098145,
|
4 |
+
"eval_runtime": 2.9731,
|
5 |
"eval_samples": 1,
|
6 |
+
"eval_samples_per_second": 0.336,
|
7 |
+
"eval_steps_per_second": 0.336
|
8 |
}
|