Improve model card: Add library_name, GitHub link, and usage example
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding
library_name: transformersto the metadata, enabling the "Use in Transformers" button and indicating the primary library for interaction. - Adding a direct link to the GitHub repository for easier access to the code.
- Including a Python code snippet for a quick inference example using the
transformerslibrary, specifically for a bounding box prompt, which is consistent with the model's design.