surya-narayanan
commited on
Commit
•
4b067cf
1
Parent(s):
fad8ea4
Training in progress, epoch 1
Browse files- adapter_config.json +5 -4
- adapter_model.safetensors +2 -2
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -9,10 +9,11 @@
|
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
11 |
"init_lora_weights": true,
|
|
|
12 |
"layers_pattern": null,
|
13 |
"layers_to_transform": null,
|
14 |
"loftq_config": {},
|
15 |
-
"lora_alpha":
|
16 |
"lora_dropout": 0.1,
|
17 |
"megatron_config": null,
|
18 |
"megatron_core": "megatron.core",
|
@@ -20,14 +21,14 @@
|
|
20 |
"ln_f"
|
21 |
],
|
22 |
"peft_type": "LORA",
|
23 |
-
"r":
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"o_proj",
|
28 |
"q_proj",
|
|
|
29 |
"k_proj",
|
30 |
-
"
|
31 |
],
|
32 |
"task_type": null,
|
33 |
"use_dora": false,
|
|
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
11 |
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
+
"lora_alpha": 64,
|
17 |
"lora_dropout": 0.1,
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
|
|
21 |
"ln_f"
|
22 |
],
|
23 |
"peft_type": "LORA",
|
24 |
+
"r": 32,
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
|
|
28 |
"q_proj",
|
29 |
+
"v_proj",
|
30 |
"k_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:5a22f9856dda430ca273d93686870d7bb3a76a10aa63018a461c0d9caa80c89a
|
3 |
+
size 109086416
|
training_args.bin
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:5d22574a61ebdc518e289c6a301026b7727cbc669f347ebfd3b8cc86311cda00
|
3 |
+
size 4984
|