Upload folder using huggingface_hub
Browse files- adapter_config.json +4 -4
- 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": 32,
|
14 |
-
"lora_dropout": 0.
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
@@ -22,11 +22,11 @@
|
|
22 |
"target_modules": [
|
23 |
"gate_proj",
|
24 |
"k_proj",
|
|
|
|
|
|
|
25 |
"q_proj",
|
26 |
"ffn",
|
27 |
-
"up_proj",
|
28 |
-
"down_proj",
|
29 |
-
"v_proj",
|
30 |
"o_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.07,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
|
|
22 |
"target_modules": [
|
23 |
"gate_proj",
|
24 |
"k_proj",
|
25 |
+
"v_proj",
|
26 |
+
"down_proj",
|
27 |
+
"up_proj",
|
28 |
"q_proj",
|
29 |
"ffn",
|
|
|
|
|
|
|
30 |
"o_proj"
|
31 |
],
|
32 |
"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 285230040
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8bfd9d468f821623029a7a6a5f152adc0e94dc425e40ae2be7047234f6b9dc0
|
3 |
size 285230040
|
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:aa509173696f55eb0730f9f9bbea72d4eb8215d7f61bc74e75fc64b6f8153e04
|
3 |
size 5368
|