pavanyadav/deepseek-r1-distill-qwen-1.5b-ins
Browse files- README.md +82 -0
- adapter_config.json +32 -0
- adapter_model.safetensors +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: mit
|
4 |
+
base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: deepseek_finetuned
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# deepseek_finetuned
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3560
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 1e-05
|
39 |
+
- train_batch_size: 4
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 16
|
43 |
+
- total_train_batch_size: 64
|
44 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 3
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:------:|:----:|:---------------:|
|
53 |
+
| 3.926 | 0.1429 | 100 | 1.3948 |
|
54 |
+
| 0.6639 | 0.2857 | 200 | 0.4467 |
|
55 |
+
| 0.4304 | 0.4286 | 300 | 0.4228 |
|
56 |
+
| 0.4158 | 0.5714 | 400 | 0.4118 |
|
57 |
+
| 0.4046 | 0.7143 | 500 | 0.4031 |
|
58 |
+
| 0.3968 | 0.8571 | 600 | 0.3952 |
|
59 |
+
| 0.3925 | 1.0 | 700 | 0.3888 |
|
60 |
+
| 0.3864 | 1.1429 | 800 | 0.3834 |
|
61 |
+
| 0.3781 | 1.2857 | 900 | 0.3785 |
|
62 |
+
| 0.3759 | 1.4286 | 1000 | 0.3743 |
|
63 |
+
| 0.3696 | 1.5714 | 1100 | 0.3708 |
|
64 |
+
| 0.3679 | 1.7143 | 1200 | 0.3675 |
|
65 |
+
| 0.3664 | 1.8571 | 1300 | 0.3647 |
|
66 |
+
| 0.3637 | 2.0 | 1400 | 0.3626 |
|
67 |
+
| 0.3607 | 2.1429 | 1500 | 0.3607 |
|
68 |
+
| 0.3573 | 2.2857 | 1600 | 0.3592 |
|
69 |
+
| 0.3607 | 2.4286 | 1700 | 0.3580 |
|
70 |
+
| 0.3561 | 2.5714 | 1800 | 0.3571 |
|
71 |
+
| 0.357 | 2.7143 | 1900 | 0.3564 |
|
72 |
+
| 0.354 | 2.8571 | 2000 | 0.3561 |
|
73 |
+
| 0.3548 | 3.0 | 2100 | 0.3560 |
|
74 |
+
|
75 |
+
|
76 |
+
### Framework versions
|
77 |
+
|
78 |
+
- PEFT 0.14.0
|
79 |
+
- Transformers 4.48.2
|
80 |
+
- Pytorch 2.5.1+cu124
|
81 |
+
- Datasets 3.2.0
|
82 |
+
- Tokenizers 0.21.0
|
adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": false,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 16,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.05,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 8,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"q_proj",
|
27 |
+
"v_proj"
|
28 |
+
],
|
29 |
+
"task_type": "CAUSAL_LM",
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c44260a945ac827cbdbcadf78a94d7394610167c19b41775673f9d4043a95d68
|
3 |
+
size 4372840
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f447ec453794fa1ea56627e7a983888bfc87cde8c42720f52e040de20d0f93d
|
3 |
+
size 5304
|