Closed nickypro closed 9 months ago
Hi, mmlu is modeled as multiple tasks, even though they have the same format tasksource.load_task('mmlu/econometrics') works You can use tasksource.concatenate_dataset_dict to concatenate multiple hormonized tasks (e.g. multiple mmlu disciplines)
So I'm not sure whether it's a bug or an undefined behavior
In tasksource version 0.0.39, when loading mmlu, I get the following error:
I get the following error:
Seems to be because it does not expect the result of
get_dataset_config_names("tasksource/mmlu")
to be a list of formList[str]
, (i.e:['abstract_algebra', 'anatomy', 'astronomy', ...]
)No such errors for the examples shown in README.md