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 the transformers library, as evidenced by the config.json and 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 text to bibtex for proper rendering.

Please review and merge this PR if everything looks good.

Mountchicken changed pull request status to merged

Sign up or log in to comment