Improve model card: Add pipeline tag, library name, license, and detailed sections
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding key metadata and comprehensive content from the original GitHub repository.
Metadata Changes:
pipeline_tag: image-text-to-text: Improves model discoverability for multimodal reasoning tasks.library_name: transformers: Enables the automated "Use in Transformers" widget, providing a ready-to-use code snippet and confirming compatibility.license: cc-by-nc-4.0: Clearly states the licensing terms for the model.
Content Improvements:
- Added the "Evaluation Results" section, which provides detailed performance benchmarks, crucial for understanding the model's capabilities.
- Included the "Citation" section, ensuring proper attribution and making it easy for users to cite the paper.
- Appended the "Acknowledgements" section, recognizing the open-source projects that facilitated this work.
These additions make the model card more informative, discoverable, and user-friendly on the Hugging Face Hub.
wukeming11
changed pull request status to
merged