VoltageVagabond's picture
Upload folder using huggingface_hub
8ab16ab verified
Raw
History Blame
327 Bytes
# Python
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
# Virtual environment
venv/
# Large model files (download locally)
models/
# Trained adapter weights (train locally)
adapters/
# Training data (copied from MLX project)
training_data/
# Dataset symlink
data
data/
# Jupyter
.ipynb_checkpoints/
# macOS
.DS_Store
._*