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

Small error in the Gap_Replay download scripts, related to the red_pijama dataset. #32

Closed shamanez closed 3 months ago

shamanez commented 4 months ago

In this line - https://github.com/epfLLM/meditron/blob/main/gap-replay/replay/dataset.py#L210

format_number - function missing.

AGBonnet commented 3 months ago

Thanks @shamanez for pointing out this typo. I just replaced format_number() with int().