Training in progress, epoch 1
Browse files- adapter_config.json +4 -4
- 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 |
"key",
|
34 |
-
"dense",
|
35 |
"query",
|
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": 8,
|
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": 8,
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"scheduler": "only_lora",
|
30 |
"scheduler_verbose": true,
|
31 |
"scheduler_verbose_interval": 100,
|
32 |
"target_modules": [
|
33 |
+
"value",
|
34 |
"key",
|
|
|
35 |
"query",
|
36 |
+
"dense"
|
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:87bf5e03c12a644c3a4c4fadaf19bf4a28671a20ec99c47600b6330d94477076
|
3 |
+
size 9146060
|
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:e69dc92c939fbb05becee137bab63687518c7659bf33beabe8083923f017e44e
|
3 |
size 5304
|