.gitignore 323 B

12345678910111213141516171819
  1. # Training outputs (run eval before pushing to HuggingFace)
  2. outputs/
  3. # Model checkpoints
  4. *.pt
  5. *.safetensors
  6. # Processed data files (regenerated by prepare_data.py)
  7. data/train/
  8. data/train_v2/
  9. data/qmd_expansion_cleaned.jsonl
  10. data/quality_report.txt
  11. # Eval results
  12. evals/results_*.jsonl
  13. # Python cache
  14. __pycache__/
  15. *.pyc