Uploading model files
Browse files- README.md +1 -1
- adapter_config.json +9 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -9,7 +9,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
9 |
|
10 |
# lora
|
11 |
|
12 |
-
|
13 |
More information needed
|
14 |
|
15 |
## Intended uses & limitations
|
@@ -26,6 +25,7 @@ More information needed
|
|
26 |
|
27 |
|
28 |
|
|
|
29 |
### Framework versions
|
30 |
|
31 |
- PEFT 0.15.2
|
|
|
9 |
|
10 |
# lora
|
11 |
|
|
|
12 |
More information needed
|
13 |
|
14 |
## Intended uses & limitations
|
|
|
25 |
|
26 |
|
27 |
|
28 |
+
|
29 |
### Framework versions
|
30 |
|
31 |
- PEFT 0.15.2
|
adapter_config.json
CHANGED
@@ -3,6 +3,9 @@
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "Qwen/Qwen2.5-3B-Instruct",
|
5 |
"bias": "none",
|
|
|
|
|
|
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
@@ -11,6 +14,7 @@
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 32,
|
|
|
14 |
"lora_dropout": 0.05,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
@@ -20,15 +24,16 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"gate_proj",
|
24 |
"down_proj",
|
25 |
"o_proj",
|
26 |
-
"q_proj",
|
27 |
-
"v_proj",
|
28 |
"k_proj",
|
29 |
-
"up_proj"
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
32 |
"use_dora": false,
|
33 |
"use_rslora": true
|
34 |
}
|
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "Qwen/Qwen2.5-3B-Instruct",
|
5 |
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
11 |
"init_lora_weights": true,
|
|
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
"lora_alpha": 32,
|
17 |
+
"lora_bias": false,
|
18 |
"lora_dropout": 0.05,
|
19 |
"megatron_config": null,
|
20 |
"megatron_core": "megatron.core",
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
27 |
"down_proj",
|
28 |
"o_proj",
|
|
|
|
|
29 |
"k_proj",
|
30 |
+
"up_proj",
|
31 |
+
"q_proj",
|
32 |
+
"gate_proj",
|
33 |
+
"v_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
"use_dora": false,
|
38 |
"use_rslora": true
|
39 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 239536272
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f25d729539a1dddf776ceee345debbd08125ad10b54f9770283228e9161307af
|
3 |
size 239536272
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4841d5dd277743d9ce0ae1d3bdbc0297c7bc680e9e5e9234d6f1dbf0c889b0eb
|
3 |
size 5752
|