Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import requests
|
|
11 |
|
12 |
|
13 |
title = "👋🏻Welcome to Tonic's 💫🌠Starling 7B"
|
14 |
-
description = "You can use [💫🌠Starling 7B](https://huggingface.co/berkeley-nest/Starling-
|
15 |
examples = [
|
16 |
[
|
17 |
"The following dialogue is a conversation between Emmanuel Macron and Elon Musk:", # user_message
|
@@ -23,7 +23,7 @@ examples = [
|
|
23 |
]
|
24 |
]
|
25 |
|
26 |
-
model_name = "berkeley-nest/Starling-
|
27 |
# base_model = "meta-llama/Llama-2-7b-chat-hf"
|
28 |
|
29 |
|
|
|
11 |
|
12 |
|
13 |
title = "👋🏻Welcome to Tonic's 💫🌠Starling 7B"
|
14 |
+
description = "You can use [💫🌠Starling 7B](https://huggingface.co/berkeley-nest/Starling-LM-7B-alpha) or duplicate it for local use or on Hugging Face! [Join me on Discord to build together](https://discord.gg/VqTxc76K3u)."
|
15 |
examples = [
|
16 |
[
|
17 |
"The following dialogue is a conversation between Emmanuel Macron and Elon Musk:", # user_message
|
|
|
23 |
]
|
24 |
]
|
25 |
|
26 |
+
model_name = "berkeley-nest/Starling-LM-7B-alpha"
|
27 |
# base_model = "meta-llama/Llama-2-7b-chat-hf"
|
28 |
|
29 |
|