Update metadata (library_name, pipeline_tag, language) and add paper abstract
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for LMT by:
- Adding
library_name: transformersto the metadata. This is evidenced by thetransformerslibrary usage in the Quickstart section andconfig.json, enabling the automated "how to use" code snippet on the Hugging Face Hub. - Changing
pipeline_tag: translationtopipeline_tag: text-generationin the metadata, aligning with the guidelines for LLMs performing generation tasks, including translation. - Correcting the
languagemetadata by removing the erroneousfalseentry and addingno(Norwegian), which was listed in the "Support Languages" table but missing from the metadata. This ensures an accurate representation of the model's language coverage. - Adding the paper's abstract to the model card content. This provides a concise summary of the model, its innovations, and key findings, improving the overall context and clarity for users visiting the model page.
The existing paper link, GitHub repository link, and sample usage section are accurate and have been retained without modification.