Update README.md
Browse files
README.md
CHANGED
@@ -64,10 +64,22 @@ language:
|
|
64 |
widget:
|
65 |
- text: "Translate to German: My name is Arthur"
|
66 |
example_title: "Translation"
|
67 |
-
- text: "Please answer to the following question. Who is going to be the next
|
68 |
example_title: "Question Answering"
|
69 |
-
- text: "
|
70 |
-
example_title: "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
|
72 |
tags:
|
73 |
- text2text-generation
|
|
|
64 |
widget:
|
65 |
- text: "Translate to German: My name is Arthur"
|
66 |
example_title: "Translation"
|
67 |
+
- text: "Please answer to the following question. Who is going to be the next Ballon d'or?"
|
68 |
example_title: "Question Answering"
|
69 |
+
- text: "Q: Can Geoffrey Hinton have a conversation with George Washington? Give the rationale before answering."
|
70 |
+
example_title: "Logical reasoning"
|
71 |
+
- text: "Please answer the following question. What is the boiling point of Nitrogen?"
|
72 |
+
example_title: "Scientific knowledge"
|
73 |
+
- text: "Answer the following yes/no question. Can you write a whole Haiku in a single tweet?"
|
74 |
+
example_title: "Yes/no question"
|
75 |
+
- text: "Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"
|
76 |
+
example_title: "Reasoning task"
|
77 |
+
- text: "Q: ( False or not False or False ) is? A: Let's think step by step"
|
78 |
+
example_title: "Boolean Expressions"
|
79 |
+
- text: "The square root of x is the cube root of y. What is y to the power of 2, if x = 4?"
|
80 |
+
example_title: "Math reasoning"
|
81 |
+
- text: "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?"
|
82 |
+
example_title: "Premise and hypothesis"
|
83 |
|
84 |
tags:
|
85 |
- text2text-generation
|