Fix pipeline tag, add library name
#1
by
nielsr
HF Staff
- opened
This PR fixes the pipeline tag, so that it corresponds to a multimodal model rather than only the visual modality.
The correct pipeline tag is image-text-to-text
. This ensures that the model can be found at https://huggingface.co/models?pipeline_tag=image-text-to-text&sort=trending.
It also adds the library_name
to the metadata, which is transformers
since it's compatible with the Transformers library.
Row11n
changed pull request status to
merged