Commit
·
9202aaf
1
Parent(s):
927e909
Minor text update
Browse files- .gitignore +1 -2
- README.md +12 -0
- requirements.txt +1 -2
.gitignore
CHANGED
@@ -7,5 +7,4 @@ env/
|
|
7 |
venv/
|
8 |
ENV/
|
9 |
.DS_Store
|
10 |
-
*.log
|
11 |
-
data/data_viewer.jsonl
|
|
|
7 |
venv/
|
8 |
ENV/
|
9 |
.DS_Store
|
10 |
+
*.log
|
|
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# DeepResearch Bench
|
2 |
|
3 |
**DeepResearch Bench: A Comprehensive Benchmark for Deep Research Agents**
|
|
|
1 |
+
---
|
2 |
+
title: DeepResearch Bench
|
3 |
+
emoji: 🔍
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.50.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
+
---
|
12 |
+
|
13 |
# DeepResearch Bench
|
14 |
|
15 |
**DeepResearch Bench: A Comprehensive Benchmark for Deep Research Agents**
|
requirements.txt
CHANGED
@@ -2,5 +2,4 @@ gradio>=3.50.0
|
|
2 |
pandas
|
3 |
numpy
|
4 |
plotly
|
5 |
-
pathlib
|
6 |
-
requests
|
|
|
2 |
pandas
|
3 |
numpy
|
4 |
plotly
|
5 |
+
pathlib
|
|