The attention mask and the pad token id were not set
#2
by
areumtecnologia
- opened
How to solve this warning? The attention mask and the pad token id were not set. As a consequence, you may observe unexpected behavior. Please pass your input's attention_mask
to obtain reliable results.
Setting pad_token_id
to eos_token_id
:151645 for open-end generation.
It shouldn't have significant impact on the results. You can set pad_token_id
to 151643
in config.json
to solve this warning.