Add pipeline_tag, library_name and improve model card

#2
by nielsr HF Staff - opened

This PR improves the model card by adding relevant metadata and refining the documentation:

  • Added pipeline_tag: text-generation to categorize the model and enable the Inference API.
  • Added library_name: transformers as the model is compatible with Hugging Face Transformers via trust_remote_code=True.
  • Fixed the links in the "Models" table to ensure they point to the correct URLs on the Hub.
  • Ensured the paper and GitHub repository are correctly linked for better accessibility.
hyx21 changed pull request status to merged

Sign up or log in to comment