Closed tomaarsen closed 3 weeks ago
Follow-up from #3035
Hello!
Using evaluation_steps sets args.eval_strategy, which now throws an error with transformers >=v4.46.0 and #3035 if you don't have an evaluation dataset nor an evaluator.
evaluation_steps
args.eval_strategy
Follow-up from #3035
Hello!
Pull Request overview
Details
Using
evaluation_steps
setsargs.eval_strategy
, which now throws an error with transformers >=v4.46.0 and #3035 if you don't have an evaluation dataset nor an evaluator.