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-task3-v2-small-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-task3-v2-small-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.1304
|
| 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.382 | 0.2001 | 720 | 0.2739 |
|
| 56 |
+
| 0.2596 | 0.4001 | 1440 | 0.2392 |
|
| 57 |
+
| 0.2144 | 0.6002 | 2160 | 0.2247 |
|
| 58 |
+
| 0.2056 | 0.8002 | 2880 | 0.2076 |
|
| 59 |
+
| 0.1927 | 1.0003 | 3600 | 0.1997 |
|
| 60 |
+
| 0.1783 | 1.2003 | 4320 | 0.1963 |
|
| 61 |
+
| 0.1726 | 1.4004 | 5040 | 0.1855 |
|
| 62 |
+
| 0.1733 | 1.6004 | 5760 | 0.1810 |
|
| 63 |
+
| 0.1697 | 1.8005 | 6480 | 0.1782 |
|
| 64 |
+
| 0.1666 | 2.0006 | 7200 | 0.1705 |
|
| 65 |
+
| 0.1581 | 2.2006 | 7920 | 0.1725 |
|
| 66 |
+
| 0.1562 | 2.4007 | 8640 | 0.1662 |
|
| 67 |
+
| 0.1509 | 2.6007 | 9360 | 0.1702 |
|
| 68 |
+
| 0.1502 | 2.8008 | 10080 | 0.1607 |
|
| 69 |
+
| 0.1493 | 3.0008 | 10800 | 0.1635 |
|
| 70 |
+
| 0.1381 | 3.2009 | 11520 | 0.1604 |
|
| 71 |
+
| 0.139 | 3.4009 | 12240 | 0.1577 |
|
| 72 |
+
| 0.1388 | 3.6010 | 12960 | 0.1559 |
|
| 73 |
+
| 0.1353 | 3.8011 | 13680 | 0.1573 |
|
| 74 |
+
| 0.1375 | 4.0011 | 14400 | 0.1531 |
|
| 75 |
+
| 0.1231 | 4.2012 | 15120 | 0.1536 |
|
| 76 |
+
| 0.1277 | 4.4012 | 15840 | 0.1542 |
|
| 77 |
+
| 0.127 | 4.6013 | 16560 | 0.1529 |
|
| 78 |
+
| 0.1289 | 4.8013 | 17280 | 0.1467 |
|
| 79 |
+
| 0.1242 | 5.0014 | 18000 | 0.1439 |
|
| 80 |
+
| 0.1138 | 5.2014 | 18720 | 0.1419 |
|
| 81 |
+
| 0.1153 | 5.4015 | 19440 | 0.1431 |
|
| 82 |
+
| 0.1154 | 5.6016 | 20160 | 0.1398 |
|
| 83 |
+
| 0.1159 | 5.8016 | 20880 | 0.1434 |
|
| 84 |
+
| 0.1132 | 6.0017 | 21600 | 0.1394 |
|
| 85 |
+
| 0.1052 | 6.2017 | 22320 | 0.1361 |
|
| 86 |
+
| 0.1041 | 6.4018 | 23040 | 0.1401 |
|
| 87 |
+
| 0.1061 | 6.6018 | 23760 | 0.1355 |
|
| 88 |
+
| 0.105 | 6.8019 | 24480 | 0.1376 |
|
| 89 |
+
| 0.106 | 7.0019 | 25200 | 0.1322 |
|
| 90 |
+
| 0.0966 | 7.2020 | 25920 | 0.1357 |
|
| 91 |
+
| 0.0947 | 7.4021 | 26640 | 0.1322 |
|
| 92 |
+
| 0.0954 | 7.6021 | 27360 | 0.1341 |
|
| 93 |
+
| 0.0949 | 7.8022 | 28080 | 0.1329 |
|
| 94 |
+
| 0.097 | 8.0022 | 28800 | 0.1294 |
|
| 95 |
+
| 0.0857 | 8.2023 | 29520 | 0.1291 |
|
| 96 |
+
| 0.0852 | 8.4023 | 30240 | 0.1263 |
|
| 97 |
+
| 0.0859 | 8.6024 | 30960 | 0.1289 |
|
| 98 |
+
| 0.0843 | 8.8024 | 31680 | 0.1281 |
|
| 99 |
+
| 0.0853 | 9.0025 | 32400 | 0.1254 |
|
| 100 |
+
| 0.0755 | 9.2026 | 33120 | 0.1295 |
|
| 101 |
+
| 0.0753 | 9.4026 | 33840 | 0.1253 |
|
| 102 |
+
| 0.0776 | 9.6027 | 34560 | 0.1284 |
|
| 103 |
+
| 0.0762 | 9.8027 | 35280 | 0.1220 |
|
| 104 |
+
| 0.0757 | 10.0028 | 36000 | 0.1223 |
|
| 105 |
+
| 0.0679 | 10.2028 | 36720 | 0.1242 |
|
| 106 |
+
| 0.0687 | 10.4029 | 37440 | 0.1263 |
|
| 107 |
+
| 0.0678 | 10.6029 | 38160 | 0.1281 |
|
| 108 |
+
| 0.0678 | 10.8030 | 38880 | 0.1266 |
|
| 109 |
+
| 0.068 | 11.0031 | 39600 | 0.1266 |
|
| 110 |
+
| 0.0636 | 11.2031 | 40320 | 0.1287 |
|
| 111 |
+
| 0.0624 | 11.4032 | 41040 | 0.1280 |
|
| 112 |
+
| 0.0623 | 11.6032 | 41760 | 0.1303 |
|
| 113 |
+
| 0.0613 | 11.8033 | 42480 | 0.1304 |
|
| 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:101c11a3a7980bb972e86e1f56eb04bcc16afc26955ac956ec1387694ef81825
|
| 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:3e5280ffd8e85e04f9c8da3db90e4afffeb6eef2d70a7849a56b2a3b9104cbb1
|
| 3 |
+
size 5432
|