Commit
·
a18d633
1
Parent(s):
95aac61
Training in progress, epoch 0
Browse files- adapter_config.json +5 -5
- adapter_model.bin +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -16,13 +16,13 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"
|
20 |
-
"
|
21 |
"down_proj",
|
22 |
"v_proj",
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
+
"o_proj",
|
20 |
+
"gate_proj",
|
21 |
"down_proj",
|
22 |
"v_proj",
|
23 |
+
"k_proj",
|
24 |
+
"up_proj",
|
25 |
+
"q_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 500897101
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2a40e621b11682ab0527a725467c83cb976fbe9f0d0bab8c13f031189070fff
|
3 |
size 500897101
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4475
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff1266a20a5a8a0329f50591a661ce626ed4b461eb14c66b3923fb7992b8b576
|
3 |
size 4475
|