Add library name and pipeline tag to model card, link to paper
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding the
library_name: transformersmetadata, indicating it's compatible with the Transformers library. - Adding the
pipeline_tag: text-generation, ensuring people can find the model at https://huggingface.co/models?pipeline_tag=text-generation&sort=trending - Linking it to the relevant paper.
vltnmmdv changed pull request status to merged