Understand Code Llama architecture and context window
mainCode Llama models are autoregressive language models using optimized transformer architectures.
Key technical capabilities:
- Infilling: The 7B, 13B, and 70B models support infilling text generation.
- Context Window: Most models (excluding Code Llama - Python 70B and Code Llama - Instruct 70B) were fine-tuned with up to 16K tokens and support up to 100K tokens at inference time.
- Input/Output: Models process and generate text only.