Improve model card: Add pipeline tag, license, descriptive tags, and code/model links
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding the
pipeline_tag: translationto accurately classify the model's primary task on the Hub. - Updating the
licensetoapache-2.0, based on common practice for this type of model and majority consensus from colleagues. - Adding descriptive
tags: ['multimodal', 'multilingual']to enhance discoverability given the model's capabilities. - Removing the incorrectly placed YAML metadata block from the Markdown content.
- Explicitly adding links to the GitHub repository and the Hugging Face Model for easier access to the code and model checkpoint.
- Updating the "Note" section to be more comprehensive and aligned with the project's GitHub README.
Thanks a lot for making it clearer!
skoneru
changed pull request status to
merged