Improve model card: Add metadata, links, and usage example
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card by:
- Correctly placing and expanding the YAML metadata block at the top of the file.
- Adding
pipeline_tag: text-generationto ensure discoverability on the Hub via relevant model filters. - Specifying
library_name: transformersto enable the automated "how to use" widget, as evidenced by the provided sample code. - Updating the paper link to the official Hugging Face paper page: https://huggingface.co/papers/2509.06949.
- Including a link to the project's Hugging Face collection: https://huggingface.co/collections/Gen-Verse/trado-series-68beb6cd6a26c27cde9fe3af.
- Adding a "Sample Usage" section with a clear code snippet directly from the GitHub repository, making it easier for users to get started.
- Incorporating the "Acknowledgements" section from the GitHub repository to provide context on foundational works.
These changes improve the model's discoverability, usability, and contextual information for the Hugging Face community.