Upload folder using huggingface_hub
Browse files- adapter_config.json +4 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 256,
|
14 |
-
"lora_dropout": 0.
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
@@ -21,9 +21,10 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"gate_up_proj",
|
|
|
24 |
"down_proj",
|
25 |
-
"
|
26 |
-
"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 256,
|
14 |
+
"lora_dropout": 0.03,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"gate_up_proj",
|
24 |
+
"o_proj",
|
25 |
"down_proj",
|
26 |
+
"ffn",
|
27 |
+
"qkv_proj"
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM",
|
30 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 805341552
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea8cb624413dcf55efe052a025911d1ee0c08f8b00924754223d406eba23b43f
|
3 |
size 805341552
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4330cb6756d4c95ca99f2fb3134fca55c8caf7ebc7ad7bcb34e9554352f775f8
|
3 |
size 5368
|