epfLLM / meditron

Meditron is a suite of open-source medical Large Language Models (LLMs).
https://huggingface.co/epfl-llm
Apache License 2.0
1.77k stars 159 forks source link

Missing acc.py in evaluation #12

Closed jiminHuang closed 7 months ago

jiminHuang commented 7 months ago

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

eric11eca commented 7 months ago

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