End of training
Browse files- README.md +4 -1
- all_results.json +5 -0
- config.json +2 -6
- eval_results.json +4 -4
README.md
CHANGED
@@ -3,9 +3,12 @@ library_name: peft
|
|
3 |
license: mit
|
4 |
base_model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B
|
5 |
tags:
|
|
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
|
|
|
|
9 |
model-index:
|
10 |
- name: dummy_lora_ft_3k_1k
|
11 |
results: []
|
@@ -16,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# dummy_lora_ft_3k_1k
|
18 |
|
19 |
-
This model is a fine-tuned version of [deepseek-ai/DeepSeek-R1-Distill-Llama-8B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: nan
|
22 |
|
|
|
3 |
license: mit
|
4 |
base_model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B
|
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 [deepseek-ai/DeepSeek-R1-Distill-Llama-8B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B) 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: nan
|
25 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 54979878453248.0,
|
4 |
"train_loss": 0.0,
|
5 |
"train_runtime": 98.4374,
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_loss": NaN,
|
4 |
+
"eval_runtime": 1.9779,
|
5 |
+
"eval_samples": 1,
|
6 |
+
"eval_samples_per_second": 0.506,
|
7 |
+
"eval_steps_per_second": 0.506,
|
8 |
"total_flos": 54979878453248.0,
|
9 |
"train_loss": 0.0,
|
10 |
"train_runtime": 98.4374,
|
config.json
CHANGED
@@ -1,17 +1,13 @@
|
|
1 |
{
|
2 |
"_attn_implementation_autoset": true,
|
3 |
-
"_name_or_path": "
|
4 |
"architectures": [
|
5 |
"LlamaForCausalLM"
|
6 |
],
|
7 |
"attention_bias": false,
|
8 |
"attention_dropout": 0.0,
|
9 |
"bos_token_id": 128000,
|
10 |
-
"eos_token_id":
|
11 |
-
128001,
|
12 |
-
128008,
|
13 |
-
128009
|
14 |
-
],
|
15 |
"head_dim": 128,
|
16 |
"hidden_act": "silu",
|
17 |
"hidden_size": 4096,
|
|
|
1 |
{
|
2 |
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Llama-8B",
|
4 |
"architectures": [
|
5 |
"LlamaForCausalLM"
|
6 |
],
|
7 |
"attention_bias": false,
|
8 |
"attention_dropout": 0.0,
|
9 |
"bos_token_id": 128000,
|
10 |
+
"eos_token_id": 128001,
|
|
|
|
|
|
|
|
|
11 |
"head_dim": 128,
|
12 |
"hidden_act": "silu",
|
13 |
"hidden_size": 4096,
|
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": NaN,
|
4 |
+
"eval_runtime": 1.9779,
|
5 |
"eval_samples": 1,
|
6 |
+
"eval_samples_per_second": 0.506,
|
7 |
+
"eval_steps_per_second": 0.506
|
8 |
}
|