mirror of
https://github.com/ranausmanai/tinyforge-zero.git
synced 2026-06-08 20:55:13 +02:00
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)
23 lines
237 B
Text
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
|
|
._*
|