25 lines
407 B
Plaintext
25 lines
407 B
Plaintext
# 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
|