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-segmentation to classify the model's primary function on the Hub, improving discoverability.
  • The library_name: transformers to 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 dedicated Usage section, demonstrating how to load and run inference with the model using the transformers library, and integrates comprehensive information from the GitHub README for a more complete model card.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment