Improve model card: Add pipeline tag, update license, and enrich description with quick start

#3
by nielsr HF Staff - opened

This PR significantly enhances the model card for GPSToken by:

  • Updating the license metadata from mit to apache-2.0 based on the GitHub repository's explicit license badge.
  • Adding the pipeline_tag: image-to-image to ensure better discoverability on the Hugging Face Hub.
  • Updating the paper link to the official Hugging Face Papers page.
  • Adding a prominent link to the GitHub repository.
  • Incorporating detailed sections from the GitHub README, including:
    • The paper abstract
    • News/Updates
    • Motivation and Core Highlights
    • Mathematical Form and Framework overview
    • Experimental Results with tables and visualizations
    • A "Quick Start" section with a model zoo (linking to Hugging Face downloads) and a direct inference script.
  • Correctly linking images from the GitHub repository to the Hugging Face Hub.

These changes make the model card much more informative and user-friendly for researchers and practitioners on the Hub.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment