README / README.md
pcuenq's picture
pcuenq HF staff
Clarify HF format, model table by @philschmid
0b36212
|
raw
history blame
2.38 kB
metadata
title: README
emoji: 🐢
colorFrom: red
colorTo: pink
sdk: static
pinned: false

🦙 Code Llama

This organization is the home of the Code Llama models in the Hugging Face Transformers format. 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

Coming soon