Add pipeline tag and fix image path in model card
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for TokLIP by:
- Adding the
pipeline_tag: image-text-to-text
to the metadata. This helps users discover the model through relevant pipeline filters on the Hugging Face Hub (e.g., at https://huggingface.co/models?pipeline_tag=image-text-to-text). - Updating the image source for
TokLIP.png
to a raw GitHub URL (https://raw.githubusercontent.com/TencentARC/TokLIP/main/docs/TokLIP.png
). This ensures the image displays correctly on the Hugging Face Hub, as the original relative path might not resolve properly if the image is in a subfolder in the source repository.
Felix1023
changed pull request status to
merged
Update Readme