Link to HuggingChat
#7
by
pcuenq
HF staff
- opened
app.py
CHANGED
@@ -126,6 +126,7 @@ description = """
|
|
126 |
</div>
|
127 |
<div style="text-align: left;">
|
128 |
<p>This is a demo to generate text and code with the following <a href="https://huggingface.co/codellama/CodeLlama-13b-hf">Code Llama model (13B)</a>. 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 use <a href="https://huggingface.co/spaces/codellama/codellama-13b-chat">this demo instead</a>. You can learn more about the model in the <a href="https://huggingface.co/blog/codellama/">blog post<\a> or <a href="https://huggingface.co/papers/2308.12950">paper<\a></p>
|
|
|
129 |
</div>
|
130 |
"""
|
131 |
|
|
|
126 |
</div>
|
127 |
<div style="text-align: left;">
|
128 |
<p>This is a demo to generate text and code with the following <a href="https://huggingface.co/codellama/CodeLlama-13b-hf">Code Llama model (13B)</a>. 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 use <a href="https://huggingface.co/spaces/codellama/codellama-13b-chat">this demo instead</a>. You can learn more about the model in the <a href="https://huggingface.co/blog/codellama/">blog post<\a> or <a href="https://huggingface.co/papers/2308.12950">paper<\a></p>
|
129 |
+
<p>For a chat demo of the largest Code Llama model (34B parameters), you can now <a href="https://huggingface.co/chat/">select Code Llama in Hugging Chat!</a></p>
|
130 |
</div>
|
131 |
"""
|
132 |
|