Add library name and pipeline tag (#1)
Browse files- Add library name and pipeline tag (478dd906ee0ba090be7b0342d45ba4cb714f9c09)
Co-authored-by: Niels Rogge <[email protected]>
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.
|