joshuaspear
commited on
Commit
•
1a0d9f1
1
Parent(s):
6aa94c2
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
@@ -13,7 +13,7 @@
|
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
-
"lora_alpha":
|
17 |
"lora_dropout": 0.1,
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
@@ -22,12 +22,12 @@
|
|
22 |
"qa_outputs.weight"
|
23 |
],
|
24 |
"peft_type": "LORA",
|
25 |
-
"r":
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"
|
30 |
-
"
|
31 |
],
|
32 |
"task_type": null,
|
33 |
"use_dora": false,
|
|
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
+
"lora_alpha": 128,
|
17 |
"lora_dropout": 0.1,
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
|
|
22 |
"qa_outputs.weight"
|
23 |
],
|
24 |
"peft_type": "LORA",
|
25 |
+
"r": 128,
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
+
"query",
|
30 |
+
"value"
|
31 |
],
|
32 |
"task_type": null,
|
33 |
"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:e4cbc1e129d46ba6f9831f5d20f537533197541a05ef01307017993ef0819b1f
|
3 |
+
size 18881272
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd2ed253e243495f4e97f0036b4a4f6a5630877eebaf33e9ee420f16949594f2
|
3 |
size 5368
|