Upload folder using huggingface_hub
Browse files- adapter_config.json +11 -8
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
|
5 |
"bias": "none",
|
6 |
-
"fan_in_fan_out":
|
7 |
"inference_mode": true,
|
8 |
-
"init_lora_weights":
|
9 |
"layer_replication": null,
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
@@ -14,20 +14,23 @@
|
|
14 |
"lora_dropout": 0.04,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
-
"modules_to_save":
|
|
|
|
|
|
|
18 |
"peft_type": "LORA",
|
19 |
"r": 32,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"o_proj",
|
24 |
-
"k_proj",
|
25 |
"ffn",
|
26 |
-
"gate_proj",
|
27 |
-
"q_proj",
|
28 |
"v_proj",
|
29 |
"down_proj",
|
30 |
-
"
|
|
|
|
|
|
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
|
5 |
"bias": "none",
|
6 |
+
"fan_in_fan_out": true,
|
7 |
"inference_mode": true,
|
8 |
+
"init_lora_weights": "gaussian",
|
9 |
"layer_replication": null,
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
|
|
14 |
"lora_dropout": 0.04,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": [
|
18 |
+
"embed_tokens",
|
19 |
+
"lm_head"
|
20 |
+
],
|
21 |
"peft_type": "LORA",
|
22 |
"r": 32,
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
26 |
"ffn",
|
|
|
|
|
27 |
"v_proj",
|
28 |
"down_proj",
|
29 |
+
"o_proj",
|
30 |
+
"k_proj",
|
31 |
+
"up_proj",
|
32 |
+
"q_proj",
|
33 |
+
"gate_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51f0dff36e757cfb9ca9e94cfab455e41615b326b5fee68e3c8f9d493f67cea6
|
3 |
+
size 1081265512
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:544faadbbf7e39f376b8d0c8c88010026b0082627436b72b1c6390e9d32aea83
|
3 |
size 5432
|