You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The attention mask is not set and cannot be inferred from input because pad token is same as eos token. As a consequence, you may observe unexpected behavior. Please pass your input's `attention_mask` to obtain reliable results.
Whisper did not predict an ending timestamp, which can happen if audio is cut off in the middle of a word. Also make sure WhisperTimeStampLogitsProcessor was used during generation.
Expected behavior
No warning
The text was updated successfully, but these errors were encountered:
Having the same warning appearing in a closed pull request #33509
System Info
transformers
version: 4.47.1Who can help?
@ylacombe
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
code:
warning:
Expected behavior
No warning
The text was updated successfully, but these errors were encountered: