setfit
setfit copied to clipboard
Renamed `evaluation_strategy` to `eval_strategy`
Fixes #512 and #535
Following the deprecation of evaluation_strategy to eval_strategy: Hugging Face Transformers PR #30190.
Already covered in other repos:
- trl: https://github.com/huggingface/trl/pull/1771
- peft: https://github.com/huggingface/peft/pull/1664
@tomaarsen :smile:
@tomaarsen
Apologies for the delay! I've merged these changes into main and resolved the remaining outstanding issues as well. I expect this'll all be included in a release quite soon (this week?). Thanks a bunch for making this PR!
- Tom Aarsen