Improve model card: Add pipeline tag, library, project link, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: any-to-anyto accurately reflect the model's multimodal generation and editing capabilities. - Adding
library_name: transformersas the model is compatible with the Hugging Face Transformers library. - Adding an explicit link to the project page.
- Including a Python code snippet in a "Sample Usage" section for easier adoption, taken directly from the GitHub README.
These additions will make the model more discoverable and easier to use on the Hugging Face Hub.