Add pipeline tag and improve model card formatting
#1
by nielsr HF Staff - opened
This PR improves the model card for COMiT-XL by:
- Adding the
pipeline_tag: image-feature-extractionto the metadata to improve discoverability. - Fixing a malformed HTML tag in the title.
- Refining the author list and adding clear links to the paper, project page, and code.
- Adding
import torchanddevicesetup to the usage examples to make them reproducible.
araachie changed pull request status to merged