ToastyPigeon commited on
Commit
96819c0
·
verified ·
1 Parent(s): f6e62de

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +1 -8
adapter_config.json CHANGED
@@ -3,17 +3,12 @@
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "arcee-ai/Virtuoso-Small",
5
  "bias": "none",
6
- "eva_config": null,
7
- "exclude_modules": null,
8
  "fan_in_fan_out": null,
9
  "inference_mode": true,
10
  "init_lora_weights": true,
11
- "layer_replication": null,
12
- "layers_pattern": null,
13
  "layers_to_transform": null,
14
  "loftq_config": {},
15
  "lora_alpha": 16,
16
- "lora_bias": false,
17
  "lora_dropout": 0.125,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
@@ -31,7 +26,5 @@
31
  "up_proj",
32
  "v_proj"
33
  ],
34
- "task_type": "CAUSAL_LM",
35
- "use_dora": false,
36
- "use_rslora": true
37
  }
 
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "arcee-ai/Virtuoso-Small",
5
  "bias": "none",
 
 
6
  "fan_in_fan_out": null,
7
  "inference_mode": true,
8
  "init_lora_weights": true,
 
 
9
  "layers_to_transform": null,
10
  "loftq_config": {},
11
  "lora_alpha": 16,
 
12
  "lora_dropout": 0.125,
13
  "megatron_config": null,
14
  "megatron_core": "megatron.core",
 
26
  "up_proj",
27
  "v_proj"
28
  ],
29
+ "task_type": "CAUSAL_LM"
 
 
30
  }