Add model card metadata, paper link and sample usage
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face team.
This PR improves the model card by adding relevant metadata, linking the associated research paper, and providing a sample usage snippet from the official GitHub repository. Specifically:
- Added the
image-text-to-textpipeline tag. - Added
library_name: peftas the repository contains LoRA adapter configurations. - Linked the paper: EditHF-1M: A Million-Scale Rich Human Preference Feedback for Image Editing.
- Included a sample usage section to guide users on how to run inference using the provided scripts.