Azazelle commited on
Commit
816ef6b
1 Parent(s): 3dab0d6

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": "unsloth/llama-3-8b-Instruct-bnb-4bit",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -27,6 +27,5 @@
27
  "v_proj",
28
  "q_proj"
29
  ],
30
- "task_type": "CAUSAL_LM",,
31
- "use_rslora": false
32
  }
 
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,
 
27
  "v_proj",
28
  "q_proj"
29
  ],
30
+ "task_type": "CAUSAL_LM"
 
31
  }