Sandykgoyal commited on
Commit
17c1964
·
verified ·
1 Parent(s): 6c24194

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +6 -28
adapter_config.json CHANGED
@@ -1,30 +1,8 @@
1
  {
2
- "alpha_pattern": {},
3
- "auto_mapping": null,
4
- "base_model_name_or_path": "meta-llama/Llama-3.2-3B-Instruct",
5
- "adapter_type": "lora",
6
- "bias": "none",
7
- "fan_in_fan_out": false,
8
- "inference_mode": true,
9
- "init_lora_weights": true,
10
- "layer_replication": null,
11
- "layers_pattern": null,
12
- "layers_to_transform": null,
13
- "loftq_config": {},
14
- "lora_alpha": 16,
15
- "lora_dropout": 0.0,
16
- "megatron_config": null,
17
- "megatron_core": "megatron.core",
18
- "modules_to_save": null,
19
- "peft_type": "LORA",
20
- "r": 8,
21
- "rank_pattern": {},
22
- "revision": null,
23
- "target_modules": [
24
- "q_proj",
25
- "v_proj"
26
- ],
27
- "task_type": "CAUSAL_LM",
28
- "use_dora": false,
29
- "use_rslora": false
30
  }
 
1
  {
2
+ "base_model_name_or_path": "meta-llama/Llama-3.2-3B-Instruct",
3
+ "peft_type": "LORA",
4
+ "r": 8,
5
+ "lora_alpha": 16,
6
+ "lora_dropout": 0.0,
7
+ "task_type": "CAUSAL_LM"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  }