Improve model card: Add pipeline tag, library name and abstract
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding the
pipeline_tag: object-detection
to clearly identify the model's functionality. - Adding the
library_name: detectron2
to specify the underlying framework. - Adding the paper abstract for a quick overview of the model.
- Adding clear links to the paper and project page at the top.
This makes the model more discoverable and informative on the Hugging Face Hub.
allencbzhang
changed pull request status to
merged