Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoyi-wu committed Aug 8, 2023
1 parent 0e01344 commit 3d16560
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ In this project, we collect a large-scale medical multi-modal dataset, MedMD, wi

For quick start, you can check the `Quick_demo` path. We demonstrate a simple diagnosis here to show how to inference with our model

- S1. Download [Model checkpoint](https://huggingface.co/chaoyi-wu/RadFM)
- S2. Decompress the original zip file, you can get a `pytorch_model.bin`
- S3. put `pytorch_model.bin` under path `Quick_demo/`
- S4. python `test.py` and you can get a conversation as
- S1. Download [Model checkpoint](https://huggingface.co/chaoyi-wu/RadFM).
- S2. Decompress the original zip file, you can get a `pytorch_model.bin`.
- S3. put `pytorch_model.bin` under path `Quick_demo/`.
- S4. python `test.py` and you can get a conversation as:
> Input: <img src="https://github.com/chaoyi-wu/RadFM/blob/main/Quick_demo/view1_frontal.jpg" style="width:20px;"/> Can you identify any visible signs of Cardiomegaly in the image?
> Output: yes
Expand Down

0 comments on commit 3d16560

Please sign in to comment.