LESS
LESS copied to clipboard
some question about calulate socre?
N_SUBTASKS = {"mmlu": 57, "bbh": 27, "tydiqa": 9}
influence_score = influence_score.reshape(
influence_score.shape[0], N_SUBTASKS[target_task_name], `-1).mean(-1).max(-1)[0]
what is meaning N_SUBTASKS , why do this? Can I change it to " influence_score =influence_score.mean(-1)[0]" ?