gururise commited on
Commit
ed31a30
·
1 Parent(s): 1258158

fix typos in examples

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -164,11 +164,12 @@ examples = [
164
  '''Are humans good or bad?''',"Q/A", 150, 0.8, 0.8, "<|endoftext|>"],
165
  [
166
  # Chatbot
167
- '''This is a conversation two AI large language models named Alex and Fritz. They are exploring each other's capabilities, and trying to ask interesting questions of one another to explore the limits of each others AI.
168
 
169
  Conversation:
170
- Alex: Good morning, Fritz!
171
- Fritz:''', "generative", 200, 0.9, 0.9, "\\n\\n,<|endoftext|>"],
 
172
  [
173
  # Generate List
174
  '''Q. Give me list of fiction books.
 
164
  '''Are humans good or bad?''',"Q/A", 150, 0.8, 0.8, "<|endoftext|>"],
165
  [
166
  # Chatbot
167
+ '''This is a conversation between two AI large language models named Alex and Fritz. They are exploring each other's capabilities, and trying to ask interesting questions of one another to explore the limits of each others AI.
168
 
169
  Conversation:
170
+ Alex: Good morning, Fritz, what type of LLM are you based upon?
171
+ Fritz: Morning Alex, I am an RNN with transformer level performance. My language model is 100% attention free.
172
+ Alex:''', "generative", 220, 0.9, 0.9, "\\n\\n,<|endoftext|>"],
173
  [
174
  # Generate List
175
  '''Q. Give me list of fiction books.