Improve model card: Add pipeline tag, library name, and optical-flow tag
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for MEMFOF-Tartan-T-TSKH-spring by:
- Adding the
pipeline_tag: image-to-imageto ensure the model is correctly categorized on the Hugging Face Hub, allowing users to discover it more easily (e.g., at https://huggingface.co/models?pipeline_tag=image-to-image). - Specifying the
library_name: pytorchfor better clarity on the model's framework. - Adding
optical-flowto thetagsfor enhanced discoverability, as the model performs optical flow estimation.
egorchistov
changed pull request status to
merged