Improve model card: Add metadata and GitHub link
#1
by
nielsr HF Staff - opened
This PR updates the model card for the COOPER model to enhance its discoverability and provide more complete information:
- Adds
pipeline_tag: image-to-imageto the YAML metadata, reflecting the model's core capabilities in perception enhancement (depth estimation, semantic segmentation). - Adds
library_name: transformersto the YAML metadata, as evidenced by thepip install -e ./transformers-4.54.0instruction in the "Quick Start" guide. This enables the automated "Use in Transformers" code snippet on the Hub. - Adds
license: apache-2.0to the YAML metadata to specify the model's license. - Updates the existing paper link in the markdown content to point to the Hugging Face paper page: https://huggingface.co/papers/2512.04563.
- Adds an explicit link to the GitHub repository (
https://github.com/zhangzef/COOPER) in the header for easier access to the code.
These changes will make the model card more informative and user-friendly.
Please review and merge if these improvements align with the repository's goals.