whisper-med-LoRA_nosie_32_16_45k / adapter_config.json
adityarra07's picture
Training in progress, epoch 1
5e222c2 verified
raw
history blame contribute delete
No virus
613 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "WhisperForConditionalGeneration",
"parent_library": "transformers.models.whisper.modeling_whisper"
},
"base_model_name_or_path": "openai/whisper-medium",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 256,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 128,
"rank_pattern": {},
"revision": null,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": null
}