Add pipeline tag and library name to model card

#1
by nielsr HF Staff - opened

This PR improves the model card by adding the pipeline_tag: text-generation and library_name: transformers to its metadata.

  • The pipeline_tag ensures the model is discoverable under text generation tasks on the Hugging Face Hub.
  • The library_name enables the automated "how to use" widget, providing convenient code snippets for users, as the model explicitly uses transformers in its quick start guide.

All existing content, including links to the paper and code, remains unchanged.

GuoxinChen changed pull request status to merged

Sign up or log in to comment