osanseviero commited on
Commit
58099ce
1 Parent(s): 43a50c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  license: llama2
8
  ---
9
  # **Code Llama**
10
- Code Llama is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. This is the repository for the 70B Python specialist version in the Hugging Face Transformers format. This model is designed for general code synthesis and understanding. Links to other models can be found in the index at the bottom.
11
 
12
  | | Base Model | Python | Instruct |
13
  | --- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
@@ -29,7 +29,7 @@ Model capabilities:
29
  - [x] Code completion.
30
  - [ ] Infilling.
31
  - [ ] Instructions / chat.
32
- - [x] Python specialist.
33
 
34
  ## Model Details
35
  *Note: Use of this model is governed by the Meta license. Meta developed and publicly released the Code Llama family of large language models (LLMs).
@@ -44,7 +44,7 @@ Model capabilities:
44
 
45
  All variants are available in sizes of 7B, 13B, 34B, and 70B parameters.
46
 
47
- **This repository contains the Python version of the 70B parameters model.**
48
 
49
  **Input** Models input text only.
50
 
 
7
  license: llama2
8
  ---
9
  # **Code Llama**
10
+ Code Llama is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. This is the repository for the base 70B version in the Hugging Face Transformers format. This model is designed for general code synthesis and understanding. Links to other models can be found in the index at the bottom.
11
 
12
  | | Base Model | Python | Instruct |
13
  | --- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
 
29
  - [x] Code completion.
30
  - [ ] Infilling.
31
  - [ ] Instructions / chat.
32
+ - [ ] Python specialist.
33
 
34
  ## Model Details
35
  *Note: Use of this model is governed by the Meta license. Meta developed and publicly released the Code Llama family of large language models (LLMs).
 
44
 
45
  All variants are available in sizes of 7B, 13B, 34B, and 70B parameters.
46
 
47
+ **This repository contains the base version of the 70B parameters model.**
48
 
49
  **Input** Models input text only.
50