surya-narayanan
commited on
Commit
•
1e0fbd2
1
Parent(s):
cb2fb71
Training in progress, epoch 1
Browse files- adapter_config.json +2 -2
- 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",
|
@@ -21,7 +21,7 @@
|
|
21 |
"ln_f"
|
22 |
],
|
23 |
"peft_type": "LORA",
|
24 |
-
"r":
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
|
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
+
"lora_alpha": 32,
|
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": [
|
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:b57a6794c82bdb31e443963d29d066956b749c1124a8f54c7c28d191ce195b72
|
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 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce72bc3b93cbcca3bbf91dd57def00225a50b9ccea01d49552ff710630a9a831
|
3 |
size 5048
|