jjovalle99
commited on
Commit
•
918ff9a
1
Parent(s):
3b9ddf6
deci7b-ft-lora-sql-v2adapters
Browse files- README.md +22 -12
- adapter_config.json +6 -6
- training_args.bin +1 -1
README.md
CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [Deci/DeciLM-7B](https://huggingface.co/Deci/DeciLM-7B) on the generator dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -39,26 +39,36 @@ More information needed
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
-
- learning_rate: 0.
|
43 |
-
- train_batch_size:
|
44 |
- eval_batch_size: 8
|
45 |
- seed: 1399
|
46 |
-
- gradient_accumulation_steps:
|
47 |
- total_train_batch_size: 32
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
-
- lr_scheduler_type:
|
50 |
-
- lr_scheduler_warmup_steps:
|
51 |
-
- training_steps:
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [Deci/DeciLM-7B](https://huggingface.co/Deci/DeciLM-7B) on the generator dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.3593
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 0.0003
|
43 |
+
- train_batch_size: 8
|
44 |
- eval_batch_size: 8
|
45 |
- seed: 1399
|
46 |
+
- gradient_accumulation_steps: 4
|
47 |
- total_train_batch_size: 32
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: cosine
|
50 |
+
- lr_scheduler_warmup_steps: 100
|
51 |
+
- training_steps: 500
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|
|
57 |
+
| 0.7841 | 0.06 | 20 | 0.5204 |
|
58 |
+
| 0.4837 | 0.11 | 40 | 0.4376 |
|
59 |
+
| 0.4325 | 0.17 | 60 | 0.4122 |
|
60 |
+
| 0.4112 | 0.23 | 80 | 0.4029 |
|
61 |
+
| 0.4028 | 0.28 | 100 | 0.3925 |
|
62 |
+
| 0.3958 | 0.34 | 120 | 0.3855 |
|
63 |
+
| 0.3895 | 0.4 | 140 | 0.3816 |
|
64 |
+
| 0.3818 | 0.45 | 160 | 0.3784 |
|
65 |
+
| 0.3753 | 0.51 | 180 | 0.3756 |
|
66 |
+
| 0.3722 | 0.56 | 200 | 0.3734 |
|
67 |
+
| 0.3687 | 0.62 | 220 | 0.3702 |
|
68 |
+
| 0.3678 | 0.68 | 240 | 0.3665 |
|
69 |
+
| 0.3636 | 0.73 | 260 | 0.3627 |
|
70 |
+
| 0.3582 | 0.79 | 280 | 0.3580 |
|
71 |
+
| 0.3594 | 0.85 | 300 | 0.3593 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -10,22 +10,22 @@
|
|
10 |
"layers_to_transform": null,
|
11 |
"loftq_config": {},
|
12 |
"lora_alpha": 32,
|
13 |
-
"lora_dropout": 0.
|
14 |
"megatron_config": null,
|
15 |
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
-
"r":
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"o_proj",
|
23 |
"q_proj",
|
24 |
-
"
|
25 |
-
"up_proj",
|
26 |
"v_proj",
|
|
|
27 |
"gate_proj",
|
28 |
-
"
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_dora": false,
|
|
|
10 |
"layers_to_transform": null,
|
11 |
"loftq_config": {},
|
12 |
"lora_alpha": 32,
|
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": 16,
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"q_proj",
|
23 |
+
"o_proj",
|
|
|
24 |
"v_proj",
|
25 |
+
"k_proj",
|
26 |
"gate_proj",
|
27 |
+
"up_proj",
|
28 |
+
"down_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_dora": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1344f6bb27d1611316b75829667428168abae25859c5eac7150e22e0e3ea85c5
|
3 |
size 4920
|