Azazelle commited on
Commit
a1fb597
1 Parent(s): b6faf0b

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": "meta-llama/Meta-Llama-3-8B",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -28,6 +28,5 @@
28
  "gate_proj",
29
  "k_proj"
30
  ],
31
- "task_type": "CAUSAL_LM",
32
- "use_rslora": false
33
  }
 
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,
 
28
  "gate_proj",
29
  "k_proj"
30
  ],
31
+ "task_type": "CAUSAL_LM"
 
32
  }