Meta releases Code Llama: an open large language model for code generation, completion, and debugging
Developer workflows needed tools to become faster and more efficient, the barrier to entry for people learning to code needed to be lowered, and open-source code-specific LLMs lagged behind proprietary alternatives.
Code Llama 34B scored 53.7% on HumanEval and 56.2% on MBPP, outperforming other open-source code-specific LLMs and performing on par with ChatGPT, while supporting contexts up to 100,000 tokens.
Show all 7 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
Code Llama 34B scored 53.7% on HumanEval and 56.2% on MBPP, outperforming other open-source code-specific LLMs and performing on par with ChatGPT, while supporting contexts up to 100,000 tokens.
What tools did this team use?
Code Llama, Llama 2, PyTorch, HumanEval, MBPP.
What results were reported?
HumanEval score (34B model): 53.7%; MBPP score (34B model): 56.2%; Maximum context window: 100,000 tokens; training data (7B/13B/34B models): 500B tokens (source-reported, not independently verified).
How is this workflow AI workflow structured?
Developer submits text prompt → Model generates code output → Fill-in-the-middle completion → Code completion and debugging.