Add pipeline tag and library name
#2
by
nielsr
HF Staff
- opened
This PR adds the pipeline_tag
and library_name
to the model card metadata. The pipeline_tag
is set to image-text-to-text
as the model processes images and text to generate text. library_name
is set to transformers
given the structure of the model files present in the repository.