cardev212 commited on
Commit
46dc936
·
1 Parent(s): dc457c5

Delete preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +0 -15
preprocessor_config.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "base_model_name_or_path": "cardev212/openai-whisper-large-v2-LORA-es-transcribe-colab",
3
- "bias": "none",
4
- "enable_lora": null,
5
- "fan_in_fan_out": false,
6
- "inference_mode": true,
7
- "lora_alpha": 64,
8
- "lora_dropout": 0.05,
9
- "merge_weights": false,
10
- "modules_to_save": null,
11
- "peft_type": "LORA",
12
- "r": 32,
13
- "target_modules": ".*decoder.*(self_attn|encoder_attn).*(q_proj|v_proj)$",
14
- "task_type": null
15
- }