Improve model card: Add `library_name`, paper, and code links, and enhance formatting
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding the
library_name: transformers
to the metadata, which enables the "Use in Transformers" widget on the model page. - Adding a direct link to the primary paper on Hugging Face: Growing Transformers: Modular Composition and Layer-wise Expansion on a Frozen Substrate for better discoverability.
- Including a link to the project's code repository on GitHub: https://github.com/Bochkov/bvv241.
- Enhancing readability by formatting the performance section as a proper Markdown table and the limitations section as a bulleted list.
- Updating the citation block to use
bibtex
for improved rendering.
Thank you
Bochkov
changed pull request status to
merged