Add library_name, pipeline_tag and project page
#1
by
nielsr
HF Staff
- opened
This PR adds the library_name and pipeline_tag metadata to the model card.
The library_name is set to transformers because the model is compatible with the Hugging Face Transformers library, as evidenced by the included config.json and tokenizer files. The pipeline_tag is set to text-generation because the model generates text descriptions of images. I have added the project page URL as well.
yhsieh
changed pull request status to
merged