Upload folder using huggingface_hub
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- pytorch_model.bin +3 -0
adapter_config.json
CHANGED
@@ -19,10 +19,10 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
"fc2",
|
24 |
"linear",
|
25 |
-
"
|
26 |
"fc1"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"Wqkv",
|
23 |
"fc2",
|
24 |
"linear",
|
25 |
+
"out_proj",
|
26 |
"fc1"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 53764520
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2ceecdceec7f5ad8fbef78bd924f55e17c557102c74b761a7920ec65a60348c
|
3 |
size 53764520
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3be47ccf463f35cbb6abe31180871a99f5110ce7ee97933f5e133c148a658ad7
|
3 |
+
size 1464772577
|