Improve model card: Add pipeline tag, library name, HF paper link, and sample usage

#1
by nielsr HF Staff - opened

This PR enhances the model card for the MATPO model by:

  • Adding the pipeline_tag: text-generation to improve discoverability on the Hugging Face Hub.
  • Adding library_name: transformers to enable the "How to use" widget, as the model is compatible with the Transformers library (evidenced by config.json and imports in the GitHub Quick Start).
  • Adding a badge linking to the official Hugging Face Papers page for Multi-Agent Tool-Integrated Policy Optimization.
  • Including a detailed Python code snippet for sample inference, adapted directly from the GitHub repository's "Quick Start" section, to provide users with a quick and runnable example.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment