You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
evaluate passes its own DownloadConfig (evaluate.utils.file_utils.DownloadConfig) to a datasetsDownloadManager in EvaluationModule.download_and_prepare.
However it should actually pass a datasets DownloadConfig (datasets.download.DownloadConfig) instead to not miss any new attribute (it happened in the latest datasets 2.11)
davebulaval, JohnGiorgi, gojiteji, lvwerra, BramVanroy and 1 more