Improve model card: Update pipeline tag, library name, add usage example and specific code link
#1
by nielsr HF Staff - opened
This PR improves the model card for BAGEL-NHR-Edit by:
- Updating the
pipeline_tagfromany-to-anytoimage-to-imagefor more accurate categorization and discoverability on the Hub. - Setting the
library_nametotransformersas the model is compatible with the Hugging Face Transformers library (based on Qwen2 architecture). - Adding
image-editingandtext-guided-image-editingto thetagsmetadata for better model discoverability. - Including a direct link to the specific NHR-Edit GitHub repository (
https://github.com/Riko0/No-Humans-Required-Dataset) in the header links. - Adding a comprehensive Python code snippet demonstrating how to use the model for inference with the
transformerslibrary. - Adding the Hugging Face Papers link for the paper alongside the existing arXiv link in the header for easy access.
Please review and merge this pull request if the changes align with the repository's guidelines.