ketchup123
commited on
Commit
•
ea45cf7
1
Parent(s):
b1d2478
Training in progress, step 42
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
"lora_alpha": 16,
|
17 |
-
"lora_dropout": 0,
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
20 |
"modules_to_save": null,
|
@@ -23,8 +23,8 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"
|
28 |
],
|
29 |
"task_type": null,
|
30 |
"use_dora": false,
|
|
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
"lora_alpha": 16,
|
17 |
+
"lora_dropout": 0.1,
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
20 |
"modules_to_save": null,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"v_proj",
|
27 |
+
"q_proj"
|
28 |
],
|
29 |
"task_type": null,
|
30 |
"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 27280152
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bb8d8d3d232c1626ff0c25ed416240c2e12d492698ad4ac0b11445ebde305e0
|
3 |
size 27280152
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0645d8550edb1fe32bbd2e5245bafa0eca5a14e432bc579276afd42e59de51ea
|
3 |
size 5560
|