Improve model card: Add pipeline tag, library, project page, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: text-generationfor better discoverability on the Hugging Face Hub (e.g., at https://huggingface.co/models?pipeline_tag=text-generation). - Adding
library_name: transformersto correctly identify its compatibility with the Transformers library and enable the automated usage widget. - Including a link to the project page: Hugging Face Collection.
- Incorporating a sample usage code snippet from the GitHub README to guide users on how to interact with the model.