cherry0328 commited on
Commit
a49d43f
·
verified ·
1 Parent(s): 22cb240

Update README.md

Browse files

The Code Llama model is truly impressive! We would love to contribute by updating the README to include the base_model information. This will help address the missing details in the model card.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -5,6 +5,8 @@ pipeline_tag: text-generation
5
  tags:
6
  - llama-2
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 34 billion parameters. This is the repository for the 7B instruct-tuned 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.
 
5
  tags:
6
  - llama-2
7
  license: llama2
8
+ base_model:
9
+ - codellama/CodeLlama-7b-hf
10
  ---
11
  # **Code Llama**
12
  Code Llama is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 34 billion parameters. This is the repository for the 7B instruct-tuned 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.