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