Add pipeline tag and library name to metadata
#2
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community science team. I've opened this PR to improve the model card metadata:
- Added
pipeline_tag: image-segmentationto help users discover the model in the Hub. - Added
library_name: transformersas the model uses the Mask2Former architecture and includes compatible configuration files. - Updated the BibTeX citation to include the author names and year as per the paper information.