JSWOOK commited on
Commit
6f4b940
1 Parent(s): 82d687c

Delete adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +0 -33
adapter_config.json DELETED
@@ -1,33 +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-large-v3-turbo",
8
- "bias": "all",
9
- "exclude_modules": null,
10
- "fan_in_fan_out": false,
11
- "inference_mode": true,
12
- "init_lora_weights": true,
13
- "layer_replication": null,
14
- "layers_pattern": null,
15
- "layers_to_transform": null,
16
- "loftq_config": {},
17
- "lora_alpha": 32,
18
- "lora_dropout": 0.05,
19
- "megatron_config": null,
20
- "megatron_core": "megatron.core",
21
- "modules_to_save": null,
22
- "peft_type": "LORA",
23
- "r": 16,
24
- "rank_pattern": {},
25
- "revision": null,
26
- "target_modules": [
27
- "v_proj",
28
- "q_proj"
29
- ],
30
- "task_type": null,
31
- "use_dora": false,
32
- "use_rslora": false
33
- }