
# clear dataset caches
clear:
    rm -rf ./.ds
    rm -rf ~/.cache/huggingface/datasets/generator
    rm -rf ./notebooks/lightning_logs

