Training in progress, epoch 1
Browse files- adapter_config.json +5 -5
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -27,17 +27,17 @@
|
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"target_modules": [
|
30 |
-
"gate_proj",
|
31 |
-
"qkv",
|
32 |
-
"down_proj",
|
33 |
"k_proj",
|
34 |
"mlp.0",
|
35 |
"o_proj",
|
|
|
|
|
36 |
"q_proj",
|
|
|
|
|
37 |
"up_proj",
|
38 |
-
"v_proj",
|
39 |
"attn.proj",
|
40 |
-
"
|
41 |
],
|
42 |
"task_type": "CAUSAL_LM",
|
43 |
"trainable_token_indices": null,
|
|
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"target_modules": [
|
|
|
|
|
|
|
30 |
"k_proj",
|
31 |
"mlp.0",
|
32 |
"o_proj",
|
33 |
+
"down_proj",
|
34 |
+
"gate_proj",
|
35 |
"q_proj",
|
36 |
+
"qkv",
|
37 |
+
"mlp.2",
|
38 |
"up_proj",
|
|
|
39 |
"attn.proj",
|
40 |
+
"v_proj"
|
41 |
],
|
42 |
"task_type": "CAUSAL_LM",
|
43 |
"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 6161
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a74af874d11f0b6f439a3fd04b6f05e71d4a5c94b2e119d451570efd351824af
|
3 |
size 6161
|