NathanRoll/SBC_segmented
Viewer • Updated • 9.3k • 286 • 3
How to use NathanRoll/psst-medium-en with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="NathanRoll/psst-medium-en") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("NathanRoll/psst-medium-en")
model = AutoModelForSpeechSeq2Seq.from_pretrained("NathanRoll/psst-medium-en")This model is a fine-tuned version of openai/whisper-medium.en on the Santa Barbara Corpus of Spoken American English dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: