Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Fix wrong instructions and code for custom tasks
#21
by albertvillanova HF Staff - opened
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