osanseviero
commited on
Commit
•
7e58ad0
1
Parent(s):
bca487f
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,15 @@ Code Llama is a collection of pretrained and fine-tuned generative text models r
|
|
13 |
|
14 |
**Model Developers** Meta
|
15 |
|
16 |
-
**Variations** Code Llama comes in
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
**Input** Models input text only.
|
19 |
|
|
|
13 |
|
14 |
**Model Developers** Meta
|
15 |
|
16 |
+
**Variations** Code Llama comes in three model sizes, and three variants:
|
17 |
+
|
18 |
+
* Code Llama: base models designed for general code synthesis and understanding
|
19 |
+
* Code Llama - Python: designed specifically for Python
|
20 |
+
* Code Llama - Instruct: for instruction following and safer deployment
|
21 |
+
|
22 |
+
* All variants are available in sizes of 7B, 13B and 34B parameters.
|
23 |
+
|
24 |
+
**This repository contains the base model of 7B parameters.**
|
25 |
|
26 |
**Input** Models input text only.
|
27 |
|