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-generationto improve discoverability on the Hugging Face Hub. - Adding
library_name: transformersto enable the automated "how to use" widget. - Adding
tags: - protein-language-modelfor better categorization. - Updating the GitHub repository link to
https://github.com/PKU-YuanGroup/ProLLaMAas 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
transformersusage snippet.
These changes will significantly improve the model's visibility, context, and user experience on the Hugging Face Hub.