Files
subliminal-learning/TODO.md
Minh Le 79ffa6fcd1 qs
2025-07-23 14:41:03 -07:00

24 lines
781 B
Markdown

# TODO - Subliminal Learning Repo
## High Priority
- [x] Set up core project structure (src/ directories, __init__.py files)
- [x] Create dataset generation module (src/dataset/)
- [x] Implement student model finetuning pipeline (src/training/)
- [ ] Build evaluation framework (src/evaluation/)
- [ ] support metric derivatives
- [ ]
## Medium Priority
- [ ] Add experiment configuration management (configs/)
- [ ] Create CLI interface for running experiments
- [ ] Add data processing utilities (src/utils/)
- [ ] Implement logging and experiment tracking
## Low Priority
- [ ] Add comprehensive tests (tests/)
- [ ] Create example notebooks for reproducing key results
- [ ] Update README with detailed usage instructions
- [ ] Add paper citation and links once published