| 12345678910111213141516171819 |
- # Training outputs (run eval before pushing to HuggingFace)
- outputs/
- # Model checkpoints
- *.pt
- *.safetensors
- # Processed data files (regenerated by prepare_data.py)
- data/train/
- data/train_v2/
- data/qmd_expansion_cleaned.jsonl
- data/quality_report.txt
- # Eval results
- evals/results_*.jsonl
- # Python cache
- __pycache__/
- *.pyc
|