Duong Tri Dung
commited on
Commit
•
fd5b5b9
1
Parent(s):
35caecb
update model with more epochs
Browse files- adapter_config.json +4 -4
- adapter_model.bin +1 -1
adapter_config.json
CHANGED
@@ -13,11 +13,11 @@
|
|
13 |
"r": 64,
|
14 |
"revision": null,
|
15 |
"target_modules": [
|
16 |
-
"o_proj",
|
17 |
-
"qkv_proj",
|
18 |
"gate_proj",
|
19 |
-
"
|
20 |
-
"
|
|
|
|
|
21 |
],
|
22 |
"task_type": "CAUSAL_LM"
|
23 |
}
|
|
|
13 |
"r": 64,
|
14 |
"revision": null,
|
15 |
"target_modules": [
|
|
|
|
|
16 |
"gate_proj",
|
17 |
+
"up_proj",
|
18 |
+
"qkv_proj",
|
19 |
+
"o_proj",
|
20 |
+
"down_proj"
|
21 |
],
|
22 |
"task_type": "CAUSAL_LM"
|
23 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 896676621
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1acaebaa41bc9dc8abf306710a4bb41cbbef3d0cca3daa0d4fca0dc75a3cecc
|
3 |
size 896676621
|