mirror of
https://github.com/MinhxLe/subliminal-learning.git
synced 2025-07-25 21:08:58 +03:00
24 lines
781 B
Markdown
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
|