End of training
Browse files- README.md +122 -0
- adapter_config.json +32 -0
- adapter_model.safetensors +3 -0
- loss_plot.png +0 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: other
|
4 |
+
base_model: deepseek-ai/deepseek-coder-1.3b-base
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: lemexp-task1-v2-template_small_nodefs_old_defs-deepseek-coder-1.3b-base-ddp-8lr-v2
|
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 |
+
# lemexp-task1-v2-template_small_nodefs_old_defs-deepseek-coder-1.3b-base-ddp-8lr-v2
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [deepseek-ai/deepseek-coder-1.3b-base](https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-base) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.1541
|
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: 0.0008
|
39 |
+
- train_batch_size: 2
|
40 |
+
- eval_batch_size: 2
|
41 |
+
- seed: 42
|
42 |
+
- distributed_type: multi-GPU
|
43 |
+
- num_devices: 8
|
44 |
+
- total_train_batch_size: 16
|
45 |
+
- total_eval_batch_size: 16
|
46 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 12
|
49 |
+
- mixed_precision_training: Native AMP
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
+
|:-------------:|:-------:|:-----:|:---------------:|
|
55 |
+
| 0.4239 | 0.2002 | 721 | 0.3024 |
|
56 |
+
| 0.3036 | 0.4003 | 1442 | 0.2672 |
|
57 |
+
| 0.263 | 0.6005 | 2163 | 0.2597 |
|
58 |
+
| 0.2607 | 0.8007 | 2884 | 0.2491 |
|
59 |
+
| 0.2473 | 1.0008 | 3605 | 0.2362 |
|
60 |
+
| 0.2333 | 1.2010 | 4326 | 0.2299 |
|
61 |
+
| 0.2281 | 1.4012 | 5047 | 0.2272 |
|
62 |
+
| 0.2235 | 1.6013 | 5768 | 0.2181 |
|
63 |
+
| 0.2225 | 1.8015 | 6489 | 0.2186 |
|
64 |
+
| 0.217 | 2.0017 | 7210 | 0.2166 |
|
65 |
+
| 0.2092 | 2.2018 | 7931 | 0.2102 |
|
66 |
+
| 0.2066 | 2.4020 | 8652 | 0.2109 |
|
67 |
+
| 0.2045 | 2.6022 | 9373 | 0.2045 |
|
68 |
+
| 0.202 | 2.8023 | 10094 | 0.2027 |
|
69 |
+
| 0.2 | 3.0025 | 10815 | 0.2075 |
|
70 |
+
| 0.1908 | 3.2027 | 11536 | 0.1984 |
|
71 |
+
| 0.1896 | 3.4028 | 12257 | 0.1921 |
|
72 |
+
| 0.1864 | 3.6030 | 12978 | 0.1908 |
|
73 |
+
| 0.1852 | 3.8032 | 13699 | 0.1907 |
|
74 |
+
| 0.1853 | 4.0033 | 14420 | 0.1882 |
|
75 |
+
| 0.1735 | 4.2035 | 15141 | 0.1908 |
|
76 |
+
| 0.1741 | 4.4037 | 15862 | 0.1886 |
|
77 |
+
| 0.1729 | 4.6038 | 16583 | 0.1859 |
|
78 |
+
| 0.1737 | 4.8040 | 17304 | 0.1786 |
|
79 |
+
| 0.1716 | 5.0042 | 18025 | 0.1800 |
|
80 |
+
| 0.1599 | 5.2043 | 18746 | 0.1772 |
|
81 |
+
| 0.1606 | 5.4045 | 19467 | 0.1760 |
|
82 |
+
| 0.1595 | 5.6047 | 20188 | 0.1782 |
|
83 |
+
| 0.1596 | 5.8048 | 20909 | 0.1727 |
|
84 |
+
| 0.1587 | 6.0050 | 21630 | 0.1730 |
|
85 |
+
| 0.1492 | 6.2052 | 22351 | 0.1717 |
|
86 |
+
| 0.1488 | 6.4053 | 23072 | 0.1712 |
|
87 |
+
| 0.1478 | 6.6055 | 23793 | 0.1689 |
|
88 |
+
| 0.1483 | 6.8057 | 24514 | 0.1669 |
|
89 |
+
| 0.1468 | 7.0058 | 25235 | 0.1655 |
|
90 |
+
| 0.138 | 7.2060 | 25956 | 0.1630 |
|
91 |
+
| 0.137 | 7.4062 | 26677 | 0.1632 |
|
92 |
+
| 0.1359 | 7.6063 | 27398 | 0.1621 |
|
93 |
+
| 0.1342 | 7.8065 | 28119 | 0.1631 |
|
94 |
+
| 0.134 | 8.0067 | 28840 | 0.1608 |
|
95 |
+
| 0.1213 | 8.2068 | 29561 | 0.1596 |
|
96 |
+
| 0.1236 | 8.4070 | 30282 | 0.1596 |
|
97 |
+
| 0.1228 | 8.6072 | 31003 | 0.1553 |
|
98 |
+
| 0.1237 | 8.8073 | 31724 | 0.1558 |
|
99 |
+
| 0.122 | 9.0075 | 32445 | 0.1559 |
|
100 |
+
| 0.1095 | 9.2077 | 33166 | 0.1544 |
|
101 |
+
| 0.1093 | 9.4078 | 33887 | 0.1539 |
|
102 |
+
| 0.1098 | 9.6080 | 34608 | 0.1508 |
|
103 |
+
| 0.1091 | 9.8082 | 35329 | 0.1513 |
|
104 |
+
| 0.1096 | 10.0083 | 36050 | 0.1517 |
|
105 |
+
| 0.0976 | 10.2085 | 36771 | 0.1566 |
|
106 |
+
| 0.0964 | 10.4087 | 37492 | 0.1523 |
|
107 |
+
| 0.0971 | 10.6088 | 38213 | 0.1520 |
|
108 |
+
| 0.097 | 10.8090 | 38934 | 0.1527 |
|
109 |
+
| 0.0957 | 11.0092 | 39655 | 0.1525 |
|
110 |
+
| 0.0886 | 11.2093 | 40376 | 0.1555 |
|
111 |
+
| 0.0861 | 11.4095 | 41097 | 0.1545 |
|
112 |
+
| 0.0872 | 11.6097 | 41818 | 0.1554 |
|
113 |
+
| 0.0868 | 11.8098 | 42539 | 0.1541 |
|
114 |
+
|
115 |
+
|
116 |
+
### Framework versions
|
117 |
+
|
118 |
+
- PEFT 0.14.0
|
119 |
+
- Transformers 4.47.0
|
120 |
+
- Pytorch 2.5.1+cu124
|
121 |
+
- Datasets 3.2.0
|
122 |
+
- 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-coder-1.3b-base",
|
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": 32,
|
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 |
+
"v_proj",
|
27 |
+
"q_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:220e8c00c48b4cb59c7d349ad11b5c557f50dd1e2d6bc49d7df4e877453ef585
|
3 |
+
size 268677696
|
loss_plot.png
ADDED
![]() |
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:658e9bde5914223dc483e71520857b03713af3f7cb744fc63b91ccb9aa581280
|
3 |
+
size 5496
|