"mmdet/vscode:/vscode.git/clone" did not exist on "32afa752710bd4154a0de3f246d4ea446f34cf88"
Commit 36da9c66 authored by lintangsutawika's avatar lintangsutawika
Browse files

removed prefix "configurable" from get_task_name_from_config

parent 9deea116
......@@ -15,7 +15,7 @@ from lm_eval.api.register import (
def get_task_name_from_config(task_config):
return "configurable_{dataset_path}_{dataset_name}".format(**task_config)
return "{dataset_path}_{dataset_name}".format(**task_config)
task_dir = os.path.dirname(os.path.abspath(__file__)) + "/"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment