Add image-segmentation pipeline tag, PyTorch library, and usage examples

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card for UAGLNet by:

  • Adding pipeline_tag: image-segmentation: This ensures the model is discoverable under the relevant pipeline for building extraction tasks.
  • Adding library_name: pytorch: Based on the installation instructions in the GitHub repository, the model uses PyTorch, enabling automated code snippets for users.
  • Enriching the content:
    • Removing the internal "File information" which is not meant for the public model card.
    • Including a concise summary of the paper from the GitHub README.
    • Adding the model's architecture image.
    • Providing comprehensive "Quick Start" sections for installation and reproducing results (sample usage) directly from the GitHub README.
    • Adding the citation information and acknowledgements.
    • Linking to the full Apache 2.0 license file on GitHub.

These changes make the model card more informative and user-friendly, helping researchers and developers understand and utilize UAGLNet more effectively.

ldxxx changed pull request status to merged

Sign up or log in to comment