-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add small readme to open Deep Research (#581)
Co-authored-by: Albert Villanova del Moral <[email protected]>
- Loading branch information
1 parent
75fe8cd
commit 8359283
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Open Deep Research | ||
|
||
Welcome to this open replication of [OpenAI's Deep Research](https://openai.com/index/introducing-deep-research/)! | ||
|
||
Read more about this implementation's goal and methods [in our blog post](https://huggingface.co/blog/open-deep-research). | ||
|
||
This agent achieves 55% pass@1 on GAIA validation set, vs 67% for Deep Research. | ||
|
||
To install it, first run | ||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
|
||
And install smolagents dev version | ||
```bash | ||
pip install -e .[dev] | ||
``` | ||
|
||
Then you're good to go! Run the run.py script, as in: | ||
```bash | ||
python --model-id "o1" --question "Your question here!" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters