nielsr HF Staff commited on
Commit
478dd90
·
verified ·
1 Parent(s): 396282a

Add library name and pipeline tag

Browse files

This PR ensures a "Use this model" button appears at the top right.

Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,9 +1,13 @@
1
  ---
 
 
2
  license: mit
3
  base_model:
4
  - Qwen/QwQ-32B
5
  ---
6
 
 
 
7
  You can download the model then run the inference scipts in https://github.com/Alibaba-NLP/WebAgent.
8
 
9
  - Native agentic search reasoning model using ReAct framework towards autonomous information seeking agency and Deep Research-like model.
 
1
  ---
2
+ library_name: transformers
3
+ pipeline_tag: text-generation
4
  license: mit
5
  base_model:
6
  - Qwen/QwQ-32B
7
  ---
8
 
9
+ This model was presented in the paper [WebDancer: Towards Autonomous Information Seeking Agency](https://huggingface.co/papers/2505.22648).
10
+
11
  You can download the model then run the inference scipts in https://github.com/Alibaba-NLP/WebAgent.
12
 
13
  - Native agentic search reasoning model using ReAct framework towards autonomous information seeking agency and Deep Research-like model.