From 56911a73f9aadca357ff292a067c14c130bb04d4 Mon Sep 17 00:00:00 2001 From: automaticcat Date: Fri, 4 Apr 2025 11:52:39 +0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a79c0c7..b12c165 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # DeepSearch - A Hard Working Search Engine 🔍 +DeepSearcher 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. -![Project Whiteboard](docs/assets/whiteboard.drawio.png) - ## Setup ```bash