Training in progress, epoch 1
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,17 +23,17 @@
|
|
23 |
],
|
24 |
"only_lora": false,
|
25 |
"peft_type": "LORA",
|
26 |
-
"r":
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"scheduler": "cos",
|
30 |
"scheduler_verbose": true,
|
31 |
"scheduler_verbose_interval": 100,
|
32 |
"target_modules": [
|
|
|
33 |
"value",
|
34 |
"key",
|
35 |
-
"dense"
|
36 |
-
"query"
|
37 |
],
|
38 |
"task_type": null,
|
39 |
"total_steps": 1290.0,
|
|
|
23 |
],
|
24 |
"only_lora": false,
|
25 |
"peft_type": "LORA",
|
26 |
+
"r": 32,
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"scheduler": "cos",
|
30 |
"scheduler_verbose": true,
|
31 |
"scheduler_verbose_interval": 100,
|
32 |
"target_modules": [
|
33 |
+
"query",
|
34 |
"value",
|
35 |
"key",
|
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:c29bc7b7e40743800ff3c1f84b3b87c4b9f4b4213edbbe20dde2e04b81b44d89
|
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:57b368a5e27cf42bf8f9805ee544efa747f749b77fa45a71dd3bf14d767b8e64
|
3 |
size 5304
|