Add model card with paper link and sample usage
#1
by
nielsr HF Staff - opened
Hi, I'm Niels from the Hugging Face community science team. I'm opening this PR to improve your model card by adding relevant metadata, a link to the paper, the official GitHub repository, and a sample usage snippet to help users get started with the model.
Key changes:
- Added
pipeline_tag: feature-extractionto the metadata. - Linked the paper: Reverse Distillation: Consistently Scaling Protein Language Model Representations.
- Included a "Quick Start" section with code from your GitHub README.
- Added the BibTeX citation for the paper.