Training in progress, step 10
Browse files- adapter_config.json +6 -6
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -24,14 +24,14 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"k_proj",
|
| 30 |
-
"w1",
|
| 31 |
"w3",
|
| 32 |
"w2",
|
| 33 |
-
"
|
| 34 |
-
"
|
|
|
|
|
|
|
| 35 |
],
|
| 36 |
"task_type": "CAUSAL_LM",
|
| 37 |
"trainable_token_indices": null,
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
+
"out_proj",
|
| 28 |
+
"v_proj",
|
|
|
|
|
|
|
| 29 |
"w3",
|
| 30 |
"w2",
|
| 31 |
+
"k_proj",
|
| 32 |
+
"in_proj",
|
| 33 |
+
"w1",
|
| 34 |
+
"q_proj"
|
| 35 |
],
|
| 36 |
"task_type": "CAUSAL_LM",
|
| 37 |
"trainable_token_indices": null,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cda2b7ac52ff116a830348275ae52487ca11ac1776ddea5353ec620f44312212
|
| 3 |
size 5841
|