PyTorch
qwen2
xssstory commited on
Commit
a8a100c
·
verified ·
1 Parent(s): 13812a0

Update README.md

Browse files

update model card

Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -1,3 +1,38 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - inclusionAI/ASearcher-train-data
5
+ base_model:
6
+ - Qwen/Qwen2.5-14B
7
+ ---
8
+
9
+ ### Instruction
10
+ [![GitHub](https://img.shields.io/badge/GitHub-Repository-black?logo=github)](https://github.com/inclusionAI/ASearcher)
11
+
12
+ ASearcher is an open-source framework designed for large-scale online reinforcement learning (RL) training of search agents. Our mission is to advance Search Intelligence to expert-level performance. We are fully committed to open-source by releasing model weights, detailed training methodologies, and data construction pipelines. Additionally, we provide comprehensive guidance on building and training customized agents based on AReaL. ASearcher empowers developers to build their own high-performance search agents easily and cost-effectively.
13
+
14
+ We have released multiple models trained with different settings and based on foundation models of varying sizes. These models have achieved outstanding performance on Single-Hop / Multi-Hop QA and more challenging tool-augmented benchmarks like GAIA, Xbench.
15
+
16
+ ### Model Download
17
+
18
+ | Model Name | Base Model | Training Setting | Download Link |
19
+ |------------|----------------|------------------|----------------|
20
+ | ASearcher-Local-7B | Qwen2.5-7B | Local knowledge base with RAG | 🤗[Huggingface](https://huggingface.co/inclusionAI/ASearcher-Local-7B) |
21
+ | ASearcher-Web-7B | Qwen2.5-7B | Web-based search and browsing | 🤗[Huggingface](https://huggingface.co/inclusionAI/ASearcher-Local-14B) |
22
+ | ASearcher-Local-14B | Qwen2.5-14B | Local knowledge base with RAG | 🤗[Huggingface](https://huggingface.co/inclusionAI/ASearcher-Local-7B) |
23
+ | ASearcher-Web-14B | Qwen2.5-14B | Web-based search and browsing | 🤗[Huggingface](https://huggingface.co/inclusionAI/ASearcher-Local-7B) |
24
+ | ASearcher-Web-QwQ-32B | QwQ-32B | Web-based search and browsing | 🤗[Huggingface](https://huggingface.co/inclusionAI/ASearcher-Local-7B) |
25
+
26
+ ### Performance
27
+ #### Evaluation on challenging benchmarks (ASearcher-Web-QwQ)
28
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/63159678915d0b80682fe9f9/ds_PHc5cD0PXO8TmiY7_U.png" style="width:50%;">
29
+ #### Evaluation with a local knowledge base with RAG
30
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/63159678915d0b80682fe9f9/SkWaECNeJUHGF4BJYMKWz.png" style="width:50%;">
31
+ #### Evaluation with web-based search and browsing
32
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/63159678915d0b80682fe9f9/SmRjd6RsrTiWAY9957-1Z.png" style="width:50%;">
33
+
34
+ ### Dataset Download
35
+ We also release our full [training data](https://huggingface.co/datasets/inclusionAI/ASearcher-train-data) and [test data](https://huggingface.co/datasets/inclusionAI/ASearcher-test-data), you can easily get them and reproduce our result.
36
+
37
+ ### Quickstart
38
+ If you want to learn more details, please refer to our GitHub repository: [ASearcher](https://github.com/inclusionAI/ASearcher)