Improve model card: Add pipeline tag, library, links, usage & citation

#1
by nielsr HF Staff - opened

This PR enhances the model card for the Flow Poke Transformer (FPT) by adding:

  • The pipeline_tag: image-to-image for better discoverability and categorization on the Hub.
  • The library_name: pytorch as the model is implemented in PyTorch and provides clear torch.hub usage, enabling automated code snippets.
  • Links to the paper, project page, and GitHub repository for comprehensive reference.
  • A detailed abstract and a teaser image to provide a quick understanding of the model's function.
  • Sample usage instructions, including the torch.hub.load snippet and the interactive demo command.
  • The BibTeX citation for proper academic attribution.

Please review and merge these improvements.

Thank you for this Niels! Looks good to me :)

stefan-baumann changed pull request status to merged

Sign up or log in to comment