Improve model card: update pipeline tag, add library name, and fix tags
#4
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Updating the
pipeline_tag
fromtext-generation
totranslation
, which more accurately reflects the model's primary function in neural machine translation and improves discoverability on the Hugging Face Hub (e.g., at https://huggingface.co/models?pipeline_tag=translation). - Adding
library_name: transformers
to the metadata, enabling the automated "Use in Transformers" widget on the model page. - Correcting the misspelled tag
machine tranlsation
tomachine translation
. - Adding a direct link to the GitHub repository (
https://github.com/krystalan/DRT-o1
) in the model card header for easier access to the code.
Please review and merge this PR if these changes are acceptable.