Improve metadata (pipeline tag, library name, correct typo) and add GitHub link
#2
by
nielsr
HF Staff
- opened
This PR improves the model card for the paper DRT: Deep Reasoning Translation via Long Chain-of-Thought by:
- Changing the
pipeline_tagfromtext-generationtotranslation, more accurately reflecting the model's primary function and enhancing discoverability at https://huggingface.co/models?pipeline_tag=translation. - Adding
library_name: transformersas the model is compatible with the π€ Transformers library, enabling direct usage snippets. - Correcting the typo in the
tagsfrommachine tranlsationtomachine translation. - Adding a direct link to the GitHub repository (π» Code) in the main content for easier access to the code.
Please review and merge this PR if everything looks good.