deepparag commited on
Commit
0de7823
1 Parent(s): 1847b28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -31
README.md CHANGED
@@ -1,37 +1,26 @@
1
  ---
2
  pipeline_tag: text2text-generation
3
  widget:
4
- - text: >-
5
- Please answer to the following question. Who is going to be the next Ballon
6
- d'or?
7
- example_title: Question Answering
8
- - text: >-
9
- Can Geoffrey Hinton have a conversation with George Washington? Give the
10
- rationale before answering.
11
- example_title: Logical reasoning
12
- - text: What is the boiling point of Nitrogen?
13
- example_title: Scientific knowledge
14
- - text: >-
15
- Answer the following yes/no question. Can you write a whole Haiku in a
16
- single tweet?
17
- example_title: Yes/no question
18
- - text: >-
19
- Answer the following yes/no question by reasoning step-by-step. Can you
20
- write a whole Haiku in a single tweet?
21
- example_title: Reasoning task
22
- - text: >-
23
- The square root of x is the cube root of y. What is y to the power of 2, if
24
- x = 4?
25
- example_title: Math reasoning
26
- - text: >-
27
- Premise: At my age you will probably have learnt one lesson. Hypothesis:
28
- It's not certain how many lessons you'll learn by your thirties. Does the
29
- premise entail the hypothesis?
30
- example_title: Premise and hypothesis
31
- - text: Hey my name is Thomas! How are you?
32
- example_title: Chatting
33
- datasets:
34
- - lambada
35
  metrics:
36
  - accuracy
37
  - f1
 
1
  ---
2
  pipeline_tag: text2text-generation
3
  widget:
4
+ - text: "Translate to German: My name is Arthur"
5
+ example_title: "Translation"
6
+ - text: "Please answer to the following question. Who is going to be the next Ballon d'or?"
7
+ example_title: "Question Answering"
8
+ - text: "Q: Can Geoffrey Hinton have a conversation with George Washington? Give the rationale before answering."
9
+ example_title: "Logical reasoning"
10
+ - text: "Please answer the following question. What is the boiling point of Nitrogen?"
11
+ example_title: "Scientific knowledge"
12
+ - text: "Answer the following yes/no question. Can you write a whole Haiku in a single tweet?"
13
+ example_title: "Yes/no question"
14
+ - text: "Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"
15
+ example_title: "Reasoning task"
16
+ - text: "Q: ( False or not False or False ) is? A: Let's think step by step"
17
+ example_title: "Boolean Expressions"
18
+ - text: "The square root of x is the cube root of y. What is y to the power of 2, if x = 4?"
19
+ example_title: "Math reasoning"
20
+ - 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?"
21
+ example_title: "Premise and hypothesis"
22
+ - text: "Hey my name is Thomas! How are you?"
23
+ example_title: "Chatting"
 
 
 
 
 
 
 
 
 
 
 
24
  metrics:
25
  - accuracy
26
  - f1