Code Llama's profile picture

Code Llama

company

AI & ML interests

None defined yet.

Organization Card
About org cards

🦙 Code Llama

This is an unofficial organization for the Code Llama models in the Hugging Face Transformers format. For the official repositories, please visit Meta Llama organization.

Code Llama is a code-specialized version of Llama 2 that was created by further training Llama 2 on its code-specific datasets, sampling more data from that same dataset for longer. Essentially, Code Llama features enhanced coding capabilities. It can generate code and natural language about code, from both code and natural language prompts (e.g., “Write me a function that outputs the fibonacci sequence”). It can also be used for code completion and debugging. It supports many of the most popular programming languages used today, including Python, C++, Java, PHP, Typescript (Javascript), C#, Bash and more.

There are three sizes (7b, 13b, 34b) as well as three flavours (base model, Python fine-tuned, and instruction tuned).

Demo

datasets

None public yet