Add metadata and improve model card
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face.
I've opened this PR to improve the discoverability of your model. Specifically, I've added YAML metadata to the top of the model card:
pipeline_tag: image-segmentation: This helps users find your model when filtering for image segmentation tasks on the Hub.license: apache-2.0: This clearly states the usage rights for the repository.
The existing documentation, installation guides, and citation information have been preserved. Let me know if you have any questions!