Gautam6 commited on
Commit
ed3c2c6
·
verified ·
1 Parent(s): 8a89713

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +0 -30
adapter_config.json CHANGED
@@ -1,30 +0,0 @@
1
- {
2
- "auto_mapping": null,
3
- "base_model_name_or_path": "Qwen/Qwen2.5-0.5B-Instruct",
4
- "bias": "none",
5
- "fan_in_fan_out": false,
6
- "inference_mode": true,
7
- "init_lora_weights": true,
8
- "layers_pattern": null,
9
- "layers_to_transform": null,
10
- "loftq_config": {},
11
- "lora_alpha": 32,
12
- "lora_dropout": 0.05,
13
- "modules_to_save": null,
14
- "peft_type": "LORA",
15
- "r": 16,
16
- "rank_pattern": {},
17
- "revision": null,
18
- "target_modules": [
19
- "q_proj",
20
- "k_proj",
21
- "v_proj",
22
- "o_proj",
23
- "gate_proj",
24
- "up_proj",
25
- "down_proj"
26
- ],
27
- "task_type": "CAUSAL_LM",
28
- "use_dora": false,
29
- "use_rslora": false
30
- }