DeepSearch trains a small language model to develop effective search behaviors instead of memorizing static data. It interacts with multiple synthetic search engines, each with unique retrieval mechanisms, to refine queries and persist in searching until it finds exact answers. The project focuses on reinforcement learning, preventing overfitting, and optimizing for efficiency in real-world search applications.
## Setup
## Quick Demo 🚀
Run the interactive web interface to see DeepSearch in action:
```bash
python app.py
```
This will launch a Gradio interface where you can interact with the model and test different search behaviors.
- This project is kickstarted from [AutoDidact](https://github.com/dCaples/AutoDidact)
## Personal Notes
- **This is research code**, so I'm prioritizing speed over code quality for now. Expect things to be messy—both the code and commit history. Roasting is welcome, but don't judge me too hard; I'll clean it up later. **I don't know what I don't know**, but I'm eager (and desperate) to learn and improve, so any constructive feedback is highly appreciated! 💖