I noticed that max_length is not an input parameter in transformers.TrainingArguments, while it is defined in TrainingConfig. However, I couldn’t find any other places where max_length is actually used.
Is this parameter redundant, or did I miss something?
Thanks for the authors.