Upload folder using huggingface_hub
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -20,11 +20,11 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
| 23 |
"up_proj",
|
|
|
|
| 24 |
"o_proj",
|
| 25 |
-
"down_proj",
|
| 26 |
"ffn",
|
| 27 |
-
"qkv_proj",
|
| 28 |
"gate_proj"
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"down_proj",
|
| 24 |
"up_proj",
|
| 25 |
+
"qkv_proj",
|
| 26 |
"o_proj",
|
|
|
|
| 27 |
"ffn",
|
|
|
|
| 28 |
"gate_proj"
|
| 29 |
],
|
| 30 |
"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 456156872
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28460ef5fb6e638aa4dc9f7947eaa721b2edae9964fb68d852c1caa9a6c49afc
|
| 3 |
size 456156872
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da1b1a138b0b4d9fa28b1ecc85f87a2dd8e6c4fcefc56959be41ec7322e4dd4a
|
| 3 |
size 5560
|