Improve model card: Add pipeline tag, links, description, and usage
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for EditScore by:
- Adding the
pipeline_tag: image-text-to-textto better categorize the model's function as an image editing reward model. - Including a link to the official Hugging Face paper: EditScore: Unlocking Online RL for Image Editing via High-Fidelity Reward Modeling.
- Providing links to the project page (https://vectorspacelab.github.io/EditScore) and the GitHub repository (https://github.com/VectorSpaceLab/EditScore).
- Adding a comprehensive model description based on the paper's abstract, highlights, and the project's introduction.
- Incorporating a "Quick Start" section with environment setup and a practical Python code snippet for inference, directly from the GitHub README.
- Including relevant images from the GitHub README for better visual representation.
These additions will make the model more discoverable and easier to use for the community.