Fix examples: input_ids -> input_features
#2
by
sanchit-gandhi
HF staff
- opened
Model expects args of input_features
not input_ids
: https://github.com/huggingface/transformers/blob/fc95386ea12fc11942cc7f2a4f99ef9602d774ef/src/transformers/models/speech_to_text/modeling_speech_to_text.py#L1298
Related: https://github.com/huggingface/transformers/issues/20575
cc
@patrickvonplaten
@anton-l
Thanks!
patrickvonplaten
changed pull request status to
merged