mrSoul7766 commited on
Commit
bf8ceeb
1 Parent(s): f3595e0

Update README.md

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