Azazelle commited on
Commit
43e3815
1 Parent(s): 64310b7

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -3
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "models/Undi95_Meta-Llama-3-8B-hf",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -22,6 +22,5 @@
22
  "v_proj",
23
  "q_proj"
24
  ],
25
- "task_type": "CAUSAL_LM",
26
- "use_rslora": false
27
  }
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "NousResearch/Meta-Llama-3-8B-Instruct",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
22
  "v_proj",
23
  "q_proj"
24
  ],
25
+ "task_type": "CAUSAL_LM"
 
26
  }