doc-to-lora/.gitignore
ShinnosukeUesakaSakana d99fa8732b
Add distillation training (#5)
- work with vllm self-gen data (everything is tokenized during self-gen)
- fix chat template!
- not use liger kernel for distillation (for both training and eval)
2025-07-29 15:32:06 +09:00

32 lines
391 B
Text

.venv/
.cursorrules
tmp/
openai_batches/
models/
results/
datasets/
llm-comparator/
# 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
*.pt
*.pth
*.bin
*.safetensors
*tfevents*
watcher_state.yaml
eval_results/
.github/
*.code-workspace
.wandb/
.ruff_cache/