Improve model card: Add library_name, GitHub link, abstract, and usage example
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for MegaScience/Qwen2.5-7B-MegaScience by:
- Adding the
library_name: transformersmetadata tag, which enables the "How to use" widget on the model page. - Including a concise abstract of the paper to provide immediate context for users.
- Adding a direct link to the project's GitHub repository for easier access to the code and further documentation.
- Including a basic Python code snippet for text generation to demonstrate immediate usage with the
transformerslibrary.
Thank you very much for your effort in refining the README.
Vfrz
changed pull request status to
merged