Update README.md
Browse files
README.md
CHANGED
|
@@ -6,10 +6,10 @@ datasets:
|
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
base_model:
|
| 9 |
-
- Qwen/Qwen2.5-
|
| 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-
|
| 13 |
|
| 14 |
## Model Usage
|
| 15 |
For question decomposition on QA tasks:
|
|
|
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
base_model:
|
| 9 |
+
- Qwen/Qwen2.5-14B-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-14B` as the backbone.
|
| 13 |
|
| 14 |
## Model Usage
|
| 15 |
For question decomposition on QA tasks:
|