Update README.md
Browse files
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/
|
|
|
|
| 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)
|