question about whisper feature extractor
#97
by
freashpearyoon
- opened
Hi, I have a question about whisper feature extractor and tokenizer
does
WhisperTokenizer.from_pretrained("openai/whisper-medium")
and
WhisperTokenizer.from_pretrained("openai/whisper-large-v2")
have a difference?
Which means, are those pretrained checkpoint different?