Improve model card with pipeline tag, library name, and links
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding the
pipeline_tag
totext-generation
to improve searchability on the Hugging Face model hub. - Specifying the
library_name
astransformers
given the model's compatibility. - Adding a link to the paper.
- Adding a link to the code on Github.
- Adding a link to the project page.