Commit 64912d81 authored by lintangsutawika's avatar lintangsutawika
Browse files

minor edit

parent d75da0dd
......@@ -80,24 +80,7 @@ def main():
if os.path.isfile(task):
config = utils.load_yaml_config(task)
task_names.append(config)
# # Tas
# if args.config:
# task_names = []
# for config_files in args.config.split(","):
# config = utils.get_yaml_config(config_files)
# if args.num_fewshot != 0:
# config["num_fewshot"] = args.num_fewshot
# if args.batch_size != None:
# config["batch_size"] = args.batch_size
# task_names.append(config)
# else:
# task_names = ALL_TASKS
# else:
eval_logger.info(f"Selected Tasks: {task_names}")
results = evaluator.simple_evaluate(
......
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