pepoo20 commited on
Commit
12c0a73
·
1 Parent(s): c69851b

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +1 -10
adapter_config.json CHANGED
@@ -1,23 +1,14 @@
1
  {
2
- "alpha_pattern": {},
3
- "auto_mapping": {
4
- "base_model_class": "PeftModel",
5
- "parent_library": "peft.peft_model"
6
- },
7
- "base_model_name_or_path": null,
8
  "bias": "none",
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
11
  "init_lora_weights": true,
12
- "layers_pattern": null,
13
- "layers_to_transform": null,
14
  "lora_alpha": 4,
15
  "lora_dropout": 0.05,
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
  "r": 2,
19
- "rank_pattern": {},
20
- "revision": null,
21
  "target_modules": [
22
  "v_proj",
23
  "q_proj"
 
1
  {
2
+ "base_model_name_or_path": "openai/whisper-large-v2",
 
 
 
 
 
3
  "bias": "none",
4
  "fan_in_fan_out": false,
5
  "inference_mode": true,
6
  "init_lora_weights": true,
 
 
7
  "lora_alpha": 4,
8
  "lora_dropout": 0.05,
9
  "modules_to_save": null,
10
  "peft_type": "LORA",
11
  "r": 2,
 
 
12
  "target_modules": [
13
  "v_proj",
14
  "q_proj"