File size: 575 Bytes
8064057
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "base_model_name_or_path": "openai/whisper-tiny",
  "beta1": 0.85,
  "beta2": 0.85,
  "bias": "none",
  "deltaT": 10,
  "fan_in_fan_out": false,
  "inference_mode": true,
  "init_lora_weights": true,
  "init_r": 12,
  "lora_alpha": 32,
  "lora_dropout": 0.1,
  "modules_to_save": null,
  "orth_reg_weight": 0.5,
  "peft_type": "ADALORA",
  "r": 8,
  "rank_pattern": null,
  "target_modules": [
    "k_proj",
    "q_proj",
    "v_proj",
    "out_proj",
    "fc1",
    "fc2"
  ],
  "target_r": 8,
  "task_type": null,
  "tfinal": 800,
  "tinit": 100,
  "total_step": null
}