Transformers drops a warning, not sure why.
#1
by
Wubbbi
- opened
Hey, when I run this model on Transformers I get this warning, not sure if it's something serious:
[..]\lib\site-packages\transformers\generation\utils.py:1255: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation)
warnings.warn(
(That's the whole output, I didn't cut anything off)
Is that something on my end or on the models? Can I just ignore it?
Haven't had that with any other model yet.
Just wanted to make sure I report it :)