Add pad token to tokenizer
#9
by
sanchit-gandhi
HF staff
- opened
Whisper large is missing the pad token, which is otherwise added in the tiny-medium models (e.g. https://huggingface.co/openai/whisper-medium/blob/main/special_tokens_map.json#L125). This PR adds the pad token for the large checkpoint.
Thanks
ArthurZ
changed pull request status to
merged