addy88/sanskrit-asr-84
Viewer • Updated • 37.2k • 160
How to use Srikanthr2/whisper-medium-sanskasr-37000-V1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Srikanthr2/whisper-medium-sanskasr-37000-V1") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Srikanthr2/whisper-medium-sanskasr-37000-V1")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Srikanthr2/whisper-medium-sanskasr-37000-V1")This model is a fine-tuned version of openai/whisper-medium on the addy88/sanskrit-asr-84 dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: