o0dimplz0o/Zeroth-STT-Korean
Viewer โข Updated โข 102k โข 135 โข 5
How to use o0dimplz0o/Fine-Tuned-Whisper-Large-v2-Zeroth-STT-KO with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="o0dimplz0o/Fine-Tuned-Whisper-Large-v2-Zeroth-STT-KO") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("o0dimplz0o/Fine-Tuned-Whisper-Large-v2-Zeroth-STT-KO")
model = AutoModelForSpeechSeq2Seq.from_pretrained("o0dimplz0o/Fine-Tuned-Whisper-Large-v2-Zeroth-STT-KO", device_map="auto")This model is a version of openai/whisper-large-v2, currently still being fine-tuned, specifically optimized for Korean automatic speech recognition (ASR) tasks. The fine-tuning process aims to deliver high accuracy and timestamped transcriptions for Korean speech.
Base model
openai/whisper-large-v2