Improve model card: Add `library_name`, update `pipeline_tag`, and correct `language` entry
#2
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
library_name: transformersto the metadata, which enables the interactive "how to use" widget on the Hugging Face Hub, making it easier for users to get started with the model. This is supported by thetransformerslibrary usage in the "Quickstart" section. - Updating the
pipeline_tagfromtranslationtotext-generationas per guidelines for generative language models, and addingtranslationas an additionaltagfor better categorization. - Correcting the invalid
language: falseentry tolanguage: no(Norwegian), ensuring the language list accurately reflects the 60 languages supported by the model as detailed in the "Support Languages" section.