Improve model card with pipeline tag, library, and Github link
#2
by
nielsr
HF Staff
- opened
This PR improves the model card by adding the pipeline_tag
, library_name
, and a link to the GitHub repository. The pipeline_tag
is set to text-generation
as this is a language model. The library_name
is set to transformers
given the model files. This enhances discoverability and provides more comprehensive information for users.