ai4bharat/Svarah
Viewer • Updated • 6.66k • 1.13k • 25
How to use KingNish/whisper-small-en with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="KingNish/whisper-small-en") # Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("KingNish/whisper-small-en")
model = AutoModelForMultimodalLM.from_pretrained("KingNish/whisper-small-en")This model is a fine-tuned version of distil-whisper/distil-small.en on the Svarah dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
distil-whisper/distil-small.en