huggingface / setfit

Efficient few-shot learning with Sentence Transformers
https://hf.co/docs/setfit
Apache License 2.0
2.24k stars 222 forks source link

Renamed `evaluation_strategy` to `eval_strategy` #538

Closed sergiopaniego closed 2 months ago

sergiopaniego commented 4 months ago

Fixes #512 and #535

Following the deprecation of evaluation_strategy to eval_strategy: Hugging Face Transformers PR #30190.

Already covered in other repos:

sergiopaniego commented 4 months ago

@tomaarsen :smile:

CalinLucian commented 2 months ago

@tomaarsen

tomaarsen commented 2 months ago

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!