Skip to content

Commit

Permalink
Add Model cards examples (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerroth authored Oct 24, 2024
1 parent d115931 commit 5dd2fab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions m3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ The resulting expert model output will be fed back to the VLM for generating the
<img src="docs/images/MONAI-VLM_Overview.svg" width="95%"/>
</p>

Model cards that describe available expert models for VILA-M3 to choose from are structured in the following way
<p align="left">
<img src="docs/images/model_cards.png" width="60%"/>
</p>

For an example, see the [code](./data_prepare/experts/expert_utils.py) used for generating [training data](./data_prepare/experts/README.md).

## 💡 News

Expand Down Expand Up @@ -105,15 +111,15 @@ To evaluate a model on the above benchmarks, follow the instructions in [eval](.
## 🔒 License

- The code in this repository is released under [Apache 2.0 license](../LICENSE).
- The fine-tuned weights are released under the [CC-BY-NC-SA-4.0 license](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en).
- The fine-tuned weights are released under ... (TBD)

## Citations

```
TBD
```

# Acknowledgement
# Acknowledgements

- Our models are fine-tuned using [VILA code and base models](https://github.com/NVlabs/VILA).
- We thank the data providers of all the healthcare datasets detailed in [data_prepare](./data_prepare).
Expand Down
Binary file added m3/docs/images/model_cards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5dd2fab

Please sign in to comment.