To propose a new research project:
- Copy this directory to
projects/<your-project-name>/ - Edit
README.mdwith your project description, dataset, and what to explore - Set baseline config in
baseline/config.yaml - Run the baseline and record results in
baseline/results.json - Create an empty
LEADERBOARD.md - Open a PR to add the project to main
- Dataset must be downloadable or generatable by agents
- Baseline should be trainable in <5 minutes on a single GPU
- Config follows the standard TrainingScript YAML format (see other projects)