Initialize comprehensive model card for Chain-of-Agents (AFM)
#1
by
nielsr HF Staff - opened
This PR initializes a comprehensive model card for the Chain-of-Agents (AFM) model.
It adds:
- Relevant metadata, including
pipeline_tag: text-generation,library_name: transformers, andlicense: apache-2.0. It also includes specific tags related to the model's capabilities (agent-foundation-model, multi-agent, etc.) and itsbase_model(Qwen/Qwen2-7B), enhancing discoverability on the Hugging Face Hub. - A clear overview of the model and its capabilities, derived from the paper abstract and GitHub README.
- Direct links to the associated paper (https://huggingface.co/papers/2508.13167), project page (https://chain-of-agents-afm.github.io/), and GitHub repository (https://github.com/OPPO-PersonalAI/Agent_Foundation_Models), as well as links to the model and dataset collections on the Hugging Face Hub.
- Key features and performance highlights, including images from the original GitHub repository.
- A practical Python usage example for quick inference using the
transformerslibrary. - The official BibTeX citation information.
This update significantly improves the documentation, visibility, and usability of this model on the Hugging Face Hub.