Add pipeline tag and library name

#1
by nielsr HF Staff - opened

This PR improves the model card by adding relevant metadata to enhance discoverability and Hub integration:

  • pipeline_tag: text-generation: Correctly categorizes the model for text generation tasks.
  • library_name: transformers: Enables the "Use in Transformers" button, as the model is compatible with the library via trust_remote_code=True.

Additionally, I have:

  • Fixed the links in the "Models" table to ensure they are clickable.
  • Added a direct link to the research paper on the Hub.
hyx21 changed pull request status to merged

Sign up or log in to comment