sujithatz/finbot-transofrmer-based-phi3.5_adapter
Browse files- README.md +3 -2
- adapter_config.json +6 -6
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -38,12 +38,13 @@ The following hyperparameters were used during training:
|
|
38 |
- learning_rate: 0.0002
|
39 |
- train_batch_size: 8
|
40 |
- eval_batch_size: 8
|
41 |
-
- seed:
|
42 |
- gradient_accumulation_steps: 4
|
43 |
- total_train_batch_size: 32
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
-
|
|
|
47 |
|
48 |
### Training results
|
49 |
|
|
|
38 |
- learning_rate: 0.0002
|
39 |
- train_batch_size: 8
|
40 |
- eval_batch_size: 8
|
41 |
+
- seed: 3407
|
42 |
- gradient_accumulation_steps: 4
|
43 |
- total_train_batch_size: 32
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- lr_scheduler_warmup_steps: 5
|
47 |
+
- training_steps: 5
|
48 |
|
49 |
### Training results
|
50 |
|
adapter_config.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
"layer_replication": null,
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
-
"loftq_config":
|
16 |
"lora_alpha": 32,
|
17 |
"lora_dropout": 0.05,
|
18 |
"megatron_config": null,
|
@@ -23,13 +23,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"o_proj",
|
27 |
-
"down_proj",
|
28 |
-
"gate_up_proj",
|
29 |
-
"qkv_proj",
|
30 |
"v_proj",
|
|
|
|
|
|
|
31 |
"k_proj",
|
32 |
-
"
|
|
|
33 |
],
|
34 |
"task_type": null,
|
35 |
"use_dora": false,
|
|
|
12 |
"layer_replication": null,
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
+
"loftq_config": null,
|
16 |
"lora_alpha": 32,
|
17 |
"lora_dropout": 0.05,
|
18 |
"megatron_config": null,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
|
|
|
|
26 |
"v_proj",
|
27 |
+
"down_proj",
|
28 |
+
"q_proj",
|
29 |
+
"gate_proj",
|
30 |
"k_proj",
|
31 |
+
"o_proj",
|
32 |
+
"up_proj"
|
33 |
],
|
34 |
"task_type": null,
|
35 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:443965e8be292a2bcd1ef4837df3c4f3a69ab40d05701c88346764362f778a84
|
3 |
+
size 35668592
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e75e7e86a3fc1a236b9d82a1f17d4139e53851f26782b1abb4f2640be7a11dea
|
3 |
size 5432
|