LeVanLoi miscellaneous articles

  1. Trang chủ
  2. Lưu
  3. Thẻ
  4. Hỏi - Đáp

 
 
LeVanLoi'log, ⌚ 2023-08-25
***
Introducing Code Llama, a state-of-the-art large language model for coding, Expanding DINOv2, Introducing FACET
Tác giả: Meta AI

August 24, 2023

Iann LeCun

You knew that was coming: Code LLama !!!

- Llama-2 tuned for code generation, debugging, etc
- base models, Python-specific, and instruction-tuned.
- 7B, 13B and 33B params models
- Available with the same license as Llama-2
Blog: https://ai.meta.com/blog/code-llama-large-language-model-coding/
Paper: https://ai.meta.com/research/publications/code-llama-open-foundation-models-for-code/
Code: https://github.com/facebookresearch/codellama
---