Spaces:
Runtime error
Runtime error
Commit ·
8ca2376
1
Parent(s): 47b7aee
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ MAX_MAX_NEW_TOKENS = 2048
|
|
| 12 |
DEFAULT_MAX_NEW_TOKENS = 1024
|
| 13 |
|
| 14 |
DESCRIPTION = """
|
| 15 |
-
# Morpheus
|
| 16 |
|
| 17 |
This Space demonstrates model [Llama-2-13b-chat](https://huggingface.co/meta-llama/Llama-2-13b-chat) by Meta, a Llama 2 model with 13B parameters fine-tuned for chat instructions. Feel free to play with it!
|
| 18 |
"""
|
|
|
|
| 12 |
DEFAULT_MAX_NEW_TOKENS = 1024
|
| 13 |
|
| 14 |
DESCRIPTION = """
|
| 15 |
+
# Morpheus Chat (Llama-2)
|
| 16 |
|
| 17 |
This Space demonstrates model [Llama-2-13b-chat](https://huggingface.co/meta-llama/Llama-2-13b-chat) by Meta, a Llama 2 model with 13B parameters fine-tuned for chat instructions. Feel free to play with it!
|
| 18 |
"""
|