Improve model card: Add library, paper link, project page, and usage instructions

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card for better discoverability, usability, and adherence to Hugging Face best practices.

Key changes include:

  • Metadata update:
    • Added library_name: transformers to enable the "how to use" widget and improve model discoverability.
    • Added project_page: https://julienp.netlify.app/posts/soar/ to the metadata for structured information about the associated blog/project.
  • Content improvements:
    • Updated the paper link in the model card badges and main paper description to the official Hugging Face Paper page: https://huggingface.co/papers/2507.14172.
    • Added a prominent "GitHub" badge and a direct link to the official GitHub repository (https://github.com/flowersteam/SOAR) for easier access to the code.
    • Included the detailed installation instructions and "Run SOAR" guidance from the GitHub README, allowing users to get started directly from the Hugging Face Hub.
    • Added a BibTeX citation section for proper academic attribution.

These updates aim to provide a more complete and accessible resource for users interacting with the SOAR-ARC model on the Hugging Face Hub.

julien31 changed pull request status to merged

Sign up or log in to comment