Improve model card with pipeline tag, library name, and project link

#1
by nielsr HF Staff - opened

This PR improves the model card by adding the pipeline_tag and library_name metadata for better discoverability on the Hugging Face Hub. The pipeline_tag is set to text-generation as this is a causal language model. The library_name is set to transformers, consistent with the model's configuration. A link to the project page is also included for further information.

Zeno-Luo changed pull request status to merged

Sign up or log in to comment