Balaaditya
commited on
Commit
•
19c2ec9
1
Parent(s):
c50f6d6
Balaaditya/TAVGEN-deepseek-coder-6.7b-adapter
Browse files- README.md +79 -0
- adapter_config.json +33 -0
- adapter_model.safetensors +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: deepseek-ai/deepseek-coder-6.7b-instruct
|
7 |
+
model-index:
|
8 |
+
- name: deepseek-coder-6.7b-instruct-TAVGEN-finetune
|
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-coder-6.7b-instruct-TAVGEN-finetune
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [deepseek-ai/deepseek-coder-6.7b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-instruct) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3206
|
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: 2.5e-05
|
39 |
+
- train_batch_size: 2
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: linear
|
44 |
+
- lr_scheduler_warmup_steps: 1
|
45 |
+
- training_steps: 500
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
+
| 0.5933 | 0.21 | 25 | 0.4703 |
|
52 |
+
| 0.4589 | 0.42 | 50 | 0.4026 |
|
53 |
+
| 0.4226 | 0.63 | 75 | 0.3733 |
|
54 |
+
| 0.3968 | 0.84 | 100 | 0.3605 |
|
55 |
+
| 0.3645 | 1.05 | 125 | 0.3483 |
|
56 |
+
| 0.355 | 1.26 | 150 | 0.3421 |
|
57 |
+
| 0.3318 | 1.47 | 175 | 0.3365 |
|
58 |
+
| 0.3377 | 1.68 | 200 | 0.3318 |
|
59 |
+
| 0.3111 | 1.89 | 225 | 0.3287 |
|
60 |
+
| 0.3324 | 2.1 | 250 | 0.3242 |
|
61 |
+
| 0.2757 | 2.31 | 275 | 0.3254 |
|
62 |
+
| 0.3061 | 2.52 | 300 | 0.3253 |
|
63 |
+
| 0.3015 | 2.73 | 325 | 0.3218 |
|
64 |
+
| 0.2674 | 2.94 | 350 | 0.3209 |
|
65 |
+
| 0.2579 | 3.15 | 375 | 0.3208 |
|
66 |
+
| 0.2601 | 3.36 | 400 | 0.3225 |
|
67 |
+
| 0.2396 | 3.57 | 425 | 0.3222 |
|
68 |
+
| 0.2504 | 3.78 | 450 | 0.3220 |
|
69 |
+
| 0.2786 | 3.99 | 475 | 0.3206 |
|
70 |
+
| 0.2357 | 4.2 | 500 | 0.3206 |
|
71 |
+
|
72 |
+
|
73 |
+
### Framework versions
|
74 |
+
|
75 |
+
- PEFT 0.7.2.dev0
|
76 |
+
- Transformers 4.38.0.dev0
|
77 |
+
- Pytorch 2.1.2
|
78 |
+
- Datasets 2.16.1
|
79 |
+
- Tokenizers 0.15.0
|
adapter_config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "deepseek-ai/deepseek-coder-6.7b-instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 64,
|
13 |
+
"lora_dropout": 0.05,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 32,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"q_proj",
|
23 |
+
"v_proj",
|
24 |
+
"o_proj",
|
25 |
+
"down_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"lm_head",
|
28 |
+
"up_proj",
|
29 |
+
"k_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_rslora": false
|
33 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8982d64e7935d9a3104940d4160ad2a7d97feaafab0a1b69f8bc43300f5cfb80
|
3 |
+
size 853012048
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e0182950deeb846876f82b04db6167bc9fee84c2176f88548d19a980716416d
|
3 |
+
size 4664
|