Enhance model card with metadata, GitHub link, and paper update
#1
by nielsr HF Staff - opened
This PR aims to improve the model card by:
- Adding
pipeline_tag: text-generationto categorize the model correctly. - Adding
library_name: transformersas the model is compatible with the Hugging Face Transformers library, enabling the interactive "How to use" widget. - Updating the paper link to the official Hugging Face paper page.
- Including a direct link to the GitHub repository for easy access to the source code.
- Integrating a brief description of the RefAlign algorithm from the paper's abstract for better context.
No sample usage was added as the GitHub repository does not provide a direct, readily usable inference code snippet that adheres to the "do not make up code yourself" guideline.
mzhaoshuai changed pull request status to merged