Add max_new_tokens to the config

#2
by iquery - opened

To avoid the warning

 UserWarning: Neither `max_length` nor `max_new_tokens` has been set, `max_length` will default to 20 (`self.config.max_length`). Controlling `max_length` via the config is deprecated and `max_length` will be removed from the config in v5 of Transformers -- we recommend using `max_new_tokens` to control the maximum length of the generation.
  warnings.warn
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment