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
@@ -14,7 +14,7 @@
|
|
14 |
"layers_pattern": null,
|
15 |
"layers_to_transform": null,
|
16 |
"loftq_config": {},
|
17 |
-
"lora_alpha":
|
18 |
"lora_dropout": 0.1,
|
19 |
"megatron_config": null,
|
20 |
"megatron_core": "megatron.core",
|
@@ -23,17 +23,17 @@
|
|
23 |
],
|
24 |
"only_lora": false,
|
25 |
"peft_type": "LORA",
|
26 |
-
"r":
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"scheduler": "only_lora",
|
30 |
"scheduler_verbose": true,
|
31 |
"scheduler_verbose_interval": 100,
|
32 |
"target_modules": [
|
33 |
-
"query",
|
34 |
"key",
|
35 |
-
"
|
36 |
-
"
|
|
|
37 |
],
|
38 |
"task_type": null,
|
39 |
"total_steps": 1290.0,
|
|
|
14 |
"layers_pattern": null,
|
15 |
"layers_to_transform": null,
|
16 |
"loftq_config": {},
|
17 |
+
"lora_alpha": 32,
|
18 |
"lora_dropout": 0.1,
|
19 |
"megatron_config": null,
|
20 |
"megatron_core": "megatron.core",
|
|
|
23 |
],
|
24 |
"only_lora": false,
|
25 |
"peft_type": "LORA",
|
26 |
+
"r": 32,
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"scheduler": "only_lora",
|
30 |
"scheduler_verbose": true,
|
31 |
"scheduler_verbose_interval": 100,
|
32 |
"target_modules": [
|
|
|
33 |
"key",
|
34 |
+
"dense",
|
35 |
+
"query",
|
36 |
+
"value"
|
37 |
],
|
38 |
"task_type": null,
|
39 |
"total_steps": 1290.0,
|
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:f8a3dad886cf09e48943804401ab192433dde008c1a81ef849de9a22bd3c48c1
|
3 |
+
size 33056140
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58db87f319c1ee87f432b120e638073823e064df56253f0af559dc9005226374
|
3 |
size 5304
|