Training in progress, epoch 1
Browse files- adapter_config.json +2 -2
- adapter_model.bin +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
"loftq_config": {},
|
12 |
-
"lora_alpha":
|
13 |
"lora_dropout": 0.1,
|
14 |
"megatron_config": null,
|
15 |
"megatron_core": "megatron.core",
|
@@ -17,7 +17,7 @@
|
|
17 |
"classifier"
|
18 |
],
|
19 |
"peft_type": "LORA",
|
20 |
-
"r":
|
21 |
"rank_pattern": {},
|
22 |
"revision": null,
|
23 |
"target_modules": [
|
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
"loftq_config": {},
|
12 |
+
"lora_alpha": 512,
|
13 |
"lora_dropout": 0.1,
|
14 |
"megatron_config": null,
|
15 |
"megatron_core": "megatron.core",
|
|
|
17 |
"classifier"
|
18 |
],
|
19 |
"peft_type": "LORA",
|
20 |
+
"r": 256,
|
21 |
"rank_pattern": {},
|
22 |
"revision": null,
|
23 |
"target_modules": [
|
adapter_model.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:16113b0b02ee8d363d151820c6732a8546b4e8dc4aebc2f1e8159b418f0709e9
|
3 |
+
size 37773956
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdb8ab7f427d02df9e4c86e75b7af8ee479529bc69434acfde8c74221b1051e0
|
3 |
size 4536
|