conferencesubmissionmodel
commited on
Commit
•
fe96b54
1
Parent(s):
1d1ea1f
Training in progress, epoch 0
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,12 +20,12 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"gate_proj",
|
24 |
"k_proj",
|
|
|
25 |
"o_proj",
|
26 |
-
"down_proj",
|
27 |
"up_proj",
|
28 |
-
"
|
|
|
29 |
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"k_proj",
|
24 |
+
"v_proj",
|
25 |
"o_proj",
|
|
|
26 |
"up_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"down_proj",
|
29 |
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 167832240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3093be4fc9dd02f9a7374314a2327bcde7fb9c1ef0847bbdcc7fe1779f0910a2
|
3 |
size 167832240
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8c0a4d2a72cad0bfdb7ffef0dd70da4b951dd08fdff1c0a501a97729961754a
|
3 |
size 5432
|