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-image ensures the model is discoverable in the Hub for relevant tasks (https://huggingface.co/models?pipeline_tag=image-to-image).
  • The library_name: transformers enables 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

Sign up or log in to comment