In HuggingFace, every time I call a pipeline()
object, I get a warning:
`"Setting `pad_token_id` to `eos_token_id`:{eos_token_id} for open-end generation."
How do I suppress this warning without suppressing all logging warnings? I want other warnings, but I don't want this one.