Ggcall commited on
Commit
3146472
1 Parent(s): 7bcac57

Ok good

Files changed (1) hide show
  1. README.md +36 -25
README.md CHANGED
@@ -1,34 +1,44 @@
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,9 +50,10 @@ datasets:
40
  - esnli
41
  - quasc
42
  - qed
43
-
44
-
45
  license: apache-2.0
 
 
 
46
  ---
47
 
48
  # Model Card for FLAN-T5 base
@@ -286,4 +297,4 @@ Results:
286
  | 86.2188 | 89.6667 | 67.12 | 51.9688 | 82.3242 | 78.5714 | 80.1534 | 75 | 77.6667 | 90.9507 | 85.4 | 93.324 | 72.425 | 87.2457 | 89.4608 | 62.3762 | 82.6923 | 92.7878 | 89.7724 | 89.0244 | 84.8375 | 94.3807 | 57.2851 | 89.4759 | 97.2 | 92.8 | 46.848 | 80.2252 | 54.9832 | 76.6582 | 84.3023 | 70.6366 | 70.0627 | 56.338 | 53.8462 | 73.4 |
287
 
288
 
289
- For more information, see: [Model Recycling](https://ibm.github.io/model-recycling/)
 
1
  ---
2
+ language:
3
  - en
4
  - fr
5
  - ro
6
  - de
7
  - multilingual
 
8
  tags:
9
  - text2text-generation
 
10
  widget:
11
+ - text: 'Translate to German: My name is Arthur'
12
+ example_title: Translation
13
+ - text: >-
14
+ Please answer to the following question. Who is going to be the next Ballon
15
+ d'or?
16
+ example_title: Question Answering
17
+ - text: >-
18
+ Q: Can Geoffrey Hinton have a conversation with George Washington? Give the
19
+ rationale before answering.
20
+ example_title: Logical reasoning
21
+ - text: Please answer the following question. What is the boiling point of Nitrogen?
22
+ example_title: Scientific knowledge
23
+ - text: >-
24
+ Answer the following yes/no question. Can you write a whole Haiku in a
25
+ single tweet?
26
+ example_title: Yes/no question
27
+ - text: >-
28
+ Answer the following yes/no question by reasoning step-by-step. Can you
29
+ write a whole Haiku in a single tweet?
30
+ example_title: Reasoning task
31
+ - text: 'Q: ( False or not False or False ) is? A: Let''s think step by step'
32
+ example_title: Boolean Expressions
33
+ - text: >-
34
+ The square root of x is the cube root of y. What is y to the power of 2, if
35
+ x = 4?
36
+ example_title: Math reasoning
37
+ - text: >-
38
+ Premise: At my age you will probably have learnt one lesson. Hypothesis:
39
+ It's not certain how many lessons you'll learn by your thirties. Does the
40
+ premise entail the hypothesis?
41
+ example_title: Premise and hypothesis
42
  datasets:
43
  - svakulenk0/qrecc
44
  - taskmaster2
 
50
  - esnli
51
  - quasc
52
  - qed
 
 
53
  license: apache-2.0
54
+ metrics:
55
+ - accuracy
56
+ library_name: bertopic
57
  ---
58
 
59
  # Model Card for FLAN-T5 base
 
297
  | 86.2188 | 89.6667 | 67.12 | 51.9688 | 82.3242 | 78.5714 | 80.1534 | 75 | 77.6667 | 90.9507 | 85.4 | 93.324 | 72.425 | 87.2457 | 89.4608 | 62.3762 | 82.6923 | 92.7878 | 89.7724 | 89.0244 | 84.8375 | 94.3807 | 57.2851 | 89.4759 | 97.2 | 92.8 | 46.848 | 80.2252 | 54.9832 | 76.6582 | 84.3023 | 70.6366 | 70.0627 | 56.338 | 53.8462 | 73.4 |
298
 
299
 
300
+ For more information, see: [Model Recycling](https://ibm.github.io/model-recycling/)