Add comprehensive model card for Chain-of-Agents (AFM)
#1
by
nielsr
HF Staff
- opened
This PR adds a comprehensive model card for the Chain-of-Agents (AFM) model, based on the paper Chain-of-Agents: End-to-End Agent Foundation Models via Multi-Agent Distillation and Agentic RL.
The model card now includes:
- A link to the paper, project page, and GitHub repository.
- A detailed overview of the model's capabilities and key features.
- Relevant metadata such as
license: apache-2.0,library_name: transformers, andpipeline_tag: text-generation, along with additional tags to enhance discoverability. - A "Quick Start" section with a generic sample usage demonstrating how to load and interact with the model using the
transformerslibrary. - The appropriate citation information.
This update will significantly improve the discoverability and usability of the model on the Hugging Face Hub.