Upload folder using huggingface_hub
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
|
@@ -20,9 +20,9 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"o_proj",
|
| 24 |
-
"qkv_proj",
|
| 25 |
"gate_up_proj",
|
|
|
|
|
|
|
| 26 |
"down_proj"
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
|
|
|
| 23 |
"gate_up_proj",
|
| 24 |
+
"qkv_proj",
|
| 25 |
+
"o_proj",
|
| 26 |
"down_proj"
|
| 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 50365768
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9492f8d8bbe4c0d758e773983e31137bb204b978eaefa217b10a392aaceb245
|
| 3 |
size 50365768
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e78ca57fd4eb7852319fb461dc9eb6e8fdf406a17847eaab5e8bc20864b369a9
|
| 3 |
+
size 5368
|