ifevals eleuther task

This commit is contained in:
Xi Yan 2024-10-09 16:08:07 -07:00
parent 58992dacc2
commit 38e7740d0b
4 changed files with 53 additions and 6 deletions

View file

@ -55,7 +55,8 @@ async def run_main(host: str, port: int):
# Eleuther Eval Task
response = await client.run_evals(
model="Llama3.1-8B-Instruct",
task="meta_mmlu_pro_instruct",
# task="meta_mmlu_pro_instruct",
task="meta_ifeval",
)
cprint(response.metrics["metrics_table"], "red")