Skip to content

yeabat8tcap/ml-ssd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Self-Distillation

SSD Overview

This repo is for paper reproduction for improving code generation in three steps: (1) Sample solutions from the frozen model at non-unit temperature, (2) Fine-tune on those raw, unverified outputs via standard cross-entropy, and (3) Decode at a separately tuned temperature. No rewards, no verifier, no teacher, no RL. See the paper for full details.

🚀 Getting Started

git clone https://github.com/apple/ml-ssd.git
cd ml-ssd
uv sync --group evaluation

📁 Repository Structure

├── evaluation/
│   ├── eval.py                  # CLI entry point
│   ├── benchmark.py             # LiveCodeBench v6 implementation
│   └── livecodebench_utils.py   # Code execution utilities
├── figures/
│   └── fig_teaser.png
├── pyproject.toml
└── README.md

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%