Spaces:
Build error
Build error
Commit ·
55392bc
1
Parent(s): c4892b8
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,14 +5,7 @@ from st_audiorec import st_audiorec
|
|
| 5 |
|
| 6 |
# Constants
|
| 7 |
TITLE = "Llama2 70B Chatbot"
|
| 8 |
-
|
| 9 |
-
This Space demonstrates model [Llama-2-70b-chat-hf](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf) by Meta, a Llama 2 model with 70B parameters fine-tuned for chat instructions.
|
| 10 |
-
| Model | Llama2 | Llama2-hf | Llama2-chat | Llama2-chat-hf |
|
| 11 |
-
|---|---|---|---|---|
|
| 12 |
-
| 70B | [Link](https://huggingface.co/meta-llama/Llama-2-70b) | [Link](https://huggingface.co/meta-llama/Llama-2-70b-hf) | [Link](https://huggingface.co/meta-llama/Llama-2-70b-chat) | [Link](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf) |
|
| 13 |
-
|
| 14 |
-
---
|
| 15 |
-
"""
|
| 16 |
|
| 17 |
# Initialize client
|
| 18 |
|
|
|
|
| 5 |
|
| 6 |
# Constants
|
| 7 |
TITLE = "Llama2 70B Chatbot"
|
| 8 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
# Initialize client
|
| 11 |
|