ArthurZ HF staff commited on
Commit
46ce8d4
1 Parent(s): 2eb6dd9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -61,6 +61,26 @@ language:
61
  - as
62
  - no
63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  tags:
65
  - text2text-generation
66
 
61
  - as
62
  - no
63
 
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
86