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-generationto improve discoverability on the Hugging Face Hub. - Adding
library_name: transformersto enable the "How to use" widget, as the model is compatible with the Transformers library (evidenced byconfig.jsonand 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.