surya-narayanan
commited on
Commit
•
ca70e1a
1
Parent(s):
36b7d45
Training in progress, epoch 1
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
-
"lora_alpha":
|
17 |
"lora_dropout": 0.1,
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
@@ -21,14 +21,14 @@
|
|
21 |
"ln_f"
|
22 |
],
|
23 |
"peft_type": "LORA",
|
24 |
-
"r":
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"
|
29 |
"q_proj",
|
30 |
-
"
|
31 |
-
"
|
32 |
],
|
33 |
"task_type": null,
|
34 |
"use_dora": false,
|
|
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
+
"lora_alpha": 256,
|
17 |
"lora_dropout": 0.1,
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
|
|
21 |
"ln_f"
|
22 |
],
|
23 |
"peft_type": "LORA",
|
24 |
+
"r": 256,
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
+
"k_proj",
|
29 |
"q_proj",
|
30 |
+
"v_proj",
|
31 |
+
"o_proj"
|
32 |
],
|
33 |
"task_type": null,
|
34 |
"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:7710c623843afc6f41c701a2b66dd1aa878f8f361a96b8a95efc0c459e97aa90
|
3 |
+
size 872450448
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:950610cdccb1edcc569bf338b6ddba41696e3d23a780218199d2310106cc4c00
|
3 |
size 5048
|