ai4bharat/Svarah
Viewer • Updated • 6.66k • 1.01k • 27
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, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("KingNish/whisper-small-en")
model = AutoModelForSpeechSeq2Seq.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