Training in progress, epoch 1
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,12 +23,12 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"q_proj",
|
28 |
-
"v_proj",
|
29 |
"q",
|
30 |
"k",
|
31 |
-
"
|
|
|
|
|
32 |
],
|
33 |
"task_type": "SEQ_2_SEQ_LM",
|
34 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"k_proj",
|
|
|
|
|
27 |
"q",
|
28 |
"k",
|
29 |
+
"v",
|
30 |
+
"v_proj",
|
31 |
+
"q_proj"
|
32 |
],
|
33 |
"task_type": "SEQ_2_SEQ_LM",
|
34 |
"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 66080824
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2b9c847b87ff600d0187a4faaf3ce38d0e88c5f18bb9145b823de5b5934881e
|
3 |
size 66080824
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da4d78e722b6ce587532ebd0c03bffcdc525107c062757b7e5d18f6ac43a10bb
|
3 |
size 5496
|