Improve model card: Add metadata, project page link, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: text-generationto ensure better discoverability at https://huggingface.co/models?pipeline_tag=text-generation. - Adding
library_name: transformersto enable the automated "how to use" widget on the model page, based on theconfig.jsonand sample usage in the GitHub README. - Including a link to the Hugging Face collection (project page) for the TraDo series of models: https://huggingface.co/collections/Gen-Verse/trado-series-68beb6cd6a26c27cde9fe3af.
- Integrating a detailed Python code snippet for sample usage directly from the GitHub repository, facilitating quick model adoption.