Add pipeline tag, library name, and model abstract

#1
by nielsr HF Staff - opened

This PR enhances the model card by:

  • Adding pipeline_tag: text-generation to the YAML metadata, making the model discoverable under this common tag for text-producing models.
  • Adding library_name: transformers to the YAML metadata, which enables the automated "how to use" widget on the model page, as evidence from config.json and the example usage confirms compatibility.
  • Integrating the Hugging Face Papers link for the model in the introductory paragraph and as a distinct link below.
  • Adding explicit links to the project page and the specific GitHub code repository for Uni-MoE 2.0 for improved accessibility.
  • Including the model's abstract in a new "
Cannot merge
This branch has merge conflicts in the following files:
  • README.md

Sign up or log in to comment