Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Introduction
|
| 2 |
-
Here is the checkpoint used in the paper
|
| 3 |
|
| 4 |
## Model Usage
|
| 5 |
For question decomposition on QA tasks:
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- AceSearcher/Search-SFT
|
| 5 |
+
- AceSearcher/Search-RFT-Prompts
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
base_model:
|
| 9 |
+
- Qwen/Qwen2.5-32B-Instruct
|
| 10 |
+
---
|
| 11 |
## Introduction
|
| 12 |
+
Here is the checkpoint used in the paper **AceSearcher: Bootstrapping Reasoning and Search for LLMs via Reinforced Self-Play**. It uses `Qwen-2.5-Instruct-32B` as the backbone.
|
| 13 |
|
| 14 |
## Model Usage
|
| 15 |
For question decomposition on QA tasks:
|