tinyforge-zero/.gitignore
Rana Usman 6305ff0f91 Initial release: TinyForge-Zero recipe + mined pairs + reproduction guide
Companion artifact for the paper 'How Far Can an Open Base Model
Self-Improve? Recipes, Limits, and Test-Time Synergy'.

Contents:
- recipe/{train_on_pairs,bootstrap,multi_pair_14b,curriculum_math,eval_raw,eval_plus,confirm}.py
- data/pairs_{7b_40,14b_multi_new60,math_13}.jsonl (released mined pairs)
- controls/mbpp_corrupt_control.py (the +0 negative control)
- docs/{scaling_chart,fig1_headline,fig6_boundary}.png
- REPRODUCE.md (paper claim -> exact command mapping)
2026-05-13 20:43:52 +05:00

23 lines
237 B
Text

# Adapters and large weights — distribute via HF Hub instead
adapter_*/
*.safetensors
*.bin
ckpt/
ckpt_*/
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
# Eval artifacts
*.log
eval_log.json
iter_stats.jsonl
*.npy
# OS
.DS_Store
._*