the evaluation_strategy keyword argument in TrainingArguments has now been replaced with eval_strategy. Using the old argument causes:
evaluation_strategy
eval_strategy
TrainingArguments.__init__() got an unexpected keyword argument 'evaluation_strategy'