Improve model card: Add library_name, code link, and usage example
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card by:
- Adding
library_name: transformers
to the metadata, which enables the "Use in Transformers" badge and interactive inference widget on the model page. - Including a direct link to the official MegaScience GitHub repository (https://github.com/GAIR-NLP/lm-open-science-evaluation) in the content for easier access to the associated code and evaluation system.
- Providing a minimal Python usage example, demonstrating how to load and use the model with the Hugging Face
transformers
library.
These changes enhance the model's discoverability and usability for the community.
Thank you very much for your effort in refining the README.
Vfrz
changed pull request status to
merged