SC99 commited on
Commit
5313485
1 Parent(s): 0bc9104

Upload adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. adapter_config.json +20 -0
adapter_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
4
+ "fan_in_fan_out": false,
5
+ "feedforward_modules": [
6
+ "up_proj"
7
+ ],
8
+ "inference_mode": true,
9
+ "init_ia3_weights": true,
10
+ "modules_to_save": null,
11
+ "peft_type": "IA3",
12
+ "revision": null,
13
+ "target_modules": [
14
+ "v_proj",
15
+ "up_proj",
16
+ "o_proj",
17
+ "k_proj"
18
+ ],
19
+ "task_type": "CAUSAL_LM"
20
+ }