mirror of
https://github.com/ranausmanai/tinyforge-zero.git
synced 2026-06-08 20:55:13 +02:00
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)
This commit is contained in:
commit
6305ff0f91
20 changed files with 2438 additions and 0 deletions
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# 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
|
||||
._*
|
||||
Loading…
Add table
Add a link
Reference in a new issue