Add pipeline tag, descriptive tags, and clean up model card
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for MedDINOv3 by:
- Adding
pipeline_tag: image-segmentation
to the metadata, making the model discoverable under the correct pipeline on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=image-segmentation). - Adding descriptive
tags: - medical - vision-transformer - dinov3
for better categorization and discoverability. - Removing the redundant
- **License:** apache-2.0
entry from the markdown content, as the license is already correctly specified in the YAML metadata. - Cleaning up the "Model type" description under "Model Details" for clarity and consistency.
Please review and merge this PR if everything looks good.