| 123456789101112131415161718192021222324 |
- # 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_*/
- data/qmd_combined.jsonl
- data/qmd_cleaned.jsonl
- data/qmd_expansion_cleaned.jsonl
- data/quality_report.txt
- # Eval results
- evals/results_*.jsonl
- # Scripts (temporary/local)
- scripts/
- # Python cache
- __pycache__/
- *.pyc
|