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

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: transformers to 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 the transformers library usage in the "Quickstart" section.
  • Updating the pipeline_tag from translation to text-generation as per guidelines for generative language models, and adding translation as an additional tag for better categorization.
  • Correcting the invalid language: false entry to language: no (Norwegian), ensuring the language list accurately reflects the 60 languages supported by the model as detailed in the "Support Languages" section.
Cannot merge
This branch has merge conflicts in the following files:
  • README.md

Sign up or log in to comment