iadithyan commited on
Commit
139fe26
·
verified ·
1 Parent(s): 190ad77

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +36 -1
adapter_config.json CHANGED
@@ -1 +1,36 @@
1
- {"alpha_pattern": {}, "auto_mapping": null, "base_model_name_or_path": "meta-llama/Meta-Llama-3-70B-Instruct", "bias": "none", "fan_in_fan_out": false, "inference_mode": true, "init_lora_weights": true, "layers_pattern": null, "layers_to_transform": null, "loftq_config": {}, "lora_alpha": 16, "lora_dropout": 0.05, "megatron_config": null, "megatron_core": "megatron.core", "modules_to_save": [], "peft_type": "LORA", "r": 8, "rank_pattern": {}, "revision": null, "target_modules": ["gate_proj", "up_proj", "lm_head", "down_proj", "v_proj", "o_proj", "embed_tokens", "q_proj", "k_proj"], "task_type": "CAUSAL_LM", "use_dora": false, "use_rslora": false, "context_length": 1024}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Meta-Llama-3-70B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": [],
17
+ "peft_type": "LORA",
18
+ "r": 8,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "gate_proj",
23
+ "up_proj",
24
+ "lm_head",
25
+ "down_proj",
26
+ "v_proj",
27
+ "o_proj",
28
+ "embed_tokens",
29
+ "q_proj",
30
+ "k_proj"
31
+ ],
32
+ "task_type": "CAUSAL_LM",
33
+ "use_dora": false,
34
+ "use_rslora": false,
35
+ "context_length": 1024
36
+ }