Commit 973d563a authored by lintangsutawika's avatar lintangsutawika
Browse files

add TODO

parent b11f7f37
......@@ -65,8 +65,8 @@ def load_prompt_list(use_prompt: str, dataset_name=None, subset_name=None, **kwa
else:
prompts = DatasetTemplates(dataset_name=dataset_name, subset_name=subset_name)
category_name, *prompt_name = use_prompt.split(":")
# TODO allow to multiple prompt naming
# category_name, *prompt_name = use_prompt.split(":")
# if len(prompt_name) > 1:
# prompt_list = []
# for prompt in prompt_name:
......
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