yalhessi commited on
Commit
fe92aea
·
verified ·
1 Parent(s): 152965b

End of training

Browse files
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_notypes-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_notypes-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.2128
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.5379 | 0.2002 | 721 | 0.3839 |
56
+ | 0.3922 | 0.4003 | 1442 | 0.3459 |
57
+ | 0.3462 | 0.6005 | 2163 | 0.3251 |
58
+ | 0.334 | 0.8007 | 2884 | 0.3103 |
59
+ | 0.3192 | 1.0008 | 3605 | 0.2984 |
60
+ | 0.2989 | 1.2010 | 4326 | 0.2893 |
61
+ | 0.2947 | 1.4012 | 5047 | 0.2872 |
62
+ | 0.288 | 1.6013 | 5768 | 0.2823 |
63
+ | 0.2881 | 1.8015 | 6489 | 0.2746 |
64
+ | 0.283 | 2.0017 | 7210 | 0.2784 |
65
+ | 0.2719 | 2.2018 | 7931 | 0.2848 |
66
+ | 0.2647 | 2.4020 | 8652 | 0.2616 |
67
+ | 0.2638 | 2.6022 | 9373 | 0.2585 |
68
+ | 0.2621 | 2.8023 | 10094 | 0.2601 |
69
+ | 0.2579 | 3.0025 | 10815 | 0.2527 |
70
+ | 0.2441 | 3.2027 | 11536 | 0.2526 |
71
+ | 0.246 | 3.4028 | 12257 | 0.2436 |
72
+ | 0.2426 | 3.6030 | 12978 | 0.2466 |
73
+ | 0.2412 | 3.8032 | 13699 | 0.2427 |
74
+ | 0.2401 | 4.0033 | 14420 | 0.2443 |
75
+ | 0.2228 | 4.2035 | 15141 | 0.2429 |
76
+ | 0.226 | 4.4037 | 15862 | 0.2408 |
77
+ | 0.226 | 4.6038 | 16583 | 0.2292 |
78
+ | 0.2234 | 4.8040 | 17304 | 0.2321 |
79
+ | 0.219 | 5.0042 | 18025 | 0.2357 |
80
+ | 0.2085 | 5.2043 | 18746 | 0.2277 |
81
+ | 0.2065 | 5.4045 | 19467 | 0.2246 |
82
+ | 0.2077 | 5.6047 | 20188 | 0.2284 |
83
+ | 0.2065 | 5.8048 | 20909 | 0.2248 |
84
+ | 0.2062 | 6.0050 | 21630 | 0.2215 |
85
+ | 0.1941 | 6.2052 | 22351 | 0.2190 |
86
+ | 0.1917 | 6.4053 | 23072 | 0.2202 |
87
+ | 0.1916 | 6.6055 | 23793 | 0.2184 |
88
+ | 0.1911 | 6.8057 | 24514 | 0.2094 |
89
+ | 0.1889 | 7.0058 | 25235 | 0.2131 |
90
+ | 0.1789 | 7.2060 | 25956 | 0.2148 |
91
+ | 0.1757 | 7.4062 | 26677 | 0.2092 |
92
+ | 0.1755 | 7.6063 | 27398 | 0.2067 |
93
+ | 0.1738 | 7.8065 | 28119 | 0.2046 |
94
+ | 0.1741 | 8.0067 | 28840 | 0.2051 |
95
+ | 0.1566 | 8.2068 | 29561 | 0.2064 |
96
+ | 0.1585 | 8.4070 | 30282 | 0.2087 |
97
+ | 0.1595 | 8.6072 | 31003 | 0.2036 |
98
+ | 0.1593 | 8.8073 | 31724 | 0.2071 |
99
+ | 0.1568 | 9.0075 | 32445 | 0.2046 |
100
+ | 0.1414 | 9.2077 | 33166 | 0.2060 |
101
+ | 0.1419 | 9.4078 | 33887 | 0.2047 |
102
+ | 0.1411 | 9.6080 | 34608 | 0.1990 |
103
+ | 0.1425 | 9.8082 | 35329 | 0.2025 |
104
+ | 0.1412 | 10.0083 | 36050 | 0.2006 |
105
+ | 0.125 | 10.2085 | 36771 | 0.2067 |
106
+ | 0.1235 | 10.4087 | 37492 | 0.2068 |
107
+ | 0.1248 | 10.6088 | 38213 | 0.2025 |
108
+ | 0.1265 | 10.8090 | 38934 | 0.2058 |
109
+ | 0.1247 | 11.0092 | 39655 | 0.2063 |
110
+ | 0.1147 | 11.2093 | 40376 | 0.2139 |
111
+ | 0.1118 | 11.4095 | 41097 | 0.2175 |
112
+ | 0.1116 | 11.6097 | 41818 | 0.2129 |
113
+ | 0.1116 | 11.8098 | 42539 | 0.2128 |
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
+ "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:953a3faed8054d08f058226479df9f658796df35da5e724bb3ca19d3fb64ae40
3
+ size 268661312
loss_plot.png ADDED
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4921529c4a0327c15aff389c311d13acd3561a0652a9bd32df09fc15830b72de
3
+ size 5496