diff --git a/Images/GIF.gif b/Images/GIF.gif new file mode 100644 index 0000000..f5459ee Binary files /dev/null and b/Images/GIF.gif differ diff --git a/Images/result_rationale.pdf b/Images/result_rationale.pdf new file mode 100644 index 0000000..db6c85b Binary files /dev/null and b/Images/result_rationale.pdf differ diff --git a/Images/result_report.pdf b/Images/result_report.pdf new file mode 100644 index 0000000..90c727e Binary files /dev/null and b/Images/result_report.pdf differ diff --git a/Images/result_report_generation.pdf b/Images/result_report_generation.pdf new file mode 100644 index 0000000..3d59a00 Binary files /dev/null and b/Images/result_report_generation.pdf differ diff --git a/README.md b/README.md index 4900a65..4c53d61 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,22 @@ The official code for "Towards Generalist Foundation Model for Radiology" [ArXiv](http://arxiv.org/abs/2308.02463) [Website](https://chaoyi-wu.github.io/RadFM/) + + + ## Quick Start: Download [Model checkpoint](https://huggingface.co/chaoyi-wu/RadFM) and check `./src/test.py` for how to generate text with our model. -BTW, make sure you have a large GPU. :) - ## Pre-train: Our pre-train code is given in ```./src/train.py```. * Check the [data_csv](https://huggingface.co/datasets/chaoyi-wu/RadFM_data_csv) (uploading) to get how different datasets are processed and down load them into `./src/Dataset/data_csv` * Modify the path as you disire, and check ```./src/train.py``` to pre-train. +## Case Study: + + + + ## To-do List: - Polish the code for easier usage. - Update an easy sample for a quick start.