Improve model card: Add pipeline tag, library name, and usage example
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding key metadata:
- The
pipeline_tag: image-segmentationto classify the model's primary function on the Hub, improving discoverability. - The
library_name: transformersto indicate compatibility with the π€ Transformers library, which also enables the "Use in Transformers" widget on the model page.
It also includes a Python code snippet in a dedicatedUsagesection, demonstrating how to load and run inference with the model using thetransformerslibrary, and integrates comprehensive information from the GitHub README for a more complete model card.