Improve model card: Add metadata, abstract, key features, and usage
#2
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card by:
- Updating the
licensetoapache-2.0, as indicated by the official GitHub repository's license badge. - Adding relevant metadata tags:
pipeline_tag: image-to-image,paper,repo_url, andproject_pagefor better discoverability and structured information on the Hugging Face Hub. - Incorporating the paper's abstract for a comprehensive overview of the model.
- Expanding the model card's content with detailed sections on the model's motivation and core highlights, drawn from the official GitHub README.
- Including experimental results from the paper to showcase performance.
- Adding a "Quick Start" section with the model checkpoints and an inference command, as found in the GitHub README, to provide immediate practical usage examples.
- Improving the citation block's markdown to
bibtexformat.
These improvements will make the model more informative, discoverable, and easier for the community to understand and use effectively.