zerostratos commited on
Commit
d8e3938
·
verified ·
1 Parent(s): 400c61d

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +3 -1
adapter_config.json CHANGED
@@ -1,6 +1,9 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
 
 
 
4
  "base_model_name_or_path": "Viet-Mistral/Vistral-7B-Chat",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
@@ -30,7 +33,6 @@
30
  "o_proj",
31
  "up_proj"
32
  ],
33
- "task_type": "CAUSAL_LM",
34
  "use_dora": false,
35
  "use_rslora": false
36
  }
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "architectures": [
5
+ "MistralForCausalLM"
6
+ ],
7
  "base_model_name_or_path": "Viet-Mistral/Vistral-7B-Chat",
8
  "bias": "none",
9
  "fan_in_fan_out": false,
 
33
  "o_proj",
34
  "up_proj"
35
  ],
 
36
  "use_dora": false,
37
  "use_rslora": false
38
  }