Improve model card: Update pipeline tag, add library_name, fix tag typo, and add GitHub link

#2
by nielsr HF Staff - opened

This PR improves the model card for DRT: Deep Reasoning Translation via Long Chain-of-Thought by:

  • Updating the pipeline_tag from text-generation to translation to accurately categorize the model's primary function. This will help users discover the model when filtering by translation tasks on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=translation).
  • Adding library_name: transformers to the metadata. The Quickstart section clearly demonstrates full compatibility with the πŸ€— Transformers library, and this tag will enable the automated "Use in Transformers" widget on the model page.
  • Correcting a typo in the tags metadata (machine tranlsation to machine translation).
  • Updating the main title to DRT: Deep Reasoning Translation via Long Chain-of-Thought for better clarity.
  • Adding an explicit link to the GitHub repository for easier access to the code.

Please review these changes.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment