AlexWortega commited on
Commit
b25b7f4
1 Parent(s): 2246b26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -15,13 +15,23 @@ language:
15
  - en
16
  pipeline_tag: text-generation
17
  widget:
18
- - example_title: QA
19
- text: What is a BERT?
20
- - example_title: Open domain QA
21
- text: Please answer the following question. What is the boiling point of Nitrogen?
22
- - example_title: Theme text Generation
23
- text: Generate text about BERT
24
- -
 
 
 
 
 
 
 
 
 
 
25
  library_name: transformers
26
  tags:
27
  - finance
 
15
  - en
16
  pipeline_tag: text-generation
17
  widget:
18
+ - text: "Please answer to the following question. Who is going to be the next Ballon d'or?"
19
+ example_title: "Question Answering"
20
+ - text: "Q: Can Geoffrey Hinton have a conversation with George Washington? Give the rationale before answering."
21
+ example_title: "Logical reasoning"
22
+ - text: "Please answer the following question. What is the boiling point of Nitrogen?"
23
+ example_title: "Scientific knowledge"
24
+ - text: "Answer the following yes/no question. Can you write a whole Haiku in a single tweet?"
25
+ example_title: "Yes/no question"
26
+ - text: "Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"
27
+ example_title: "Reasoning task"
28
+ - text: "Q: ( False or not False or False ) is? A: Let's think step by step"
29
+ example_title: "Boolean Expressions"
30
+ - text: "The square root of x is the cube root of y. What is y to the power of 2, if x = 4?"
31
+ example_title: "Math reasoning"
32
+ - 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?"
33
+ example_title: "Premise and hypothesis"
34
+
35
  library_name: transformers
36
  tags:
37
  - finance