Tomek12445085 commited on
Commit
14fd6ed
1 Parent(s): 0fc9ddf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -24
README.md CHANGED
@@ -1,34 +1,45 @@
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"
31
-
 
 
 
 
 
 
 
 
 
 
 
 
32
  datasets:
33
  - svakulenk0/qrecc
34
  - taskmaster2
@@ -40,8 +51,6 @@ datasets:
40
  - esnli
41
  - quasc
42
  - qed
43
-
44
-
45
  license: apache-2.0
46
  ---
47
 
 
1
  ---
2
+ language:
3
  - en
4
  - fr
5
  - ro
6
  - de
7
  - multilingual
8
+ - pl
9
  tags:
10
  - text2text-generation
 
11
  widget:
12
+ - text: 'Translate to German: My name is Arthur'
13
+ example_title: Translation
14
+ - text: >-
15
+ Please answer to the following question. Who is going to be the next Ballon
16
+ d'or?
17
+ example_title: Question Answering
18
+ - text: >-
19
+ Q: Can Geoffrey Hinton have a conversation with George Washington? Give the
20
+ 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: >-
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, if
36
+ 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
43
  datasets:
44
  - svakulenk0/qrecc
45
  - taskmaster2
 
51
  - esnli
52
  - quasc
53
  - qed
 
 
54
  license: apache-2.0
55
  ---
56