gingercake01/stt0410
Viewer • Updated • 2.93k • 168
How to use gingercake01/repo003 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="gingercake01/repo003") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("gingercake01/repo003")
model = AutoModelForSpeechSeq2Seq.from_pretrained("gingercake01/repo003")This model is a fine-tuned version of openai/whisper-medium on the stt0410 dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
openai/whisper-medium