Safetensors
English
qwen2
ritaranx commited on
Commit
6c4855f
·
verified ·
1 Parent(s): 773c75a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,5 +1,15 @@
 
 
 
 
 
 
 
 
 
 
1
  ## Introduction
2
- 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.
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: