Add library_name and pipeline_tag metadata
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community science team.
I noticed that this repository contains the official weights for PF-RPN, but the model card could be improved to help users find and use it more easily. This PR:
- Adds
library_name: mmdetectionto the metadata, as the model is built on MMDetection. - Sets
pipeline_tag: object-detectionin the YAML header. - Ensures the research paper is correctly linked to the Hugging Face paper page.
These changes will allow the model to show up in the correct library and task categories on the Hub and enable automated code snippets.
tangqh changed pull request status to merged