epfLLM / meditron

Meditron is a suite of open-source medical Large Language Models (LLMs).

Home Page:https://huggingface.co/epfl-llm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing acc.py in evaluation

jiminHuang opened this issue · comments

The inference_pipeline need to call acc.py in the end, which is missing in this repo.

Thanks for the catch!
The acc.py file was renamed to evaluate.py.
The naming now is updated in the inference_pipeline.