Improve model card: Add metadata, abstract, update GitHub link, and refine usage

#2
by nielsr HF Staff - opened

This PR enhances the model card for ProLLaMA by:

  • Adding pipeline_tag: text-generation to improve discoverability on the Hugging Face Hub.
  • Adding library_name: transformers to enable the automated "how to use" widget.
  • Adding tags: - protein-language-model for better categorization.
  • Updating the GitHub repository link to https://github.com/PKU-YuanGroup/ProLLaMA as indicated in the project's official GitHub README.
  • Including the paper's abstract for a comprehensive overview of the model.
  • Refining the usage section to incorporate the input format and a concise Python inference example directly from the GitHub README's "Quick Inference" section, providing a clear and functional transformers usage snippet.

These changes will significantly improve the model's visibility, context, and user experience on the Hugging Face Hub.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment