RonanMcGovern commited on
Commit
78b78a9
1 Parent(s): d16f379

Delete adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +0 -30
adapter_config.json DELETED
@@ -1,30 +0,0 @@
1
- {
2
- "alpha_pattern": {},
3
- "auto_mapping": {
4
- "base_model_class": "WhisperForConditionalGeneration",
5
- "parent_library": "transformers.models.whisper.modeling_whisper"
6
- },
7
- "base_model_name_or_path": "openai/whisper-small",
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
- "loftq_config": {},
15
- "lora_alpha": 64,
16
- "lora_dropout": 0.05,
17
- "megatron_config": null,
18
- "megatron_core": "megatron.core",
19
- "modules_to_save": null,
20
- "peft_type": "LORA",
21
- "r": 32,
22
- "rank_pattern": {},
23
- "revision": null,
24
- "target_modules": [
25
- "v_proj",
26
- "q_proj"
27
- ],
28
- "task_type": null,
29
- "use_rslora": false
30
- }