Spaces:
Running
on
A10G
Running
on
A10G
osanseviero
commited on
Commit
•
ba120a3
1
Parent(s):
59d6e8b
Update app.py
Browse files
app.py
CHANGED
@@ -12,12 +12,10 @@ pipe_vanilla = pipeline("text2text-generation", model="t5-large", device="cuda:0
|
|
12 |
|
13 |
examples = [
|
14 |
["Please answer to the following question. Who is going to be the next Ballon d'or?"],
|
15 |
-
["Q: Can
|
16 |
-
["Please answer the following question
|
17 |
-
["
|
18 |
["Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"],
|
19 |
-
["Q: ( False or not False or False ) is? A: Let's think step by step"],
|
20 |
-
["The square root of x is the cube root of y. What is y to the power of 2, if x = 4?"],
|
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 |
|
|
|
12 |
|
13 |
examples = [
|
14 |
["Please answer to the following question. Who is going to be the next Ballon d'or?"],
|
15 |
+
["Q: Can Barack Obama have a conversation with George Washington? Give the rationale before answering."],
|
16 |
+
["Please answer the following question: What is the boiling point of water?"],
|
17 |
+
["Translate to German: How old are you?"],
|
18 |
["Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"],
|
|
|
|
|
19 |
["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?"]
|
20 |
]
|
21 |
|