Doc-to-LoRA release

This commit is contained in:
51616 2026-02-27 03:47:04 +00:00
commit 1abe8ae16d
92 changed files with 22131 additions and 0 deletions

34
.gitignore vendored Normal file
View file

@ -0,0 +1,34 @@
.venv/
.cursorrules
tmp/
openai_batches/
models/
results/
datasets/
llm-comparator/
trained_d2l/
# Ignore data files but not scripts
/data/processed_datasets/
/data/raw_datasets/
/data/distil/
__pycache__/
*egg-info/
.vscode/
.ipynb_checkpoints/
wandb/
*.bak
*outputs/
plots/
*.out
*.err
*.pt
*.pth
*.bin
*.safetensors
*tfevents*
watcher_state.yaml
eval_results/
.github/
*.code-workspace
.wandb/
.ruff_cache/