How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Alibaba-NLP/WebDancer-32B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Alibaba-NLP/WebDancer-32B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/Alibaba-NLP/WebDancer-32B
Quick Links

This model was presented in the paper WebDancer: Towards Autonomous Information Seeking Agency.

You can download the model then run the inference scipts in https://github.com/Alibaba-NLP/WebAgent.

  • Native agentic search reasoning model using ReAct framework towards autonomous information seeking agency and Deep Research-like model.
  • We introduce a four-stage training paradigm comprising browsing data construction, trajectory sampling, supervised fine-tuning for effective cold start, and reinforcement learning for improved generalization, enabling the agent to autonomously acquire autonomous search and reasoning skills.
  • Our data-centric approach integrates trajectory-level supervision fine-tuning and reinforcement learning (DAPO) to develop a scalable pipeline for training agentic systems via SFT or RL.
  • WebDancer achieves a Pass@3 score of 61.1% on GAIA and 54.6% on WebWalkerQA.
Downloads last month
32
Safetensors
Model size
33B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with Alibaba-NLP/WebDancer-32B.

Model tree for Alibaba-NLP/WebDancer-32B

Base model

Qwen/Qwen2.5-32B
Finetuned
Qwen/QwQ-32B
Finetuned
(94)
this model
Quantizations
5 models

Space using Alibaba-NLP/WebDancer-32B 1

Collection including Alibaba-NLP/WebDancer-32B

Paper for Alibaba-NLP/WebDancer-32B