osanseviero commited on
Commit
11a0945
1 Parent(s): c0006ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,9 +11,9 @@ pipe_flan = pipeline("text2text-generation", model="google/flan-t5-large", devic
11
  pipe_vanilla = pipeline("text2text-generation", model="t5-large", device="cuda")
12
 
13
  examples = [
14
- ["Translation"],
15
  ["Please answer to the following question. Who is going to be the next Ballon d'or?"],
16
- ["Q: Can Geoffrey Hinton have a conversation with George Washington? Give the rationale before answering."],
17
  ["Please answer the following question. What is the boiling point of Nitrogen?"],
18
  ["Answer the following yes/no question. Can you write a whole Haiku in a single tweet?"],
19
  ["Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"],
 
11
  pipe_vanilla = pipeline("text2text-generation", model="t5-large", device="cuda")
12
 
13
  examples = [
14
+ ["Translatio:0n"],
15
  ["Please answer to the following question. Who is going to be the next Ballon d'or?"],
16
+ ["Q: Can Geo:0ffrey Hinton have a conversation with George Washington? Give the rationale before answering."],
17
  ["Please answer the following question. What is the boiling point of Nitrogen?"],
18
  ["Answer the following yes/no question. Can you write a whole Haiku in a single tweet?"],
19
  ["Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"],