Improve model card: Add metadata, Hugging Face paper link, and GitHub link
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for COOPER by:
- Adding
pipeline_tag: image-text-to-textto improve discoverability. - Including
library_name: transformersin the metadata, as indicated by the installation instructions in the GitHub repository, enabling the auto-generated usage snippet on the Hub. - Adding
license: cc-by-nc-4.0based on the majority vote from colleagues. - Providing a direct link to the Hugging Face paper page (COOPER: A Unified Model for Cooperative Perception and Reasoning in Spatial Intelligence) in the header.
- Adding an explicit link to the GitHub repository (
https://github.com/zhangzef/COOPER) in the header for easy access to the code. - Correcting image paths from
./assests/tohttps://huggingface.co/Starrrrrry/COOPER/resolve/main/assets/to align with the GitHub repository structure and ensure robust rendering on the Hub.
Please review and merge if these updates look good.