Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit ·
f91e520
1
Parent(s): bdd77ee
Remove outdated-API flagging line from research prompt
Browse files
agent/tools/research_tool.py
CHANGED
|
@@ -54,7 +54,6 @@ ML moves fast — a method from 6 months ago may already be obsolete.
|
|
| 54 |
- Search for **recent papers** (use `hf_papers`) to find SOTA methods, models, and datasets for the task
|
| 55 |
- Compare what you find in docs/examples against what recent papers recommend — prefer the newer approach
|
| 56 |
- When multiple approaches exist, identify which is SOTA and why (benchmark results, adoption, recency)
|
| 57 |
-
- Flag when example code uses outdated APIs, deprecated trainers, or superseded techniques
|
| 58 |
- Include in your findings: what is the current best model, dataset, and method for the task
|
| 59 |
|
| 60 |
# Research methodology
|
|
|
|
| 54 |
- Search for **recent papers** (use `hf_papers`) to find SOTA methods, models, and datasets for the task
|
| 55 |
- Compare what you find in docs/examples against what recent papers recommend — prefer the newer approach
|
| 56 |
- When multiple approaches exist, identify which is SOTA and why (benchmark results, adoption, recency)
|
|
|
|
| 57 |
- Include in your findings: what is the current best model, dataset, and method for the task
|
| 58 |
|
| 59 |
# Research methodology
|