Update README.md
Browse files
README.md
CHANGED
|
@@ -1,34 +1,42 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
- en
|
| 4 |
-
- fr
|
| 5 |
-
- ro
|
| 6 |
-
- de
|
| 7 |
- multilingual
|
| 8 |
-
|
| 9 |
tags:
|
| 10 |
- text2text-generation
|
| 11 |
-
|
| 12 |
widget:
|
| 13 |
-
- text:
|
| 14 |
-
example_title:
|
| 15 |
-
- text:
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
example_title:
|
| 19 |
-
- text:
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
example_title:
|
| 23 |
-
- text:
|
| 24 |
-
example_title:
|
| 25 |
-
- text:
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
example_title:
|
| 29 |
-
- text:
|
| 30 |
-
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
datasets:
|
| 33 |
- svakulenk0/qrecc
|
| 34 |
- taskmaster2
|
|
@@ -40,9 +48,9 @@ datasets:
|
|
| 40 |
- esnli
|
| 41 |
- quasc
|
| 42 |
- qed
|
| 43 |
-
|
| 44 |
-
|
| 45 |
license: apache-2.0
|
|
|
|
|
|
|
| 46 |
---
|
| 47 |
|
| 48 |
# Model Card for FLAN-T5 small
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
- en
|
|
|
|
|
|
|
|
|
|
| 4 |
- multilingual
|
| 5 |
+
- ko
|
| 6 |
tags:
|
| 7 |
- text2text-generation
|
|
|
|
| 8 |
widget:
|
| 9 |
+
- text: 'Translate to German: My name is Arthur'
|
| 10 |
+
example_title: Translation
|
| 11 |
+
- text: >-
|
| 12 |
+
Please answer to the following question. Who is going to be the next Ballon
|
| 13 |
+
d'or?
|
| 14 |
+
example_title: Question Answering
|
| 15 |
+
- text: >-
|
| 16 |
+
Q: Can Geoffrey Hinton have a conversation with George Washington? Give the
|
| 17 |
+
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: >-
|
| 22 |
+
Answer the following yes/no question. Can you write a whole Haiku in a
|
| 23 |
+
single tweet?
|
| 24 |
+
example_title: Yes/no question
|
| 25 |
+
- text: >-
|
| 26 |
+
Answer the following yes/no question by reasoning step-by-step. Can you
|
| 27 |
+
write a whole Haiku in a single tweet?
|
| 28 |
+
example_title: Reasoning task
|
| 29 |
+
- text: 'Q: ( False or not False or False ) is? A: Let''s think step by step'
|
| 30 |
+
example_title: Boolean Expressions
|
| 31 |
+
- text: >-
|
| 32 |
+
The square root of x is the cube root of y. What is y to the power of 2, if
|
| 33 |
+
x = 4?
|
| 34 |
+
example_title: Math reasoning
|
| 35 |
+
- text: >-
|
| 36 |
+
Premise: At my age you will probably have learnt one lesson. Hypothesis:
|
| 37 |
+
It's not certain how many lessons you'll learn by your thirties. Does the
|
| 38 |
+
premise entail the hypothesis?
|
| 39 |
+
example_title: Premise and hypothesis
|
| 40 |
datasets:
|
| 41 |
- svakulenk0/qrecc
|
| 42 |
- taskmaster2
|
|
|
|
| 48 |
- esnli
|
| 49 |
- quasc
|
| 50 |
- qed
|
|
|
|
|
|
|
| 51 |
license: apache-2.0
|
| 52 |
+
base_model:
|
| 53 |
+
- sentence-transformers/all-MiniLM-L6-v2
|
| 54 |
---
|
| 55 |
|
| 56 |
# Model Card for FLAN-T5 small
|