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

Improve metadata: add library_name, update pipeline_tag, add tags, correct language typo

#1
by nielsr HF Staff - opened

This PR enhances the model card by making the following improvements to its metadata:

  • Adding library_name: transformers to ensure the automated "how to use" widget appears on the model page, leveraging the explicit usage of the Transformers library in the Quickstart section.
  • Updating the pipeline_tag from translation to text-generation. This better reflects that the model is an LLM performing translation via text generation, aligning with common practices for categorizing generative LLMs on the Hub.
  • Correcting a typo in the language list, changing false to no (Norwegian), based on the "Support Languages" table.
  • Adding relevant tags (multilingual, translation, llm, qwen3) to improve the model's discoverability and categorization.

The existing content, including the paper link, GitHub link, and usage example, remains unchanged as it is already comprehensive and adheres to the specified guidelines.

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

Sign up or log in to comment