#85 · Primary category: Foundation Models

magicoder

ai4code large-language-models llm llm4code

[ICML'24] Magicoder: Empowering Code Generation with OSS-Instruct

Project last updated:11/01/24

GitHub Stars

2.1K

Forks

170

Contributors

4

License

MIT

Why we included this project

Magicoder is a UIUC research project that argues you can train a competitive code model without distilling from proprietary teachers. Its OSS-Instruct method builds instruction data by rewriting real open-source snippets, which sidesteps the synthetic-data bias common in LLM-generated datasets. The released 6.7B and 7B checkpoints outperform gpt-3.5-turbo-1106 and Gemini Ultra on HumanEval, and the repo documents the full pipeline from data construction to evaluation, so the results are reasonably reproducible. Because the approach has since influenced follow-ups like Google's CodeGemma, it is a useful reference for teams weighing open data-driven training against closed-model distillation.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category