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-imagefor better discoverability and categorization on the Hub. - The
library_name: pytorchas the model is implemented in PyTorch and provides cleartorch.hubusage, 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.loadsnippet 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