Enhance model card with metadata and usage example
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for Med3DVLM by:
- Linking it to the paper Med3DVLM: An Efficient Vision-Language Model for 3D Medical Image Analysis.
- Adding the
pipeline_tag: image-text-to-textfor better discoverability. - Specifying
library_name: transformersas the model is compatible with the Transformers library. - Adding a sample usage snippet from the GitHub README to demonstrate inference.
Please review these additions.