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_tagfromtext-generationtotranslationto 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: transformersto the metadata. TheQuickstartsection 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
tagsmetadata (machine tranlsationtomachine translation). - Updating the main title to
DRT: Deep Reasoning Translation via Long Chain-of-Thoughtfor better clarity. - Adding an explicit link to the GitHub repository for easier access to the code.
Please review these changes.