Introduction

Code Llama is a suite of Large Language Models (LLMs) developed by Meta. Code LLama is inspired by Llama-2, and is geared towards generation of code. Please find the Meta's blog about the introduction to Code Llama at this link .

The original paper for Code Llama can be found at this link . I will read through the paper, and summarize my readings at this page. If you have any comments or suggestions, please contact me via LinkedIn .


To g through hands-on Code Llama, please visit my hands-on code-llama page.


To look at cases to see some weird outputs generated by Code Llama, please visit my breaking Code LLama page.

Working on detailed description..