surya-narayanan
commited on
Training in progress, epoch 1
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -25,9 +25,9 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"q_proj",
|
29 |
-
"v_proj",
|
30 |
"k_proj",
|
|
|
|
|
31 |
"o_proj"
|
32 |
],
|
33 |
"task_type": null,
|
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
|
|
|
|
28 |
"k_proj",
|
29 |
+
"v_proj",
|
30 |
+
"q_proj",
|
31 |
"o_proj"
|
32 |
],
|
33 |
"task_type": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 109086416
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdb9e4dc39441d29e0a98b0be299945606ae38e77936b9f2389214fba8418387
|
3 |
size 109086416
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:411d7dd99c7ad9133552b3a2fc3eef37b19d4d0921d6ba9e9d4166286d4f264f
|
3 |
size 4984
|