End of training
Browse files- README.md +123 -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,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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_full_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_full_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.1580
|
| 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.323 | 0.2 | 3094 | 0.3202 |
|
| 56 |
+
| 0.298 | 0.4 | 6188 | 0.3000 |
|
| 57 |
+
| 0.2894 | 0.6 | 9282 | 0.2873 |
|
| 58 |
+
| 0.2822 | 0.8 | 12376 | 0.2833 |
|
| 59 |
+
| 0.277 | 1.0 | 15470 | 0.2830 |
|
| 60 |
+
| 0.2735 | 1.2 | 18564 | 0.2703 |
|
| 61 |
+
| 0.2697 | 1.4 | 21658 | 0.2622 |
|
| 62 |
+
| 0.2644 | 1.6 | 24752 | 0.2595 |
|
| 63 |
+
| 0.2639 | 1.8 | 27846 | 0.2525 |
|
| 64 |
+
| 0.259 | 2.0 | 30940 | 0.2543 |
|
| 65 |
+
| 0.2525 | 2.2 | 34034 | 0.2585 |
|
| 66 |
+
| 0.2527 | 2.4 | 37128 | 0.2484 |
|
| 67 |
+
| 0.2479 | 2.6 | 40222 | 0.2459 |
|
| 68 |
+
| 0.2474 | 2.8 | 43316 | 0.2459 |
|
| 69 |
+
| 0.2446 | 3.0 | 46410 | 0.2534 |
|
| 70 |
+
| 0.2406 | 3.2 | 49504 | 0.2390 |
|
| 71 |
+
| 0.2406 | 3.4 | 52598 | 0.2351 |
|
| 72 |
+
| 0.236 | 3.6 | 55692 | 0.2347 |
|
| 73 |
+
| 0.2342 | 3.8 | 58786 | 0.2295 |
|
| 74 |
+
| 0.235 | 4.0 | 61880 | 0.2346 |
|
| 75 |
+
| 0.2275 | 4.2 | 64974 | 0.2235 |
|
| 76 |
+
| 0.2234 | 4.4 | 68068 | 0.2277 |
|
| 77 |
+
| 0.2231 | 4.6 | 71162 | 0.2263 |
|
| 78 |
+
| 0.2181 | 4.8 | 74256 | 0.2214 |
|
| 79 |
+
| 0.2177 | 5.0 | 77350 | 0.2195 |
|
| 80 |
+
| 0.2153 | 5.2 | 80444 | 0.2148 |
|
| 81 |
+
| 0.2134 | 5.4 | 83538 | 0.2133 |
|
| 82 |
+
| 0.2115 | 5.6 | 86632 | 0.2122 |
|
| 83 |
+
| 0.2102 | 5.8 | 89726 | 0.2129 |
|
| 84 |
+
| 0.2063 | 6.0 | 92820 | 0.2095 |
|
| 85 |
+
| 0.2021 | 6.2 | 95914 | 0.2089 |
|
| 86 |
+
| 0.2007 | 6.4 | 99008 | 0.2052 |
|
| 87 |
+
| 0.2002 | 6.6 | 102102 | 0.2038 |
|
| 88 |
+
| 0.2011 | 6.8 | 105196 | 0.1991 |
|
| 89 |
+
| 0.1965 | 7.0 | 108290 | 0.1989 |
|
| 90 |
+
| 0.1892 | 7.2 | 111384 | 0.1965 |
|
| 91 |
+
| 0.1871 | 7.4 | 114478 | 0.1933 |
|
| 92 |
+
| 0.1891 | 7.6 | 117572 | 0.1976 |
|
| 93 |
+
| 0.1866 | 7.8 | 120666 | 0.1919 |
|
| 94 |
+
| 0.1856 | 8.0 | 123760 | 0.1932 |
|
| 95 |
+
| 0.1757 | 8.2 | 126854 | 0.1914 |
|
| 96 |
+
| 0.1758 | 8.4 | 129948 | 0.1854 |
|
| 97 |
+
| 0.1739 | 8.6 | 133042 | 0.1827 |
|
| 98 |
+
| 0.1772 | 8.8 | 136136 | 0.1812 |
|
| 99 |
+
| 0.1746 | 9.0 | 139230 | 0.1789 |
|
| 100 |
+
| 0.1653 | 9.2 | 142324 | 0.1767 |
|
| 101 |
+
| 0.165 | 9.4 | 145418 | 0.1739 |
|
| 102 |
+
| 0.1644 | 9.6 | 148512 | 0.1730 |
|
| 103 |
+
| 0.163 | 9.8 | 151606 | 0.1720 |
|
| 104 |
+
| 0.1587 | 10.0 | 154700 | 0.1699 |
|
| 105 |
+
| 0.1536 | 10.2 | 157794 | 0.1684 |
|
| 106 |
+
| 0.1508 | 10.4 | 160888 | 0.1662 |
|
| 107 |
+
| 0.1516 | 10.6 | 163982 | 0.1665 |
|
| 108 |
+
| 0.1494 | 10.8 | 167076 | 0.1640 |
|
| 109 |
+
| 0.1494 | 11.0 | 170170 | 0.1621 |
|
| 110 |
+
| 0.1419 | 11.2 | 173264 | 0.1627 |
|
| 111 |
+
| 0.1388 | 11.4 | 176358 | 0.1603 |
|
| 112 |
+
| 0.1384 | 11.6 | 179452 | 0.1588 |
|
| 113 |
+
| 0.1376 | 11.8 | 182546 | 0.1583 |
|
| 114 |
+
| 0.1387 | 12.0 | 185640 | 0.1580 |
|
| 115 |
+
|
| 116 |
+
|
| 117 |
+
### Framework versions
|
| 118 |
+
|
| 119 |
+
- PEFT 0.14.0
|
| 120 |
+
- Transformers 4.47.0
|
| 121 |
+
- Pytorch 2.5.1+cu124
|
| 122 |
+
- Datasets 3.2.0
|
| 123 |
+
- 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:6bf427bb4ccc75b8a093c77a16db5c96a2ffbe8e12a9c358cc964508207c3cdf
|
| 3 |
+
size 268636736
|
loss_plot.png
ADDED
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e0340fbff79dcef9657280a4a94b80ac22265ca44049b72009e1c9420d0e9c8
|
| 3 |
+
size 5496
|