mrm8488 commited on
Commit
833555a
1 Parent(s): c6f1661

Add awesome example

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ examples = [
18
  ["Translate to German: How old are you?"],
19
  ["Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"],
20
  ["Premise: At my age you will probably have learnt one lesson. Hypothesis: It's not certain how many lessons you'll learn by your thirties. Does the premise entail the hypothesis?"]
 
21
  ]
22
 
23
  title = "Flan T5 and Vanilla T5"
 
18
  ["Translate to German: How old are you?"],
19
  ["Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"],
20
  ["Premise: At my age you will probably have learnt one lesson. Hypothesis: It's not certain how many lessons you'll learn by your thirties. Does the premise entail the hypothesis?"]
21
+ ["Answer the following question by reasoning step by step. The cafeteria had 23 apples. If they used 20 for lunch and bought 6 more, how many apples do they have?"]
22
  ]
23
 
24
  title = "Flan T5 and Vanilla T5"