mirror of
https://github.com/MinhxLe/subliminal-learning.git
synced 2025-07-25 21:08:58 +03:00
781 B
781 B
TODO - Subliminal Learning Repo
High Priority
- Set up core project structure (src/ directories, init.py files)
- Create dataset generation module (src/dataset/)
- 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