Improve model card: Add pipeline tag, correct license, and expand usage details

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card for HyPINO, making it more informative and user-friendly.

Key updates include:

  • Metadata Correction: The license: apache-2.0 is correctly moved into the YAML metadata block.
  • Pipeline Tag: Added pipeline_tag: other to improve model discoverability for its specialized multi-physics neural operator functionality.
  • Content Expansion: The model card now incorporates detailed sections from the GitHub README, including:
    • An expanded description of the framework.
    • A "Framework Overview" with illustrative images (linking directly to GitHub raw assets).
    • "Installation" instructions.
    • Guidance on "Model Weights" download.
    • "Training" and "Evaluation" commands.
    • A comprehensive list of "Example Notebooks."
    • A "Citation" section for proper attribution.
  • Paper Link Preservation: The existing arXiv paper link in the content is preserved as per guidelines.

These changes provide a much more complete resource for researchers and users interested in HyPINO.

rabischof changed pull request status to merged

Sign up or log in to comment