hieptuyet1102
commited on
Commit
•
1224eb0
1
Parent(s):
be5f607
Training in progress, step 4000
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 |
-
"
|
18 |
"up_proj",
|
19 |
-
"down_proj",
|
20 |
-
"gate_proj",
|
21 |
"o_proj",
|
22 |
-
"
|
23 |
-
"
|
|
|
|
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
|
|
14 |
"r": 128,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
+
"v_proj",
|
18 |
"up_proj",
|
|
|
|
|
19 |
"o_proj",
|
20 |
+
"k_proj",
|
21 |
+
"gate_proj",
|
22 |
+
"q_proj",
|
23 |
+
"down_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 281587880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a09cb8b21424ca64281c2a7d71e86b65bf6f8c796f2971d2146dcca8a931997a
|
3 |
size 281587880
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5947
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f058e4c0001ad1ec093ccbd95e44c0dde88c4f0ff3a34d183274c1254ee90bc5
|
3 |
size 5947
|