Machine learning project with reproducible experiments and model training pipelines.
# Install dependencies
pip install -r requirements.txt
# Run tests
pytest
# Start training
python train.pysrc/
├── data/ # Data loading scripts
├── models/ # Model definitions
├── training/ # Training scripts
└── evaluation/ # Evaluation metrics
tests/
├── unit/ # Unit tests
└── integration/ # Integration tests
experiments/ # MLflow experiment logs
config/ # Configuration files
export HF_HOME=~/.cache/huggingface
export TORCH_HOME=~/.cache/torch