Improve model card: Correct pipeline tag, add library name, license
#2
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Correcting the
pipeline_tag
totext-generation
, accurately reflecting the model's functionality. - Adding the
library_name
tag to specify the Transformers library. - Correcting the license to
MIT
, as indicated in the GitHub README. - Correcting the tasks section to reflect the text generation nature of the model.