Training in progress, step 10
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -21,13 +21,13 @@
|
|
21 |
"rank_pattern": {},
|
22 |
"revision": null,
|
23 |
"target_modules": [
|
|
|
|
|
24 |
"down_proj",
|
25 |
"gate_proj",
|
26 |
-
"up_proj",
|
27 |
-
"v_proj",
|
28 |
"o_proj",
|
29 |
"k_proj",
|
30 |
-
"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
21 |
"rank_pattern": {},
|
22 |
"revision": null,
|
23 |
"target_modules": [
|
24 |
+
"q_proj",
|
25 |
+
"up_proj",
|
26 |
"down_proj",
|
27 |
"gate_proj",
|
|
|
|
|
28 |
"o_proj",
|
29 |
"k_proj",
|
30 |
+
"v_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 80013120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ba2eed44f4c5687a145a4c77ac54848a6ee849e2d3a58c94d9ba31cb42a8e83
|
3 |
size 80013120
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78f1f8be9f8be5e6a32de25967e53e8bde7873a5375f13b1eb95a529ad193251
|
3 |
+
size 5496
|