Training in progress, step 1000
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -26,9 +26,9 @@
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"v_proj",
|
30 |
-
"out_proj",
|
31 |
"q_proj",
|
|
|
|
|
32 |
"k_proj"
|
33 |
],
|
34 |
"task_type": "SEQ_2_SEQ_LM",
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
|
|
|
|
29 |
"q_proj",
|
30 |
+
"out_proj",
|
31 |
+
"v_proj",
|
32 |
"k_proj"
|
33 |
],
|
34 |
"task_type": "SEQ_2_SEQ_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4231063584
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8140659c8be04725d78655ab561a4e7f3427d01105e27f5089c2deeb9e2175b
|
3 |
size 4231063584
|
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:60b93a08aa6fafdbb24cd93633e6ab89c82575744996208ef7f0679dd6afbce9
|
3 |
size 5496
|