From 83af776f3d78825aedecbe88160fdc1098b9a2c9 Mon Sep 17 00:00:00 2001 From: chaoyi-wu <18706207256@163.com> Date: Tue, 8 Aug 2023 09:46:46 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6474863..3c58f08 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The official code for "Towards Generalist Foundation Model for Radiology" [Website](https://chaoyi-wu.github.io/RadFM/) -![]("https://github.com/chaoyi-wu/RadFM/tree/blob/main/Images/GIF.gif") + ## Quick Start: Download [Model checkpoint](https://huggingface.co/chaoyi-wu/RadFM) and check `./src/test.py` for how to generate text with our model. @@ -18,10 +18,10 @@ Our pre-train code is given in ```./src/train.py```. ## Case Study: - - - - + + + + ## To-do List: - Polish the code for easier usage.