Improve model card: Add `library_name`, `license` metadata, GitHub badge, and HF paper link
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for Rex-Omni by adding crucial metadata and improving readability:
library_name: transformers: This enables the automated "how to use" widget on the Hub page, as the model is compatible with thetransformerslibrary, as evidenced by theconfig.jsonand sample usage.license: other: Declares the license type as a custom one, with details provided in the model card content linking to the full license text.- Introductory Sentence: Added a brief introduction at the top, linking directly to the Hugging Face paper page (Detect Anything via Next Point Prediction).
- GitHub Badge: Included a GitHub badge in the prominent links section for improved discoverability of the code repository.
- Citation Format: Corrected the citation block from
texttobibtexfor proper rendering.
Please review and merge this PR if everything looks good.
Mountchicken
changed pull request status to
merged