lvwerra HF staff commited on
Commit
66915b3
1 Parent(s): dede9e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ description = """
121
  <h1> 🦙 CodeLlama Playground</h1>
122
  </div>
123
  <div style="text-align: left;">
124
- <p>This is a demo to generate text and code with the following Code Llama model (7B). Please note that this model is not designed for instruction purposes but for code completion. If you're looking for instruction or want to chat with a fine-tuned model, you can visit the <a href="https://huggingface.co/codellama/">Code Llama Org</a> and select an instruct model. Infilling is currently not supported.</p>
125
  </div>
126
  """
127
 
 
121
  <h1> 🦙 CodeLlama Playground</h1>
122
  </div>
123
  <div style="text-align: left;">
124
+ <p>This is a demo to generate text and code with the following Code Llama model (13B). Please note that this model is not designed for instruction purposes but for code completion. If you're looking for instruction or want to chat with a fine-tuned model, you can visit the <a href="https://huggingface.co/codellama/">Code Llama Org</a> and select an instruct model. Infilling is currently not supported.</p>
125
  </div>
126
  """
127