osanseviero mrm8488 commited on
Commit
642de8f
·
1 Parent(s): d4c7e67

Add awesome example (#2)

Browse files

- Add awesome example (833555ad460cd54d01fd710ecf6177fb44c9f44e)


Co-authored-by: Manuel Romero <mrm8488@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ examples = [
19
  ["Translate to German: How old are you?"],
20
  ["Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"],
21
  ["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?"]
 
22
  ]
23
 
24
  title = "Flan T5 and Vanilla T5"
 
19
  ["Translate to German: How old are you?"],
20
  ["Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"],
21
  ["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?"]
22
+ ["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?"]
23
  ]
24
 
25
  title = "Flan T5 and Vanilla T5"