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-text to improve discoverability.
  • Including library_name: transformers in 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.0 based 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/ to https://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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment