init: add LoRA training infrastructure and 20k dataset

This commit is contained in:
Christian Medina
2026-06-30 14:49:44 -04:00
commit 418a4cc76d
7 changed files with 20536 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Trained models
training/output/
*.safetensors
*.bin
# Training artifacts
__pycache__/
*.pyc
*.pyo
# Virtual environments
venv/
.venv/
# Jupyter notebooks
*.ipynb
.ipynb_checkpoints/
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Large dataset (optional, use git-lfs if needed)
# dataset/*.jsonl