surya-narayanan
commited on
Commit
•
3997061
1
Parent(s):
7116837
Training in progress, step 200
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -25,10 +25,10 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"k_proj",
|
29 |
-
"v_proj",
|
30 |
"q_proj",
|
31 |
-
"
|
|
|
|
|
32 |
],
|
33 |
"task_type": null,
|
34 |
"use_dora": false,
|
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
|
|
|
|
28 |
"q_proj",
|
29 |
+
"k_proj",
|
30 |
+
"o_proj",
|
31 |
+
"v_proj"
|
32 |
],
|
33 |
"task_type": null,
|
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 872450448
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1058c774dddccc1b9067bdd09acb76f72bf07755689530dfd22b4950cc3505f3
|
3 |
size 872450448
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5f8c0cdd4a4d8b3ed82c37391dcafc9c90ce1acd1643b2a015f96bfebc15ef8
|
3 |
size 4920
|