hieptuyet1102
commited on
Training in progress, step 2800
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -14,13 +14,13 @@
|
|
14 |
"r": 128,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
-
"v_proj",
|
18 |
-
"o_proj",
|
19 |
-
"k_proj",
|
20 |
-
"gate_proj",
|
21 |
"q_proj",
|
|
|
|
|
|
|
|
|
22 |
"up_proj",
|
23 |
-
"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
|
|
14 |
"r": 128,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
|
|
|
|
|
|
|
|
17 |
"q_proj",
|
18 |
+
"gate_proj",
|
19 |
+
"k_proj",
|
20 |
+
"o_proj",
|
21 |
+
"down_proj",
|
22 |
"up_proj",
|
23 |
+
"v_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242266488
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66484f6d69faff3a633608599792e6781b0d7eb7b026de87426d6704cd47c738
|
3 |
size 242266488
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6392
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e9ebeec43292a6734df0125ad7a55988354e8e5e733dc84a2ffc2a6450c6483
|
3 |
size 6392
|