Add comprehensive model card for WebDancer
#1
by
nielsr
HF Staff
- opened
This PR adds a comprehensive model card for the WebDancer model, described in the paper WebDancer: Towards Autonomous Information Seeking Agency.
Key improvements include:
- Enriching the metadata with
pipeline_tag: image-text-to-text
,library_name: transformers
, and relevanttags
such asweb-agent
,gui-agent
, andinformation-seeking
. - Including the paper abstract for better context.
- Highlighting key features and performance metrics.
- Providing a detailed
Quick Start
section with a Python code example for easy inference using thetransformers
library, including multimodal input handling. - Showcasing the model's capabilities with embedded demo videos.
- Ensuring proper citation information is available.
This update aims to make the model more discoverable and user-friendly for the community.