From e7bb4ddcd1863976f3e58d82847441c326b42ffe Mon Sep 17 00:00:00 2001 From: Oguz Serbetci Date: Wed, 17 Apr 2024 11:26:29 +0200 Subject: [PATCH] Update README.md Fix release date of MMedLM --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d64adb1..910a8ca 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Hereby we present PMC_LLaMA's versions and briefs. | Version | Link | Brief | Release Date | | --- | --- | --- | --- | -| MMedLM ![](./figures/new.gif) | https://github.com/MAGIC-AI4Med/MMedLM | Further Pretrained Multilingual LLM | 2023/02/21 | +| MMedLM ![](./figures/new.gif) | https://github.com/MAGIC-AI4Med/MMedLM | Further Pretrained Multilingual LLM | 2024/02/21 | | PMC_LLaMA_13B | https://huggingface.co/axiong/PMC_LLaMA_13B | Instruction Tuned | 2023/09/01 | | MedLLaMA_13B | https://huggingface.co/chaoyi-wu/MedLLaMA_13B | Pre-training LLaMA on 4.8M PubmedCentral papers and Medical Books | 2023/05/01 | | PMC_LLaMA_7B_10_epoch | https://huggingface.co/chaoyi-wu/PMC_LLAMA_7B_10_epoch | Similar to PMC_LLaMA_7B but trained 10 epochs | 2023/05/01 |