Add library_name and pipeline_tag to metadata
#1
by nielsr HF Staff - opened
This PR adds library_name and pipeline_tag to the model card metadata.
The library_name is set to transformers as the models are compatible with the Hugging Face Transformers library. The pipeline_tag is set to text-generation as these are language models.
Thanks a lot!
Shengkun changed pull request status to merged