Add `return_timestamps` attribute to generation config
#29
by
sanchit-gandhi
HF staff
- opened
For consistency with the other Whisper models, we should set the return_timestamps
attribute to False
in the generation config, e.g.: for Whisper Small: https://huggingface.co/openai/whisper-small/blob/e34e8ae444c29815eca53e11383ea13b2e362eb0/generation_config.json#L167
cc @patrickvonplaten if you could merge that would be grand! Thanks!
patrickvonplaten
changed pull request status to
merged