ReactionControl commited on
Commit
0144527
·
verified ·
1 Parent(s): d4178f5

Update README.md

Browse files

Hi there! I just wanted to say that your model is fantastic. We would love to contribute by updating the README to include the base_model information. This is to help fill in the missing details in the model card. Thank you for your great work!

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 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.
 
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 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.