Instructions to use barnobarno666/Whisper-medium-bangla with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use barnobarno666/Whisper-medium-bangla with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="barnobarno666/Whisper-medium-bangla")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("barnobarno666/Whisper-medium-bangla") model = AutoModelForSpeechSeq2Seq.from_pretrained("barnobarno666/Whisper-medium-bangla") - Notebooks
- Google Colab
- Kaggle
Whisper Medium trained on extensive Bengali speech.
- Base model: Kaggle link
It was further trained on regional bangla speech using Lora.
- Downloads last month
- 10
Model tree for barnobarno666/Whisper-medium-bangla
Base model
openai/whisper-medium