Add library name and pipeline tag
#1
by nielsr HF Staff - opened
This PR adds the pipeline_tag and library_name to the model card metadata for better discoverability and usage on the Hub. The pipeline_tag is set to text-generation as this is a causal language model. The library_name is set to transformers as this model can be loaded and used with the Hugging Face transformers library.
MilesQLi changed pull request status to merged