Spaces:
Runtime error
Runtime error
Peter
commited on
Commit
•
3fdc337
1
Parent(s):
844f20c
update UI
Browse files
app.py
CHANGED
@@ -223,13 +223,11 @@ if __name__ == "__main__":
|
|
223 |
"What’s the weather like today?",
|
224 |
"Are you expensive?",
|
225 |
"Do you get smarter?",
|
226 |
-
"rate your overall satisfaction with the chatbot",
|
227 |
-
"How many icebergs are in the ocean?",
|
228 |
],
|
229 |
-
title=f"
|
230 |
-
description=f"
|
231 |
-
article="here you can add more details about your model. \n\n"
|
232 |
"**Important Notes & About:**\n\n"
|
|
|
233 |
"1. the model can take up to 60 seconds to respond sometimes, patience is a virtue.\n"
|
234 |
"2. the model started from a pretrained checkpoint, and was trained on several different datasets. Anything it says should be fact-checked before being regarded as a true statement.\n"
|
235 |
"3. Some params are still being tweaked (in the future, will be inputs) any feedback is welcome :)\n",
|
|
|
223 |
"What’s the weather like today?",
|
224 |
"Are you expensive?",
|
225 |
"Do you get smarter?",
|
|
|
|
|
226 |
],
|
227 |
+
title=f"GPT Chatbot Demo: {default_model} Model",
|
228 |
+
description=f"A Demo of a Chatbot trained for conversation with humans. Size XL= 1.5B parameters.\n\n"
|
|
|
229 |
"**Important Notes & About:**\n\n"
|
230 |
+
"You can find a link to the model card [here](https://huggingface.co/ethzanalytics/ai-msgbot-gpt2-XL-dialogue)\n\n"
|
231 |
"1. the model can take up to 60 seconds to respond sometimes, patience is a virtue.\n"
|
232 |
"2. the model started from a pretrained checkpoint, and was trained on several different datasets. Anything it says should be fact-checked before being regarded as a true statement.\n"
|
233 |
"3. Some params are still being tweaked (in the future, will be inputs) any feedback is welcome :)\n",
|