[FT] Pipeline does not fully handle trust_remote_code
to load dataset
#362
Labels
feature request
New feature/request
trust_remote_code
to load dataset
#362
Issue encountered
trust_remote_code
is now mandatory to load dataset specifically with a script.Solution/Feature
Add
trust_remote_code
as an input tocreate_custom_tasks_module()
then inget_custom_tasks()
and inPipeline.pipeline_parameters
(lighteval.tasks.registry
).Maybe a more general fix could be to pass a generic **kwargs as an additional input to
get_custom_tasks()
.The text was updated successfully, but these errors were encountered: