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.
I noticed that
max_lengthis not an input parameter intransformers.TrainingArguments, while it is defined inTrainingConfig. However, I couldn’t find any other places wheremax_lengthis actually used.Is this parameter redundant, or did I miss something?
Thanks for the authors.