Instructions to use ytgui/Search-R3.0-Small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ytgui/Search-R3.0-Small with Transformers:
# Load model directly from transformers import AutoTokenizer, HFQwen2LM tokenizer = AutoTokenizer.from_pretrained("ytgui/Search-R3.0-Small") model = HFQwen2LM.from_pretrained("ytgui/Search-R3.0-Small") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
- search
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# Search-R3: Reasoning-Reinforced Representation for Search
|
| 13 |
|
| 14 |
<img src="./overview.png" width="512" />
|
| 15 |
|
|
|
|
| 9 |
- search
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Search-R3: Reasoning-Reinforced Representation for Search ([paper](https://arxiv.org/abs/2510.07048))
|
| 13 |
|
| 14 |
<img src="./overview.png" width="512" />
|
| 15 |
|