Training in progress, step 7000
Browse files- adapter_config.json +7 -7
- adapter_model.safetensors +2 -2
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -13,24 +13,24 @@
|
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
-
"lora_alpha":
|
17 |
"lora_bias": false,
|
18 |
"lora_dropout": 0.05,
|
19 |
"megatron_config": null,
|
20 |
"megatron_core": "megatron.core",
|
21 |
"modules_to_save": null,
|
22 |
"peft_type": "LORA",
|
23 |
-
"r":
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"v",
|
28 |
"wo",
|
29 |
-
"k",
|
30 |
-
"q",
|
31 |
-
"wi_1",
|
32 |
"wi_0",
|
33 |
-
"o"
|
|
|
|
|
|
|
|
|
34 |
],
|
35 |
"task_type": "SEQ_2_SEQ_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
"lora_bias": false,
|
18 |
"lora_dropout": 0.05,
|
19 |
"megatron_config": null,
|
20 |
"megatron_core": "megatron.core",
|
21 |
"modules_to_save": null,
|
22 |
"peft_type": "LORA",
|
23 |
+
"r": 8,
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
27 |
"wo",
|
|
|
|
|
|
|
28 |
"wi_0",
|
29 |
+
"o",
|
30 |
+
"v",
|
31 |
+
"wi_1",
|
32 |
+
"q",
|
33 |
+
"k"
|
34 |
],
|
35 |
"task_type": "SEQ_2_SEQ_LM",
|
36 |
"trainable_token_indices": null,
|
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:cde04cd2a61be20c7106ba279c33a1c478f6e9e4fa59212d2e2afa40e1ddc305
|
3 |
+
size 6845168
|
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:22c1eac10003e02e542944770c1f8ca0540fc11dd9061b6fa4af5997d7a9e983
|
3 |
+
size 7160
|