Improve model card for Lego-Edit: Add metadata, links, abstract, and structure
#4
by
nielsr
HF Staff
- opened
This pull request significantly enhances the model card for the Lego-Edit framework by:
- Updating metadata:
- Changing the
licensetocc-by-nc-4.0to reflect the model's licensing terms as specified in the GitHub repository's disclaimer. - Adding
pipeline_tag: image-to-imageto improve discoverability for image editing and manipulation tasks. - Adding
library_name: transformersbased on evidence ofQwen2_5_VLForConditionalGenerationarchitecture,Qwen2Tokenizer,Qwen2_5_VLProcessor, and explicit mention oftransformerslibrary modification in the quick start guide.
- Changing the
- Adding key links: Including direct links to the paper, project page, and GitHub repository for easy access to related resources.
- Incorporating abstract: Providing the paper's abstract to give a quick overview of the model's purpose and methodology.
- Restructuring content: Reorganizing the model card for better readability, integrating images directly from the GitHub repository, and adding sections for Features, Disclaimer, Citation, and Acknowledgments from the official GitHub README.
- Removing verbose file information: As per instructions, the detailed file content has been removed from the model card.
For detailed setup and usage instructions, please refer to the provided GitHub repository.