huggingface / evaluate

🤗 Evaluate: A library for easily evaluating machine learning models and datasets.
https://huggingface.co/docs/evaluate
Apache License 2.0
1.9k stars 235 forks source link

Apply deprecated `evaluation_strategy` #580

Open muellerzr opened 3 months ago

muellerzr commented 3 months ago

This PR applies the deprecated evaluation_strategy from https://github.com/huggingface/transformers/pull/30190.

TL;DR: evaluation_strategy -> eval_strategy

(Should go live in v4.41.0, but opening now so it's here when ready!)

lhoestq commented 2 months ago

feel free to ping on this PR once we can merge :)