PyTorch
qwen2
xssstory commited on
Commit
caf4195
·
verified ·
1 Parent(s): a1cd42c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -6,10 +6,21 @@ 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
- 📄Paper: [https://arxiv.org/abs/2508.07976](https://arxiv.org/abs/2508.07976)
 
 
13
 
14
  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.
15
 
 
6
  - Qwen/Qwen2.5-14B
7
  ---
8
 
9
+ <style>
10
+ .no-border-table table, .no-border-table th, .no-border-table td {
11
+ border: none !important;
12
+ }
13
+ </style>
14
+
15
+ <div class="no-border-table">
16
+
17
+ | | |
18
+ |-|-|
19
+ | [![GitHub](https://img.shields.io/badge/GitHub-Repository-black?logo=github)](https://github.com/inclusionAI/ASearcher) | [![arXiv](http://img.shields.io/badge/cs.AI-arXiv%3A2506.07982-B31B1B.svg?logo=arxiv&logoColor=red)](https://arxiv.org/abs/2508.07976) |
20
 
21
+ </div>
22
+
23
+ ### Instruction
24
 
25
  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.
26