thomas0104/nan_tw_soap_opera
Viewer • Updated • 5.62k • 191 • 2
How to use jenjenot/whisper_medium_tw_minnan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="jenjenot/whisper_medium_tw_minnan") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("jenjenot/whisper_medium_tw_minnan")
model = AutoModelForSpeechSeq2Seq.from_pretrained("jenjenot/whisper_medium_tw_minnan")This model is a fine-tuned version of openai/whisper_medium on the nan_tw_soap_opera dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: