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
Hi team, I am running some eval with generate custom data locally. Is it possible to dynamically add custom tasks with a local file directory? Ideally I would like to be able to do something like: load_datasets("parquet", data_files="path_to_my_data")
I do not believe data_files is an argument to LightevalTaskConfig ?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi team, I am running some eval with generate custom data locally. Is it possible to dynamically add custom tasks with a local file directory? Ideally I would like to be able to do something like:
load_datasets("parquet", data_files="path_to_my_data")
I do not believe
data_files
is an argument toLightevalTaskConfig
?Thank you!
The text was updated successfully, but these errors were encountered: