init: add LoRA training infrastructure and 20k dataset
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user