Automatic Speech Recognition
PEFT
Safetensors
Icelandic
openai
whisper
whisper-large-v3
asr
icelandic
lora
speech
Eval Results (legacy)
Instructions to use jonasaise/whisper-large-v3-lora-is with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jonasaise/whisper-large-v3-lora-is with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
fixed warning in task_type
Browse filesadded speech to text as task_type
- adapter_config.json +1 -1
adapter_config.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
"q_proj",
|
| 31 |
"v_proj"
|
| 32 |
],
|
| 33 |
-
"task_type":
|
| 34 |
"trainable_token_indices": null,
|
| 35 |
"use_dora": false,
|
| 36 |
"use_rslora": false
|
|
|
|
| 30 |
"q_proj",
|
| 31 |
"v_proj"
|
| 32 |
],
|
| 33 |
+
"task_type": "SPEECH_TO_TEXT",
|
| 34 |
"trainable_token_indices": null,
|
| 35 |
"use_dora": false,
|
| 36 |
"use_rslora": false
|