Improve model card: Add pipeline tag, paper, and project page links
#2
by
nielsr
HF Staff
- opened
This PR improves the model card for the Unbabel/Tower-Plus-2B
model by:
- Adding the
pipeline_tag: text-generation
to the metadata, which enhances discoverability on the Hugging Face Hub (e.g., at https://huggingface.co/models?pipeline_tag=text-generation). - Including a direct link to the research paper "Tower+: Bridging Generality and Translation Specialization in Multilingual LLMs", providing users with easy access to its technical details and findings.
- Adding a link to the official project page (Unbabel Tower+ Collection), offering further context and related resources for the Tower+ models.
Hi Niels,
Similar to the 72B model, can you remove the changes on the prompt example please? We prefer to present them with the newlines written explicitly.
This applies to the changes you made on the other repositories of our other models.
Thank you very much!
Thanks, done!