Improve model card - Add pipeline tag, library name, link Github repository and project page
#1
by
nielsr
HF Staff
- opened
This PR changes the model card's metadata by:
- Changing the
pipeline_tag
fromtext-classification
totext-generation
, which is more appropriate - Adding the
library_name
field and setting it totransformers
since this model is designed to be used with thetransformers
library. - Adding the project page and Github repository to make it easier for people to find the relevant material.