surya-narayanan
commited on
Commit
•
526e987
1
Parent(s):
ced1cb9
Training in progress, epoch 1
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 |
-
"
|
29 |
-
"v_proj",
|
30 |
"o_proj",
|
31 |
-
"
|
|
|
32 |
],
|
33 |
"task_type": null,
|
34 |
"use_dora": false,
|
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
+
"k_proj",
|
|
|
29 |
"o_proj",
|
30 |
+
"q_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:fc2274410a9ea8934372dd00123cec92f4e034015274e4b5ccddfff7c59c7473
|
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 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce71ff64985b13ebfa58e7b964d3190ba8cbba6210eb8b029cc2c1726fa840d4
|
3 |
size 5048
|