Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,11 +35,7 @@ tokenizer = transformers.AutoTokenizer.from_pretrained(
|
|
| 35 |
|
| 36 |
|
| 37 |
DESCRIPTION = """
|
| 38 |
-
# Stable Beluga 7B Chat
|
| 39 |
-
This is a streaming Chat Interface implementation of [StableBeluga-7B](https://huggingface.co/stabilityai/StableBeluga-7B). We'll use it to deploy a Discord bot that you can add to your server!
|
| 40 |
|
| 41 |
-
Sometimes the model doesn't appropriately hit its stop token. Feel free to hit "stop" and "retry" if this happens to you. Or PR a fix to stop the stream if the tokens for User: get hit or something.
|
| 42 |
-
"""
|
| 43 |
|
| 44 |
system_prompt = "You are helpful AI."
|
| 45 |
|
|
|
|
| 35 |
|
| 36 |
|
| 37 |
DESCRIPTION = """
|
|
|
|
|
|
|
| 38 |
|
|
|
|
|
|
|
| 39 |
|
| 40 |
system_prompt = "You are helpful AI."
|
| 41 |
|