Add pipeline tag and library name to model card, and include citation
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding crucial metadata and completing the content:
- The
pipeline_tag: image-to-imageensures the model is discoverable in the Hub for relevant tasks (https://huggingface.co/models?pipeline_tag=image-to-image). - The
library_name: transformersenables an automated "How to use" widget on the model page, providing users with a quick and runnable code snippet. - The missing citation information from the GitHub README has been added to the model card content.
stdKonjac
changed pull request status to
merged