Fix wrong instructions and code for custom tasks

#21
by albertvillanova HF staff - opened
Demo leaderboard with an integrated backend org
edited 8 days ago

Fix wrong instructions and code for custom tasks.

We are giving instructions to convert custom tasks to dict but this is not necessary.
Additionally, we are trying to call LightevalTaskConfig.as_dict method, which does not exist:

TASKS_TABLE = [task.as_dict() for task in _TASKS]

Related to:

albertvillanova changed pull request status to open
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment