Spaces:
Runtime error
Runtime error
Peter
commited on
Commit
•
b486aa4
1
Parent(s):
814a362
reduce number of examples
Browse files
app.py
CHANGED
@@ -209,21 +209,15 @@ if __name__ == "__main__":
|
|
209 |
examples=[
|
210 |
["How can you help me?", 0.6, 0.95, 50],
|
211 |
["what can you do?", 0.6, 0.95, 50],
|
212 |
-
["Hi, my name is
|
213 |
["Happy birthday!", 0.9, 0.95, 50],
|
214 |
["I have a question, can you help me?", 0.6, 0.95, 50],
|
215 |
["Do you know a joke?", 0.8, 0.85, 50],
|
216 |
["Will you marry me?", 0.9, 0.95, 138],
|
217 |
["Are you single?", 0.6, 0.95, 138],
|
218 |
["Do you like people?", 0.7, 0.95, 25],
|
219 |
-
["
|
220 |
-
|
221 |
-
["You’re clever", 0.6, 0.95, 50],
|
222 |
-
["Tell me about your personality", 0.6, 0.95, 50],
|
223 |
-
["You’re annoying", 0.6, 0.95, 50],
|
224 |
-
["I want to speak to a human now.", 0.6, 0.95, 50],
|
225 |
-
["Don’t you speak English?!", 0.6, 0.95, 50],
|
226 |
-
["Are you human?", 0.6, 0.95, 50],
|
227 |
],
|
228 |
title=f"GPT Chatbot Demo: {default_model} Model",
|
229 |
description=f"A Demo of a Chatbot trained for conversation with humans. Size XL= 1.5B parameters.\n\n"
|
|
|
209 |
examples=[
|
210 |
["How can you help me?", 0.6, 0.95, 50],
|
211 |
["what can you do?", 0.6, 0.95, 50],
|
212 |
+
["Hi, my name is Reginald", 0.6, 0.95, 100],
|
213 |
["Happy birthday!", 0.9, 0.95, 50],
|
214 |
["I have a question, can you help me?", 0.6, 0.95, 50],
|
215 |
["Do you know a joke?", 0.8, 0.85, 50],
|
216 |
["Will you marry me?", 0.9, 0.95, 138],
|
217 |
["Are you single?", 0.6, 0.95, 138],
|
218 |
["Do you like people?", 0.7, 0.95, 25],
|
219 |
+
["Do you like dogs?", 0.7, 0.95, 125],
|
220 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
221 |
],
|
222 |
title=f"GPT Chatbot Demo: {default_model} Model",
|
223 |
description=f"A Demo of a Chatbot trained for conversation with humans. Size XL= 1.5B parameters.\n\n"
|