Training in progress, epoch 0
Browse files- adapter_config.json +8 -8
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -26,17 +26,17 @@
|
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
| 29 |
-
"gate_proj",
|
| 30 |
-
"k_proj",
|
| 31 |
-
"fc2",
|
| 32 |
-
"down_proj",
|
| 33 |
-
"lm_head",
|
| 34 |
"o_proj",
|
| 35 |
-
"
|
| 36 |
"out_proj",
|
|
|
|
| 37 |
"up_proj",
|
| 38 |
-
"
|
| 39 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
],
|
| 41 |
"task_type": "CAUSAL_LM",
|
| 42 |
"use_dora": false,
|
|
|
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
"o_proj",
|
| 30 |
+
"fc1",
|
| 31 |
"out_proj",
|
| 32 |
+
"down_proj",
|
| 33 |
"up_proj",
|
| 34 |
+
"fc2",
|
| 35 |
+
"gate_proj",
|
| 36 |
+
"k_proj",
|
| 37 |
+
"lm_head",
|
| 38 |
+
"q_proj",
|
| 39 |
+
"v_proj"
|
| 40 |
],
|
| 41 |
"task_type": "CAUSAL_LM",
|
| 42 |
"use_dora": false,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5688
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad8f8e6f3c271152b25b15ac119e97d31b00af9465820cb29855f3db085fb595
|
| 3 |
size 5688
|