META’ S NEW AI MODEL – CODE LLAMA
WHAT IS CODE LLAMA ?
The Facebook parent company meta released CODE LLAMA – An AI model that can generate code. It is a large language model based on LLAMA 2. It is free for research and commercial purposes.
WHAT IS LLAMA 2?
It is an open source large language model that is used to build chatbots like CHATGPT and google BARD. You can explore it by visiting llama.perplexity.ai .
PROGRAMMING LANGUAGES SUPPORTED BY CODE LLAMA
- Java
- C++
- PHP
- TypeScript
- C#
- Bash scripting
- Python
VERSIONS OF CODE LLAMA
There are three versions of CODE LLAMA – 7, 13, and 34 billion parameter versions. It is similar to GITHUB COPILOT which is also used to generate and debug the code.
VARIATIONS OF CODE LLAMA
CODE LLAMA – PYTHON : It is trained with 100 billion tokens of python code as python is the most popular programming language.
CODE LLAMA – INSTRUCT : It is trained with natural language instructions. This model gives the expected output based on the input prompt given by the user.