Automatic Speech Recognition
PEFT
Safetensors
English
whisper
speech-recognition
clinical-speech
dysarthria
aphasia
lora
asr
torgo
parameter-efficient
Instructions to use dbarbera/whisper-small-torgo-dysarthria-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dbarbera/whisper-small-torgo-dysarthria-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("openai/whisper-small") model = PeftModel.from_pretrained(base_model, "dbarbera/whisper-small-torgo-dysarthria-lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K