yrshi commited on
Commit
bb51d57
verified
1 Parent(s): 9a07388

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: cc-by-sa-4.0
3
  pipeline_tag: question-answering
4
  library_name: transformers
 
 
5
  ---
6
 
7
  # Search and Refine During Think: Autonomous Retrieval-Augmented Reasoning of LLMs
@@ -14,4 +16,4 @@ Large language models have demonstrated impressive reasoning capabilities but ar
14
 
15
  # Code
16
 
17
- The code for this project is available on GitHub: [https://github.com/volcengine/verl](https://github.com/volcengine/verl) (Note: this links to the base project mentioned in acknowledgements, a more specific repo link should be added if available within the model repo itself.)
 
2
  license: cc-by-sa-4.0
3
  pipeline_tag: question-answering
4
  library_name: transformers
5
+ base_model:
6
+ - Qwen/Qwen2.5-7B-Instruct
7
  ---
8
 
9
  # Search and Refine During Think: Autonomous Retrieval-Augmented Reasoning of LLMs
 
16
 
17
  # Code
18
 
19
+ The code for this project is available on GitHub: [https://github.com/syr-cn/AutoRefine](https://github.com/syr-cn/AutoRefine)