Translation
Transformers
Safetensors
qwen3
text-generation
text-generation-inference

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:

  1. Adding library_name: transformers to the metadata. This is evidenced by the transformers library usage in the Quickstart section and config.json, enabling the automated "how to use" code snippet on the Hugging Face Hub.
  2. Changing pipeline_tag: translation to pipeline_tag: text-generation in the metadata, aligning with the guidelines for LLMs performing generation tasks, including translation.
  3. Correcting the language metadata by removing the erroneous false entry and adding no (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.
  4. 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.

Cannot merge
This branch has merge conflicts in the following files:
  • README.md

Sign up or log in to comment